Searched refs:token_sampler_declarations (Results 1 – 1 of 1) sorted by relevance
4878 const char* token_sampler_declarations = "SAMPLER_DECLARATIONS"; in initIterationSpecificProgramObject() local5127 while ((token_location = vs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()5129 …vs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()5187 while ((token_location = tc_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()5189 …tc_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()5252 while ((token_location = te_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()5254 …te_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()5341 while ((token_location = gs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()5343 …gs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()5391 while ((token_location = fs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()[all …]