FFmpeg
|
#include <vulkan.h>
Data Fields | |
FFVkExecContext * | contexts |
atomic_uint_least64_t | idx |
VkCommandPool | cmd_buf_pool |
VkCommandBuffer * | cmd_bufs |
int | pool_size |
VkQueryPool | query_pool |
void * | query_data |
int | query_results |
int | query_statuses |
int | query_64bit |
int | query_status_stride |
int | nb_queries |
size_t | qd_size |
FFVulkanShaderData * | reg_shd |
int | nb_reg_shd |
FFVkExecContext* FFVkExecPool::contexts |
Definition at line 245 of file vulkan.h.
Referenced by ff_vk_exec_get(), ff_vk_exec_pool_free(), ff_vk_exec_pool_init(), init_crc_table_data(), init_quant_table_data(), init_state_transition_data(), and vulkan_encode_ffv1_init().
atomic_uint_least64_t FFVkExecPool::idx |
Definition at line 246 of file vulkan.h.
Referenced by ff_vk_exec_get(), and ff_vk_exec_pool_init().
VkCommandPool FFVkExecPool::cmd_buf_pool |
Definition at line 248 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), and ff_vk_exec_pool_init().
VkCommandBuffer* FFVkExecPool::cmd_bufs |
Definition at line 249 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), and ff_vk_exec_pool_init().
int FFVkExecPool::pool_size |
Definition at line 250 of file vulkan.h.
Referenced by ff_vk_exec_get(), ff_vk_exec_pool_free(), ff_vk_exec_pool_init(), ff_vk_shader_register_exec(), update_set_pool_write(), and vulkan_encode_ffv1_init().
VkQueryPool FFVkExecPool::query_pool |
Definition at line 252 of file vulkan.h.
Referenced by ff_vk_exec_get_query(), ff_vk_exec_pool_free(), ff_vk_exec_pool_init(), and ff_vk_exec_start().
void* FFVkExecPool::query_data |
Definition at line 253 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), and ff_vk_exec_pool_init().
int FFVkExecPool::query_results |
Definition at line 254 of file vulkan.h.
Referenced by ff_vk_exec_pool_init().
int FFVkExecPool::query_statuses |
Definition at line 255 of file vulkan.h.
Referenced by ff_vk_exec_get_query(), and ff_vk_exec_pool_init().
int FFVkExecPool::query_64bit |
Definition at line 256 of file vulkan.h.
Referenced by ff_vk_exec_get_query().
int FFVkExecPool::query_status_stride |
Definition at line 257 of file vulkan.h.
Referenced by ff_vk_exec_pool_init().
int FFVkExecPool::nb_queries |
Definition at line 258 of file vulkan.h.
Referenced by ff_vk_exec_get_query(), ff_vk_exec_pool_init(), and ff_vk_exec_start().
size_t FFVkExecPool::qd_size |
Definition at line 259 of file vulkan.h.
Referenced by ff_vk_exec_get_query(), and ff_vk_exec_pool_init().
FFVulkanShaderData* FFVkExecPool::reg_shd |
Definition at line 262 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), ff_vk_shader_register_exec(), and get_shd_data().
int FFVkExecPool::nb_reg_shd |
Definition at line 263 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), ff_vk_shader_register_exec(), and get_shd_data().