Searched refs:OclocLibraryName (Results 1 – 1 of 1) sorted by relevance
105 static const std::string OclocLibraryName = "ocloc64.dll"; in compileToSPIRV() local107 static const std::string OclocLibraryName = "libocloc.so"; in compileToSPIRV()109 void *OclocLibrary = loadOsLibrary(OclocLibraryName); in compileToSPIRV()110 if (!OclocLibrary) throw online_compile_error("Cannot load ocloc library: " + OclocLibraryName); in compileToSPIRV()