Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp878 …void getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices) …
915 …xingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices) const in getShaderSpec()
952 code << opIndices[opNdx]; in getShaderSpec()
954 code << "indexBase + " << (opIndices[opNdx]-1); in getShaderSpec()
975 vector<int> opIndices (numOps); in iterate() local
981 opIndices[opNdx] = rnd.getInt(0, numOps-1); in iterate()
983 getShaderSpec(&shaderSpec, numCounters, numOps, &opIndices[0]); in iterate()
999 const int maxNdx = maxElement(opIndices); in iterate()
1015 expandedIndices.resize(numInvocations * opIndices.size()); in iterate()
1020 std::fill(dst, dst+numInvocations, opIndices[opNdx]); in iterate()
[all …]
/external/skia/src/gpu/
DGrRecordReplaceDraw.cpp65 const unsigned* opIndices, int numIndices) in ReplaceDraw() argument
75 fOpIndexStack.append(numIndices, opIndices); in ReplaceDraw()