Searched refs:loadComputeModule (Results 1 – 3 of 3) sorted by relevance
50 const Module* loadComputeModule(SkSL::Compiler* compiler);
309 const Module* ModuleLoader::loadComputeModule(SkSL::Compiler* compiler) { in loadComputeModule() function in SkSL::ModuleLoader
70 case ProgramKind::kCompute: return m.loadComputeModule(this); in moduleForProgramKind()