Searched refs:UserArgs (Results 1 – 1 of 1) sorted by relevance
41 … const std::string &DeviceStepping, const std::string &UserArgs) { in prepareOclocArgs() argument78 if (UserArgs != "") { in prepareOclocArgs()80 Args.push_back(UserArgs.c_str()); in prepareOclocArgs()102 const std::vector<std::string> &UserArgs) { in compileToSPIRV() argument138 for (auto UserArg : UserArgs) { in compileToSPIRV()186 …language::opencl_c>::compile(const std::string &Source, const std::vector<std::string> &UserArgs) { in compile() argument192 …Type, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandle, FreeSPIRVOutputsHandle, UserArgs); in compile()197 …ource_language::cm>::compile(const std::string &Source, const std::vector<std::string> &UserArgs) { in compile() argument203 std::vector<std::string> CMUserArgs = UserArgs; in compile()