Home
last modified time | relevance | path

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

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