Home
last modified time | relevance | path

Searched refs:PFN_vkCreateDescriptorPool (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/build/include/
H A Dvk-wrappers-1-0.h26 PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
/third_party/vk-gl-cts/build/
H A Dvk-wrappers-1-0.h26 PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.h130 VkPtr<PFN_vkCreateDescriptorPool> fCreateDescriptorPool;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h204 PFN_vkCreateDescriptorPool CreateDescriptorPool = nullptr;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h170 PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
569 extern PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
H A Dvolk.c380 vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool)load(context, "vkCreateDescriptorPool"); in volkGenLoadDevice()
781 table->vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool)load(context, "vkCreateDescriptorPool"); in volkGenLoadDeviceTable()
1184 PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h362 PFN_vkCreateDescriptorPool CreateDescriptorPool;
H A Dvk_dispatch_table_helper.h96 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c393 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(dev, "vkCreateDescriptorPool"); in loader_init_device_dispatch_table()
/third_party/glfw/deps/glad/
H A Dvulkan.h4976 typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkDescriptorPool * pDescriptorPool); typedef
5303 GLAD_API_CALL PFN_vkCreateDescriptorPool glad_vkCreateDescriptorPool;
5722 PFN_vkCreateDescriptorPool glad_vkCreateDescriptorPool = NULL;
5918 glad_vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool) load(userptr, "vkCreateDescriptorPool"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h96 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp10954 PFN_vkCreateDescriptorPool vkCreateDescriptorPool = 0;
11946 PFN_vkCreateDescriptorPool( vkGetInstanceProcAddr( instance, "vkCreateDescriptorPool" ) );
13143 vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetDeviceProcAddr( device, "vkCreateDescriptorPool" ) );
H A Dvulkan_raii.hpp760 vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetDeviceProcAddr( device, "vkCreateDescriptorPool" ) ); in init()
1638 PFN_vkCreateDescriptorPool vkCreateDescriptorPool = 0;
H A Dvulkan_core.h3585 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp16474 PFN_vkCreateDescriptorPool vkCreateDescriptorPool = 0;
17671 vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetInstanceProcAddr( instance, "vkCreateDescriptorPool" ) );
18989 vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetDeviceProcAddr( device, "vkCreateDescriptorPool" ) );
H A Dvulkan_raii.hpp745 vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetDeviceProcAddr( device, "vkCreateDescriptorPool" ) ); in DeviceDispatcher()
1788 PFN_vkCreateDescriptorPool vkCreateDescriptorPool = 0;
[all...]
H A Dvulkan_core.h3999 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2684 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3492 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3849 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3634 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); typedef

Completed in 428 milliseconds