Home
last modified time | relevance | path

Searched refs:DestroyCommandPool (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCommandPool.cpp35 GR_VK_CALL(gpu->vkInterface(), DestroyCommandPool(gpu->device(), pool, nullptr)); in Create()
109 DestroyCommandPool(fGpu->device(), fCommandPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/src/gpu/vk/
DGrVkCommandPool.cpp82 DestroyCommandPool(gpu->device(), fCommandPool, nullptr)); in freeGPUData()
DGrVkInterface.cpp118 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp124 void DestroyCommandPool(VkCommandPool commandPool) const;
DDevice.cpp396 void Device::DestroyCommandPool(VkCommandPool commandPool) const in DestroyCommandPool() function in Device
DComputeTests.cpp301 device->DestroyCommandPool(commandPool); in test()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h165 WSI_CB(DestroyCommandPool);
Dwsi_common.c86 WSI_GET_CB(DestroyCommandPool); in wsi_device_init()
285 chain->wsi->DestroyCommandPool(chain->device, chain->cmd_pools[i], in wsi_swapchain_finish()
/external/skqp/tools/gpu/mtl/
DMtlTestContext.mm60 GR_VK_CALL(fVk, DestroyCommandPool(fDevice, fCommandPool, nullptr));
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp34 ACQUIRE_VK_PROC(DestroyCommandPool, device); in VkFenceSync()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h308 PFN_vkDestroyCommandPool DestroyCommandPool; member
Dvk_dispatch_table_helper.h468 table->DestroyCommandPool = (PFN_vkDestroyCommandPool) gpa(device, "vkDestroyCommandPool"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2387 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyCommandPool(device, commandPool… in DispatchDestroyCommandPool()
2395 layer_data->device_dispatch_table.DestroyCommandPool(device, commandPool, pAllocator); in DispatchDestroyCommandPool()
Dchassis.cpp2662 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool( in DestroyCommandPool() function
9352 {"vkDestroyCommandPool", {false, (void*)DestroyCommandPool}},
Dchassis.h531 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp457 GR_VK_CALL(fInterface, DestroyCommandPool(fDevice, fCommandPool, nullptr)); in destroyContext()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h704 PFN_vkDestroyCommandPool DestroyCommandPool; member
Dvk_enum_to_str.c4727 table->DestroyCommandPool = (PFN_vkDestroyCommandPool) gpa(device, "vkDestroyCommandPool"); in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1802 device_data->vtable.DestroyCommandPool(device_data->device, data->command_pool, NULL); in shutdown_swapchain_data()