Home
last modified time | relevance | path

Searched refs:PFN_vkCmdDecodeVideoKHR (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_beta.h334 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pFrameInfo); typedef
H A Dvulkan.hpp11179 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0;
12231 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetInstanceProcAddr( instance, "vkCmdDecodeVideoKHR" ) );
13315 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) );
H A Dvulkan_raii.hpp1451 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) ); in init()
2113 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0;
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h358 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pFrameInfo); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_beta.h334 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pFrameInfo); typedef
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h523 PFN_vkCmdDecodeVideoKHR CmdDecodeVideoKHR;
H A Dvk_dispatch_table_helper.h257 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gpa(device, "vkCmdDecodeVideoKHR"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c564 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gdpa(dev, "vkCmdDecodeVideoKHR"); in loader_init_device_extension_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h257 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gpa(device, "vkCmdDecodeVideoKHR"); in layer_init_device_dispatch_table()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16729 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0;
17936 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetInstanceProcAddr( instance, "vkCmdDecodeVideoKHR" ) );
19162 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) );
H A Dvulkan_raii.hpp918 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) ); in DeviceDispatcher()
1956 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0;
[all...]
H A Dvulkan_core.h8290 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pDecodeInfo); typedef

Completed in 222 milliseconds