Searched refs:DestroyPipeline (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 82 // DestroyPipeline destroys a graphics or compute pipeline. 83 void DestroyPipeline(VkPipeline pipeline) const;
|
H A D | Device.cpp | 269 void Device::DestroyPipeline(VkPipeline pipeline) const in DestroyPipeline() function in Device
|
H A D | ComputeTests.cpp | 302 device->DestroyPipeline(pipeline); in test()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 155 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyPipeline) \
|
H A D | vulkan.c | 1339 vk->DestroyPipeline(s->hwctx->act_dev, pl->pipeline, s->hwctx->alloc); in free_pipeline()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radv_radix_sort.c | 148 device->vk.dispatch_table.DestroyPipeline(_device, pipeline, pAllocator); in vkDestroyPipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | FencedDeleter.cpp | 148 mDevice->fn.DestroyPipeline(vkDevice, pipeline, nullptr); in Tick()
|
H A D | VulkanFunctions.h | 229 PFN_vkDestroyPipeline DestroyPipeline = nullptr; member
|
H A D | VulkanFunctions.cpp | 252 GET_DEVICE_PROC(DestroyPipeline); in LoadDeviceProcs()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 61 ITEM(DestroyPipeline)\ 518 DestroyPipeline(device, pipeline, NULL); in ~PipelineBuilder()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 607 GR_VK_CALL(fGpu->vkInterface(), DestroyPipeline(fGpu->device(), fPipeline, nullptr));
|
H A D | GrVkInterface.cpp | 99 ACQUIRE_PROC(DestroyPipeline, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 355 PFN_vkDestroyPipeline DestroyPipeline; member
|
H A D | vk_dispatch_table_helper.h | 89 table->DestroyPipeline = (PFN_vkDestroyPipeline)gpa(device, "vkDestroyPipeline"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 386 table->DestroyPipeline = (PFN_vkDestroyPipeline)gpa(dev, "vkDestroyPipeline"); in loader_init_device_dispatch_table() 1762 if (!strcmp(name, "DestroyPipeline")) { in loader_lookup_device_dispatch_table() 1764 return (void *)table->DestroyPipeline; in loader_lookup_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.c | 719 VKSCR(DestroyPipeline)(screen->dev, pc_entry->pipeline, NULL); in zink_destroy_gfx_program() 747 VKSCR(DestroyPipeline)(screen->dev, pc_entry->pipeline, NULL); in zink_destroy_compute_program()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 89 table->DestroyPipeline = (PFN_vkDestroyPipeline)gpa(device, "vkDestroyPipeline"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1813 device_data->vtable.DestroyPipeline(device_data->device, data->pipeline, NULL); in shutdown_swapchain_data()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1718 disp->DestroyPipeline(device, pipeline, pAllocator); in vkDestroyPipeline()
|
Completed in 64 milliseconds