Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp33 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateDescriptorPool(gpu->device(), in GrVkDescriptorPool()
DGrVkInterface.cpp126 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h97 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h143 table->CreateDescriptorPool = in loader_init_device_dispatch_table()
417 return (void *)table->CreateDescriptorPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1568 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator,
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp532 vk::assert_success(vk::CreateDescriptorPool(dev_, &desc_pool_info, in create_descriptor_sets()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1506 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateIn… in CreateDescriptorPool() function
1517 …get_dispatch_table(ot_device_table_map, device)->CreateDescriptorPool(device, pCreateInfo, pAlloca… in CreateDescriptorPool()
3882 return (PFN_vkVoidFunction)CreateDescriptorPool; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3448 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateIn… in CreateDescriptorPool() function
3461 …get_dispatch_table(pc_device_table_map, device)->CreateDescriptorPool(device, pCreateInfo, pAlloca… in CreateDescriptorPool()
5348 {"vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(CreateDescriptorPool)}, in intercept_core_device_command()
Dcore_validation.cpp6857 CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAlloca… in CreateDescriptorPool() function
6860 …VkResult result = dev_data->dispatch_table.CreateDescriptorPool(device, pCreateInfo, pAllocator, p… in CreateDescriptorPool()
11973 {"vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(CreateDescriptorPool)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp586 …VkResult result = device_dispatch_table(device)->CreateDescriptorPool(device, pCreateInfo, pAlloca… in vkCreateDescriptorPool()