Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVtoHLSL.cpp22 bool SPIRVtoHLSL(const String& spirv, String* hlsl) { in SPIRVtoHLSL() function
47 namespace SkSL { bool SPIRVtoHLSL(const String&, String*) { return false; } } in SPIRVtoHLSL() function
DSkSLSPIRVtoHLSL.h15 bool SPIRVtoHLSL(const String& spirv, String* hlsl);
/external/skia/src/sksl/
DSkSLCompiler.cpp837 return SPIRVtoHLSL(spirv, out); in toHLSL()