Searched refs:UserArg (Results 1 – 1 of 1) sorted by relevance
138 for (auto UserArg : UserArgs) { in compileToSPIRV() local139 if (UserArg == "") continue; in compileToSPIRV()140 if (CombinedUserArgs != "") CombinedUserArgs = CombinedUserArgs + " " + UserArg; in compileToSPIRV()141 else CombinedUserArgs = UserArg; in compileToSPIRV()