Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnComputePipeline.cpp32 static ShaderInfo compile_shader_module(const DawnSharedContext* sharedContext, in compile_shader_module() function
80 auto [shaderModule, entryPointName] = compile_shader_module(sharedContext, pipelineDesc); in Make()