Home
last modified time | relevance | path

Searched refs:PFN_vkCmdBeginQueryIndexedEXT (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvk_headers.h82 extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h321 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
789 extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
H A Dvolk.c531 vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)load(context, "vkCmdBeginQueryIndexedEXT"); in volkGenLoadDevice()
932 table->vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)load(context, "vkCmdBeginQueryIndexedEXT"); in volkGenLoadDeviceTable()
1404 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h705 PFN_vkCmdBeginQueryIndexedEXT CmdBeginQueryIndexedEXT;
H A Dvk_dispatch_table_helper.h382 table->CmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)gpa(device, "vkCmdBeginQueryIndexedEXT"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c746 table->CmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)gdpa(dev, "vkCmdBeginQueryIndexedEXT"); in loader_init_device_extension_dispatch_table()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1027 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = nullptr;
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h382 table->CmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)gpa(device, "vkCmdBeginQueryIndexedEXT"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp11188 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0;
12242 PFN_vkCmdBeginQueryIndexedEXT( vkGetInstanceProcAddr( instance, "vkCmdBeginQueryIndexedEXT" ) );
13326 PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) );
H A Dvulkan_raii.hpp1066 PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) ); in init()
1863 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0;
H A Dvulkan_core.h8843 typedef void (VKAPI_PTR *PFN_vkCmdBeginQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16735 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0;
17943 vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetInstanceProcAddr( instance, "vkCmdBeginQueryIndexedEXT" ) );
19168 vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) );
H A Dvulkan_raii.hpp925 vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) ); in DeviceDispatcher()
1962 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0;
[all...]
H A Dvulkan_core.h11741 typedef void (VKAPI_PTR *PFN_vkCmdBeginQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h8528 typedef void (VKAPI_PTR *PFN_vkCmdBeginQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9937 typedef void (VKAPI_PTR *PFN_vkCmdBeginQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9003 typedef void (VKAPI_PTR *PFN_vkCmdBeginQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index); typedef

Completed in 348 milliseconds