Searched refs:ResetCommandPool (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 55 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
|
D | GrVkInterface.cpp | 119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 85 ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
|
D | GrVkInterface.cpp | 119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 309 PFN_vkResetCommandPool ResetCommandPool; member
|
D | vk_dispatch_table_helper.h | 469 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 2405 …if (!wrap_handles) return layer_data->device_dispatch_table.ResetCommandPool(device, commandPool, … in DispatchResetCommandPool() 2409 … VkResult result = layer_data->device_dispatch_table.ResetCommandPool(device, commandPool, flags); in DispatchResetCommandPool()
|
D | chassis.cpp | 2684 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool( in ResetCommandPool() function 9353 {"vkResetCommandPool", {false, (void*)ResetCommandPool}},
|
D | chassis.h | 536 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 862 PFN_vkResetCommandPool ResetCommandPool; member
|
D | vk_enum_to_str.c | 4885 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in vk_load_device_commands()
|