Searched refs:CreateDescriptorPool (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 33 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateDescriptorPool(gpu->device(), in GrVkDescriptorPool()
|
D | GrVkInterface.cpp | 106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 33 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
|
D | GrVkInterface.cpp | 106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 296 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
|
D | vk_dispatch_table_helper.h | 456 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 2216 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateDescriptorPool(device, pCreateIn… in DispatchCreateDescriptorPool() 2217 …VkResult result = layer_data->device_dispatch_table.CreateDescriptorPool(device, pCreateInfo, pAll… in DispatchCreateDescriptorPool()
|
D | chassis.cpp | 2407 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool( in CreateDescriptorPool() function 9340 {"vkCreateDescriptorPool", {false, (void*)CreateDescriptorPool}},
|
D | chassis.h | 464 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool(
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 667 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
|
D | vk_enum_to_str.c | 4690 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in vk_load_device_commands()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 650 vk(CreateDescriptorPool(device, in main()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1459 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()
|