Searched refs:PFN_vkCmdDecodeVideoKHR (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_beta.h | 334 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pFrameInfo); typedef
|
H A D | vulkan.hpp | 11179 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0; 12231 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetInstanceProcAddr( instance, "vkCmdDecodeVideoKHR" ) ); 13315 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) );
|
H A D | vulkan_raii.hpp | 1451 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) ); in init() 2113 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0;
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_beta.h | 358 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 D | vulkan_beta.h | 334 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pFrameInfo); typedef
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 523 PFN_vkCmdDecodeVideoKHR CmdDecodeVideoKHR;
|
H A D | vk_dispatch_table_helper.h | 257 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gpa(device, "vkCmdDecodeVideoKHR"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 564 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gdpa(dev, "vkCmdDecodeVideoKHR"); in loader_init_device_extension_dispatch_table()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 257 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gpa(device, "vkCmdDecodeVideoKHR"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16729 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0; 17936 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetInstanceProcAddr( instance, "vkCmdDecodeVideoKHR" ) ); 19162 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) );
|
H A D | vulkan_raii.hpp | 918 vkCmdDecodeVideoKHR = PFN_vkCmdDecodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdDecodeVideoKHR" ) ); in DeviceDispatcher() 1956 PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR = 0; [all...] |
H A D | vulkan_core.h | 8290 typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pDecodeInfo); typedef
|
Completed in 222 milliseconds