Searched refs:SPIRVtoHLSL (Results 1 – 3 of 3) sorted by relevance
22 bool SPIRVtoHLSL(const String& spirv, String* hlsl) { in SPIRVtoHLSL() function47 namespace SkSL { bool SPIRVtoHLSL(const String&, String*) { return false; } } in SPIRVtoHLSL() function
15 bool SPIRVtoHLSL(const String& spirv, String* hlsl);
837 return SPIRVtoHLSL(spirv, out); in toHLSL()