FFmpeg
|
#include <vulkan.h>
Data Fields | |
const char * | name |
AVBPrint | src |
int | local_size [3] |
VkPipelineShaderStageCreateInfo | shader |
const char* SPIRVShader::name |
Definition at line 67 of file vulkan.h.
Referenced by convert_from_tensorflow.Operand::__str__(), ff_vk_compile_shader(), ff_vk_init_shader(), and print_shader().
AVBPrint SPIRVShader::src |
Definition at line 68 of file vulkan.h.
Referenced by ff_vk_compile_shader(), ff_vk_init_shader(), ff_vk_set_compute_shader_sizes(), free_pipeline(), and print_shader().
int SPIRVShader::local_size[3] |
Definition at line 69 of file vulkan.h.
Referenced by ff_vk_set_compute_shader_sizes().
VkPipelineShaderStageCreateInfo SPIRVShader::shader |
Definition at line 70 of file vulkan.h.
Referenced by ff_vk_compile_shader(), ff_vk_init_compute_pipeline(), ff_vk_init_shader(), and free_pipeline().