Home
last modified time | relevance | path

Searched refs:ResetDescriptorPool (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0)); in reset()
DGrVkInterface.cpp100 GET_DEV_PROC(ResetDescriptorPool); in GrVkCreateInterface()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h99 PFN_vkResetDescriptorPool ResetDescriptorPool; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h147 table->ResetDescriptorPool = in loader_init_device_dispatch_table()
421 return (void *)table->ResetDescriptorPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1589 return disp->ResetDescriptorPool(device, descriptorPool, flags);
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1527 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in ResetDescriptorPool() function
1550 …VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetDescriptorPool(device, des… in ResetDescriptorPool()
3886 return (PFN_vkVoidFunction)ResetDescriptorPool; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3482 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in ResetDescriptorPool() function
3492 …result = get_dispatch_table(pc_device_table_map, device)->ResetDescriptorPool(device, descriptorPo… in ResetDescriptorPool()
5350 {"vkResetDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(ResetDescriptorPool)}, in intercept_core_device_command()
Dcore_validation.cpp6883 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags fl… in ResetDescriptorPool() function
6886 VkResult result = dev_data->dispatch_table.ResetDescriptorPool(device, descriptorPool, flags); in ResetDescriptorPool()
11974 {"vkResetDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(ResetDescriptorPool)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp598 …VkResult result = device_dispatch_table(device)->ResetDescriptorPool(device, descriptorPool, flags… in vkResetDescriptorPool()