Home
last modified time | relevance | path

Searched refs:DestroyPipeline (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp83 void DestroyPipeline(VkPipeline pipeline) const;
DDevice.cpp269 void Device::DestroyPipeline(VkPipeline pipeline) const in DestroyPipeline() function in Device
DComputeTests.cpp300 device->DestroyPipeline(pipeline); in test()
/external/vulkan-validation-layers/layers/
Dvk_layer_settings.txt92 # Example entry showing how to disable threading checks and validation at DestroyPipeline time
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp63 ITEM(DestroyPipeline)\
362 DestroyPipeline(device, pipeline, NULL); in ~PipelineBuilder()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h289 PFN_vkDestroyPipeline DestroyPipeline; member
Dvk_dispatch_table_helper.h449 table->DestroyPipeline = (PFN_vkDestroyPipeline) gpa(device, "vkDestroyPipeline"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2056 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyPipeline(device, pipeline, pAll… in DispatchDestroyPipeline()
2064 layer_data->device_dispatch_table.DestroyPipeline(device, pipeline, pAllocator); in DispatchDestroyPipeline()
Dchassis.cpp2271 VKAPI_ATTR void VKAPI_CALL DestroyPipeline( in DestroyPipeline() function
9333 {"vkDestroyPipeline", {false, (void*)DestroyPipeline}},
Dchassis.h426 VKAPI_ATTR void VKAPI_CALL DestroyPipeline(
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp574 GR_VK_CALL(gpu->vkInterface(), DestroyPipeline(gpu->device(), fPipeline, nullptr)); in freeGPUData()
DGrVkInterface.cpp99 ACQUIRE_PROC(DestroyPipeline, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp639 GR_VK_CALL(fGpu->vkInterface(), DestroyPipeline(fGpu->device(), fPipeline, nullptr)); in freeGPUData()
DGrVkInterface.cpp99 ACQUIRE_PROC(DestroyPipeline, VK_NULL_HANDLE, device); in GrVkInterface()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h718 PFN_vkDestroyPipeline DestroyPipeline; member
Dvk_enum_to_str.c4741 table->DestroyPipeline = (PFN_vkDestroyPipeline) gpa(device, "vkDestroyPipeline"); in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1804 device_data->vtable.DestroyPipeline(device_data->device, data->pipeline, NULL); in shutdown_swapchain_data()
/external/mesa3d/docs/relnotes/
D20.3.0.rst241 - v3dv: initial CreateGraphicsPipeline/DestroyPipeline implementation