Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h116 PFN_vkDestroyCommandPool DestroyCommandPool; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h174 table->DestroyCommandPool = in loader_init_device_dispatch_table()
427 return (void *)table->DestroyCommandPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1608 disp->DestroyCommandPool(device, commandPool, pAllocator);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp104 GET_PROC(DestroyCommandPool); in GrVkCreateInterface()
DGrVkGpu.cpp201 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr)); in ~GrVkGpu()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp392 vk::DestroyCommandPool(dev_, cmd_pool, nullptr); in destroy_frame_data()
394 vk::DestroyCommandPool(dev_, primary_cmd_pool_, nullptr); in destroy_frame_data()
/external/vulkan-validation-layers/layers/
Ddevice_limits.cpp484 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
Dobject_tracker.h949 …get_dispatch_table(object_tracker_device_table_map, device)->DestroyCommandPool(device, commandPoo… in explicit_DestroyCommandPool()
Dparameter_validation.cpp3988 …get_dispatch_table(pc_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocato… in vkDestroyCommandPool()
Dcore_validation.cpp6169 dev_data->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()