Searched refs:SpirV (Results 1 – 1 of 1) sorted by relevance
161 std::vector<byte> SpirV; in compileToSPIRV() local166 assert(SpirV.size() == 0 && "More than one SPIR-V output found."); in compileToSPIRV()167 SpirV = std::vector<byte>(Outputs[I], Outputs[I] + OutputLengths[I]); in compileToSPIRV()178 if (SpirV.empty()) throw online_compile_error("Unexpected output: ocloc did not return SPIR-V"); in compileToSPIRV()181 return SpirV; in compileToSPIRV()