Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkDescriptorPool.cpp44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0)); in reset()
DGrVkInterface.cpp108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h298 PFN_vkResetDescriptorPool ResetDescriptorPool; member
Dvk_dispatch_table_helper.h458 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool) gpa(device, "vkResetDescriptorPool"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp488 …if (!wrap_handles) return layer_data->device_dispatch_table.ResetDescriptorPool(device, descriptor… in DispatchResetDescriptorPool()
493 …VkResult result = layer_data->device_dispatch_table.ResetDescriptorPool(device, local_descriptor_p… in DispatchResetDescriptorPool()
Dchassis.cpp2453 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool( in ResetDescriptorPool() function
9342 {"vkResetDescriptorPool", {false, (void*)ResetDescriptorPool}},
Dchassis.h475 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h863 PFN_vkResetDescriptorPool ResetDescriptorPool; member
Dvk_enum_to_str.c4886 … table->ResetDescriptorPool = (PFN_vkResetDescriptorPool) gpa(device, "vkResetDescriptorPool"); in vk_load_device_commands()
/external/skia/src/gpu/vk/
DGrVkInterface.cpp108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c1151 vk(ResetDescriptorPool(device,desc_pool,0)); in main()