Home
last modified time | relevance | path

Searched refs:CreateDescriptorPool (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkDescriptorPool.cpp33 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateDescriptorPool(gpu->device(), in GrVkDescriptorPool()
DGrVkInterface.cpp106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp33 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
DGrVkInterface.cpp106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h296 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
Dvk_dispatch_table_helper.h456 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2216 …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()
Dchassis.cpp2407 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool( in CreateDescriptorPool() function
9340 {"vkCreateDescriptorPool", {false, (void*)CreateDescriptorPool}},
Dchassis.h464 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h667 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
Dvk_enum_to_str.c4690 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in vk_load_device_commands()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c650 vk(CreateDescriptorPool(device, in main()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1459 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()