FFmpeg
|
#include <vulkan.h>
Data Fields | |
FFVkExecContext * | contexts |
atomic_int_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 242 of file vulkan.h.
Referenced by ff_vk_exec_get(), ff_vk_exec_pool_free(), and ff_vk_exec_pool_init().
atomic_int_least64_t FFVkExecPool::idx |
Definition at line 243 of file vulkan.h.
Referenced by ff_vk_exec_get().
VkCommandPool FFVkExecPool::cmd_buf_pool |
Definition at line 245 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), and ff_vk_exec_pool_init().
VkCommandBuffer* FFVkExecPool::cmd_bufs |
Definition at line 246 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), ff_vk_exec_pool_init(), and ff_vk_update_thread_context().
int FFVkExecPool::pool_size |
Definition at line 247 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(), ff_vk_update_thread_context(), and update_set_pool_write().
VkQueryPool FFVkExecPool::query_pool |
Definition at line 249 of file vulkan.h.
Referenced by ff_vk_decode_frame(), 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 250 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), and ff_vk_exec_pool_init().
int FFVkExecPool::query_results |
Definition at line 251 of file vulkan.h.
Referenced by ff_vk_exec_pool_init().
int FFVkExecPool::query_statuses |
Definition at line 252 of file vulkan.h.
Referenced by ff_vk_exec_get_query(), and ff_vk_exec_pool_init().
int FFVkExecPool::query_64bit |
Definition at line 253 of file vulkan.h.
Referenced by ff_vk_exec_get_query().
int FFVkExecPool::query_status_stride |
Definition at line 254 of file vulkan.h.
Referenced by ff_vk_exec_pool_init().
int FFVkExecPool::nb_queries |
Definition at line 255 of file vulkan.h.
Referenced by ff_vk_decode_frame(), ff_vk_exec_get_query(), ff_vk_exec_pool_init(), ff_vk_exec_start(), and ff_vk_update_thread_context().
size_t FFVkExecPool::qd_size |
Definition at line 256 of file vulkan.h.
Referenced by ff_vk_exec_get_query(), and ff_vk_exec_pool_init().
FFVulkanShaderData* FFVkExecPool::reg_shd |
Definition at line 259 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 260 of file vulkan.h.
Referenced by ff_vk_exec_pool_free(), ff_vk_shader_register_exec(), and get_shd_data().