Searched refs:CombinedUserArgs (Results 1 – 1 of 1) sorted by relevance
137 std::string CombinedUserArgs; in compileToSPIRV() local140 if (CombinedUserArgs != "") CombinedUserArgs = CombinedUserArgs + " " + UserArg; in compileToSPIRV()141 else CombinedUserArgs = UserArg; in compileToSPIRV()143 …char *> Args = prepareOclocArgs(DeviceType, DeviceArch, Is64Bit, DeviceStepping, CombinedUserArgs); in compileToSPIRV()