Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLCompiler.h117 bool toMetal(Program& program, OutputStream& out);
119 bool toMetal(Program& program, String* out);
DSkSLMain.cpp106 if (!program || !compiler.toMetal(*program, out)) { in main()
DSkSLCompiler.cpp1447 bool Compiler::toMetal(Program& program, OutputStream& out) { in toMetal() function in SkSL::Compiler
1456 bool Compiler::toMetal(Program& program, String* out) { in toMetal() function in SkSL::Compiler
1461 bool result = this->toMetal(program, buffer); in toMetal()
/third_party/skia/fuzz/oss_fuzz/
DFuzzSKSL2Metal.cpp23 if (!program || !compiler.toMetal(*program, &output)) { in FuzzSKSL2Metal()
/third_party/flutter/skia/fuzz/oss_fuzz/
DFuzzSKSL2Metal.cpp24 if (!program || !compiler.toMetal(*program, &output)) { in FuzzSKSL2Metal()
/third_party/skia/tests/
DSkSLMetalTestbed.cpp25 REPORTER_ASSERT(r, compiler.toMetal(*program, &output)); in test()
/third_party/skia/src/sksl/
DSkSLCompiler.h157 bool toMetal(Program& program, OutputStream& out);
159 bool toMetal(Program& program, String* out);
DSkSLCompiler.cpp687 bool Compiler::toMetal(Program& program, OutputStream& out) { in toMetal() function in SkSL::Compiler
695 bool Compiler::toMetal(Program& program, String* out) { in toMetal() function in SkSL::Compiler
697 bool result = this->toMetal(program, buffer); in toMetal()
DSkSLMain.cpp379 return compiler.toMetal(program, out); in processCommand()
/third_party/flutter/skia/tests/
DSkSLMetalTest.cpp24 REPORTER_ASSERT(r, compiler.toMetal(*program, &output)); in test()
/third_party/skia/bench/
DSkSLBench.cpp92 case Output::kMetal: SkAssertResult(fCompiler.toMetal(*program, &result)); break; in onDraw()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUtil.mm166 if (!gpu->shaderCompiler()->toMetal(*program, &code)) {
/third_party/skia/src/gpu/mtl/
DGrMtlUtil.mm77 if (!program || !compiler->toMetal(*program, msl)) {