Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp947 …void getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices, …
1015 …etShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices, const RenderCon… in getShaderSpec() argument
1054 code << opIndices[opNdx]; in getShaderSpec()
1056 code << "indexBase + " << (opIndices[opNdx]-1); in getShaderSpec()
1076 vector<int> opIndices (numOps); in iterate() local
1082 opIndices[opNdx] = rnd.getInt(0, numOps-1); in iterate()
1084 getShaderSpec(&shaderSpec, m_numCounters, numOps, &opIndices[0], m_context.getRenderContext()); in iterate()
1100 const int maxNdx = maxElement(opIndices); in iterate()
1116 expandedIndices.resize(numInvocations * opIndices.size()); in iterate()
1121 std::fill(dst, dst+numInvocations, opIndices[opNdx]); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1498 const std::vector<int>& opIndices,
1512 const std::vector<int>& opIndices, in AtomicCounterIndexingCaseInstance() argument
1515 , m_opIndices (opIndices) in AtomicCounterIndexingCaseInstance()