Searched refs:destroy_shader_modules (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanGraphicsPipeline.cpp | 613 static void destroy_shader_modules(const VulkanSharedContext* sharedContext, in destroy_shader_modules() function 736 destroy_shader_modules(sharedContext, VK_NULL_HANDLE, fsModule); in Make() 795 destroy_shader_modules(sharedContext, vsModule, fsModule); in Make() 850 destroy_shader_modules(sharedContext, vsModule, fsModule); in Make() 928 destroy_shader_modules(sharedContext, VK_NULL_HANDLE, *outFragShaderModule); in InitializeMSAALoadPipelineStructs() 957 destroy_shader_modules(sharedContext, *outVertexShaderModule, *outFragShaderModule); in InitializeMSAALoadPipelineStructs()
|