Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestContext.cpp58 GR_VK_CALL(fVk, DestroyCommandPool(fDevice, fCommandPool, nullptr)); in ~VkFenceSync()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h109 PFN_vkDestroyCommandPool DestroyCommandPool; member
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm60 GR_VK_CALL(fVk, DestroyCommandPool(fDevice, fCommandPool, nullptr));
/external/vulkan-validation-layers/loader/
Dtable_ops.h167 table->DestroyCommandPool = in loader_init_device_dispatch_table()
441 return (void *)table->DestroyCommandPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1700 disp->DestroyCommandPool(device, commandPool, pAllocator);
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp394 vk::DestroyCommandPool(dev_, cmd_pool, nullptr); in destroy_frame_data()
396 vk::DestroyCommandPool(dev_, primary_cmd_pool_, nullptr); in destroy_frame_data()
/external/skia/src/gpu/vk/
DGrVkInterface.cpp138 ACQUIRE_PROC(DestroyCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkGpu.cpp207 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr)); in destroyResources()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp400 GR_VK_CALL(fBackendContext->fInterface, DestroyCommandPool(fBackendContext->fDevice, in destroyContext()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp3496 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkA… in DestroyCommandPool() function
3522 …get_dispatch_table(ot_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocato… in DestroyCommandPool()
3906 return (PFN_vkVoidFunction)DestroyCommandPool; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3792 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkA… in DestroyCommandPool() function
3800 …get_dispatch_table(pc_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocato… in DestroyCommandPool()
5405 {"vkDestroyCommandPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyCommandPool)}, in intercept_core_device_command()
Dcore_validation.cpp6241 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkA… in DestroyCommandPool() function
6248 dev_data->dispatch_table.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
11979 {"vkDestroyCommandPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyCommandPool)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp662 device_dispatch_table(device)->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()