Home
last modified time | relevance | path

Searched refs:DestroyPipelineCache (Results 1 – 12 of 12) sorted by relevance

/external/virglrenderer/src/venus/
Dvkr_device.c200 vk->DestroyPipelineCache(device, obj->handle.pipeline_cache, NULL); in vkr_device_object_destroy()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h284 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
Dvk_dispatch_table_helper.h444 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1994 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyPipelineCache(device, pipelineC… in DispatchDestroyPipelineCache()
2002 layer_data->device_dispatch_table.DestroyPipelineCache(device, pipelineCache, pAllocator); in DispatchDestroyPipelineCache()
Dchassis.cpp2201 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache( in DestroyPipelineCache() function
9328 {"vkDestroyPipelineCache", {false, (void*)DestroyPipelineCache}},
Dchassis.h393 VKAPI_ATTR void VKAPI_CALL DestroyPipelineCache(
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_util.h158 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
545 proc_table->DestroyPipelineCache = VN_GDPA(dev, vkDestroyPipelineCache); in vn_util_init_device_proc_table()
/external/skia/src/gpu/ganesh/vk/
DGrVkResourceProvider.cpp525 GR_VK_CALL(fGpu->vkInterface(), DestroyPipelineCache(fGpu->device(), fPipelineCache, nullptr)); in destroyResources()
/external/skia/src/gpu/vk/
DVulkanInterface.cpp100 ACQUIRE_PROC(DestroyPipelineCache, VK_NULL_HANDLE, device); in VulkanInterface()
/external/skia/src/gpu/graphite/vk/
DVulkanResourceProvider.cpp87 DestroyPipelineCache(this->vulkanSharedContext()->device(), in ~VulkanResourceProvider()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_program.c1626 VKSCR(DestroyPipelineCache)(screen->dev, pg->pipeline_cache, NULL); in deinit_program()
/external/mesa3d/docs/relnotes/
D20.3.0.rst263 - v3dv: stubs for Create/DestroyPipelineCache