Home
last modified time | relevance | path

Searched refs:PFN_vkCreateQueryPool (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h103 VkPtr<PFN_vkCreateQueryPool> fCreateQueryPool;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h214 PFN_vkCreateQueryPool CreateQueryPool = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h180 PFN_vkCreateQueryPool vkCreateQueryPool;
581 extern PFN_vkCreateQueryPool vkCreateQueryPool;
H A Dvolk.c390 vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); in volkGenLoadDevice()
791 table->vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); in volkGenLoadDeviceTable()
1196 PFN_vkCreateQueryPool vkCreateQueryPool;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h335 PFN_vkCreateQueryPool CreateQueryPool;
H A Dvk_dispatch_table_helper.h69 table->CreateQueryPool = (PFN_vkCreateQueryPool)gpa(device, "vkCreateQueryPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c366 table->CreateQueryPool = (PFN_vkCreateQueryPool)gpa(dev, "vkCreateQueryPool"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h4990 typedef VkResult (GLAD_API_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkQueryPool * pQueryPool); typedef
5331 GLAD_API_CALL PFN_vkCreateQueryPool glad_vkCreateQueryPool;
5736 PFN_vkCreateQueryPool glad_vkCreateQueryPool = NULL;
5930 glad_vkCreateQueryPool = (PFN_vkCreateQueryPool) load(userptr, "vkCreateQueryPool"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h69 table->CreateQueryPool = (PFN_vkCreateQueryPool)gpa(device, "vkCreateQueryPool"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10927 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
11909 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) );
13111 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) );
H A Dvulkan_raii.hpp727 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
1611 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
H A Dvulkan_core.h3558 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16447 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
17644 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) );
18962 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) );
H A Dvulkan_raii.hpp718 vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher()
1761 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
[all...]
H A Dvulkan_core.h3972 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2662 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3465 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3822 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3607 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); typedef

Completed in 426 milliseconds