Searched refs:lookupIndices (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 325 …tShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices) const; 353 …::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices) const in getShaderSpec() 396 code << lookupIndices[lookupNdx]; in getShaderSpec() 398 code << "indexBase + " << (lookupIndices[lookupNdx]-1); in getShaderSpec() 440 vector<int> lookupIndices (numLookups); in iterate() local 449 lookupIndices[ndx] = rnd.getInt(0, numSamplers-1); in iterate() 451 getShaderSpec(&shaderSpec, numSamplers, numLookups, &lookupIndices[0]); in iterate() 478 const int maxIndex = maxElement(lookupIndices); in iterate() 508 expandedIndices.resize(numInvocations * lookupIndices.size()); in iterate() 512 expandedIndices[lookupNdx*numInvocations + invNdx] = lookupIndices[lookupNdx]; in iterate() [all …]
|