Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.h61 bool toSPIRV(const Program& program, OutputStream& out);
63 bool toSPIRV(const Program& program, String* out);
DSkSLMain.cpp72 if (!program || !compiler.toSPIRV(*program, out)) { in main()
DSkSLCompiler.cpp1141 bool Compiler::toSPIRV(const Program& program, OutputStream& out) { in toSPIRV() function in SkSL::Compiler
1167 bool Compiler::toSPIRV(const Program& program, String* out) { in toSPIRV() function in SkSL::Compiler
1169 bool result = this->toSPIRV(program, buffer); in toSPIRV()
/external/skia/tests/
DSkSLSPIRVTest.cpp23 compiler.toSPIRV(*program, &ignored); in test_failure()
/external/skia/src/gpu/vk/
DGrVkUtil.cpp269 if (!gpu->shaderCompiler()->toSPIRV(*program, &code)) { in GrCompileVkShaderModule()