Home
last modified time | relevance | path

Searched refs:indicesPrefix (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp357 const char* indicesPrefix = "index"; in getShaderSpec() local
378 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() local
740 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() local
934 const string varName = indicesPrefix + de::toString(opNdx); in getShaderSpec()
[all …]