Searched refs:indicesPrefix (Results 1 – 1 of 1) sorted by relevance
357 const char* indicesPrefix = "index"; in getShaderSpec() local378 const string varName = indicesPrefix + de::toString(lookupNdx); in getShaderSpec()383 declareUniformIndexVars(global, indicesPrefix, numLookups); in getShaderSpec()400 code << indicesPrefix << lookupNdx; in getShaderSpec()718 const char* indicesPrefix = "index"; in getShaderSpec() local740 const string varName = indicesPrefix + de::toString(readNdx); in getShaderSpec()745 declareUniformIndexVars(global, indicesPrefix, numReads); in getShaderSpec()762 code << indicesPrefix << readNdx; in getShaderSpec()917 const char* indicesPrefix = "index"; in getShaderSpec() local934 const string varName = indicesPrefix + de::toString(opNdx); in getShaderSpec()[all …]