Searched refs:ResetDescriptorPool (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0)); in reset()
|
D | GrVkInterface.cpp | 100 GET_DEV_PROC(ResetDescriptorPool); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 99 PFN_vkResetDescriptorPool ResetDescriptorPool; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 147 table->ResetDescriptorPool = in loader_init_device_dispatch_table() 421 return (void *)table->ResetDescriptorPool; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1589 return disp->ResetDescriptorPool(device, descriptorPool, flags);
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 1527 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()
|
D | parameter_validation.cpp | 3482 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()
|
D | core_validation.cpp | 6883 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/ |
D | wrap_objects.cpp | 598 …VkResult result = device_dispatch_table(device)->ResetDescriptorPool(device, descriptorPool, flags… in vkResetDescriptorPool()
|