Searched defs:numReads (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp660 void getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices) const;
713 void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices) const argument
738 for (int readNdx = 0; readNdx < numReads; readNdx++)
745 declareUniformIndexVars(global, indicesPrefix, numReads);
747 for (int readNdx = 0; readNdx < numReads; readNdx++)
753 for (int readNdx = 0; readNdx < numReads; readNdx++)
776 const int numReads = 4; local
777 vector<int> readIndices (numReads);
779 vector<deUint32> outValues (numInvocations*numReads);
783 for (int readNdx = 0; readNdx < numReads; readNd
[all...]

Completed in 55 milliseconds