/third_party/vk-gl-cts/build/include/ |
H A D | vk-wrappers-1-0.h | 24 PFN_vkCreateCommandPool vkCreateCommandPool;
|
/third_party/vk-gl-cts/build/ |
H A D | vk-wrappers-1-0.h | 24 PFN_vkCreateCommandPool vkCreateCommandPool;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 141 VkPtr<PFN_vkCreateCommandPool> fCreateCommandPool;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 202 PFN_vkCreateCommandPool CreateCommandPool = nullptr;
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 168 PFN_vkCreateCommandPool vkCreateCommandPool; 567 extern PFN_vkCreateCommandPool vkCreateCommandPool;
|
H A D | volk.c | 378 vkCreateCommandPool = (PFN_vkCreateCommandPool)load(context, "vkCreateCommandPool"); in volkGenLoadDevice() 779 table->vkCreateCommandPool = (PFN_vkCreateCommandPool)load(context, "vkCreateCommandPool"); in volkGenLoadDeviceTable() 1182 PFN_vkCreateCommandPool vkCreateCommandPool;
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 373 PFN_vkCreateCommandPool CreateCommandPool;
|
H A D | vk_dispatch_table_helper.h | 107 table->CreateCommandPool = (PFN_vkCreateCommandPool)gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 404 table->CreateCommandPool = (PFN_vkCreateCommandPool)gpa(dev, "vkCreateCommandPool"); in loader_init_device_dispatch_table()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.h | 253 PFN_vkCreateCommandPool vkCreateCommandPool = nullptr;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4973 typedef VkResult (GLAD_API_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkCommandPool * pCommandPool); typedef 5297 GLAD_API_CALL PFN_vkCreateCommandPool glad_vkCreateCommandPool; 5719 PFN_vkCreateCommandPool glad_vkCreateCommandPool = NULL; 5916 glad_vkCreateCommandPool = (PFN_vkCreateCommandPool) load(userptr, "vkCreateCommandPool"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 107 table->CreateCommandPool = (PFN_vkCreateCommandPool)gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 649 PFN_vkCreateCommandPool CreateCommandPool = device.load("vkCreateCommandPool"); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 10965 PFN_vkCreateCommandPool vkCreateCommandPool = 0; 11961 vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandPool" ) ); 13156 vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" ) );
|
H A D | vulkan_raii.hpp | 774 vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" ) ); in init() 1649 PFN_vkCreateCommandPool vkCreateCommandPool = 0;
|
H A D | vulkan_core.h | 3596 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16485 PFN_vkCreateCommandPool vkCreateCommandPool = 0; 17682 vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandPool" ) ); 19000 vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" ) );
|
H A D | vulkan_raii.hpp | 756 vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool" ) ); in DeviceDispatcher() 1799 PFN_vkCreateCommandPool vkCreateCommandPool = 0; [all...] |
H A D | vulkan_core.h | 4010 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2694 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3503 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3860 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3645 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); typedef
|