|
FFmpeg
|
#include <vulkan.h>
Data Fields | |
| const char * | name |
| int | precompiled |
| VkSpecializationInfo * | specialization_info |
| uint32_t | lg_size [3] |
| VkPipelineStageFlags | stage |
| VkPipelineBindPoint | bind_point |
| VkPipelineShaderStageRequiredSubgroupSizeCreateInfo | subgroup_info |
| VkShaderEXT | object |
| VkPipeline | pipeline |
| VkPipelineLayout | pipeline_layout |
| VkPushConstantRange | push_consts [FF_VK_MAX_PUSH_CONSTS] |
| int | push_consts_num |
| FFVulkanDescriptorSet | desc_set [FF_VK_MAX_DESCRIPTOR_SETS] |
| int | nb_descriptor_sets |
| VkDescriptorSetLayout | desc_layout [FF_VK_MAX_DESCRIPTOR_SETS] |
| int | use_push |
| VkDescriptorPoolSize | desc_pool_size [FF_VK_MAX_DESCRIPTOR_TYPES] |
| int | nb_desc_pool_size |
| const char* FFVulkanShader::name |
Definition at line 193 of file vulkan.h.
Referenced by ff_vk_shader_link().
| int FFVulkanShader::precompiled |
Definition at line 196 of file vulkan.h.
Referenced by ff_vk_shader_link(), and ff_vk_shader_load().
| VkSpecializationInfo* FFVulkanShader::specialization_info |
Definition at line 197 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_shader_link(), ff_vk_shader_load(), and init_compute_pipeline().
| uint32_t FFVulkanShader::lg_size[3] |
Definition at line 200 of file vulkan.h.
Referenced by ff_vk_filter_process_2pass(), ff_vk_filter_process_Nin(), ff_vk_filter_process_simple(), ff_vk_shader_link(), ff_vk_shader_load(), init_debayer(), and vk_dpx_end_frame().
| VkPipelineStageFlags FFVulkanShader::stage |
Definition at line 203 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_exec_bind_shader(), ff_vk_shader_load(), and init_compute_pipeline().
| VkPipelineBindPoint FFVulkanShader::bind_point |
Definition at line 204 of file vulkan.h.
Referenced by ff_vk_exec_bind_shader(), ff_vk_shader_link(), ff_vk_shader_load(), and update_set_pool_write().
| VkPipelineShaderStageRequiredSubgroupSizeCreateInfo FFVulkanShader::subgroup_info |
Definition at line 207 of file vulkan.h.
Referenced by create_shader_object(), and init_compute_pipeline().
| VkShaderEXT FFVulkanShader::object |
Definition at line 210 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_exec_bind_shader(), and ff_vk_shader_free().
| VkPipeline FFVulkanShader::pipeline |
Definition at line 211 of file vulkan.h.
Referenced by ff_vk_exec_bind_shader(), ff_vk_shader_free(), and init_compute_pipeline().
| VkPipelineLayout FFVulkanShader::pipeline_layout |
Definition at line 214 of file vulkan.h.
Referenced by ff_vk_exec_bind_shader(), ff_vk_shader_free(), ff_vk_shader_update_push_const(), init_compute_pipeline(), init_pipeline_layout(), and update_set_pool_write().
| VkPushConstantRange FFVulkanShader::push_consts[FF_VK_MAX_PUSH_CONSTS] |
Definition at line 217 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_shader_add_push_const(), and init_pipeline_layout().
| int FFVulkanShader::push_consts_num |
Definition at line 218 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_shader_add_push_const(), and init_pipeline_layout().
| FFVulkanDescriptorSet FFVulkanShader::desc_set[FF_VK_MAX_DESCRIPTOR_SETS] |
Definition at line 221 of file vulkan.h.
Referenced by ff_vk_shader_add_descriptor_set(), ff_vk_shader_update_desc_buffer(), ff_vk_shader_update_img(), init_descriptors(), and update_set_pool_write().
| int FFVulkanShader::nb_descriptor_sets |
Definition at line 222 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_shader_add_descriptor_set(), ff_vk_shader_free(), ff_vk_shader_register_exec(), init_descriptors(), and init_pipeline_layout().
| VkDescriptorSetLayout FFVulkanShader::desc_layout[FF_VK_MAX_DESCRIPTOR_SETS] |
Definition at line 225 of file vulkan.h.
Referenced by create_shader_object(), ff_vk_shader_free(), ff_vk_shader_register_exec(), init_descriptors(), and init_pipeline_layout().
| int FFVulkanShader::use_push |
Definition at line 228 of file vulkan.h.
Referenced by ff_vk_exec_bind_shader(), ff_vk_shader_register_exec(), init_descriptors(), and update_set_pool_write().
| VkDescriptorPoolSize FFVulkanShader::desc_pool_size[FF_VK_MAX_DESCRIPTOR_TYPES] |
Definition at line 229 of file vulkan.h.
Referenced by ff_vk_shader_add_descriptor_set(), and ff_vk_shader_register_exec().
| int FFVulkanShader::nb_desc_pool_size |
Definition at line 230 of file vulkan.h.
Referenced by ff_vk_shader_add_descriptor_set(), and ff_vk_shader_register_exec().
1.8.17