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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp876 for (int readNdx = 0; readNdx < numReads; readNdx++)
878 int* dst = &expandedIndices[numInvocations*readNdx];
879 std::fill(dst, dst+numInvocations, m_readIndices[readNdx]);
882 for (int readNdx = 0; readNdx < numReads; readNdx++)
883 inputs.push_back(&expandedIndices[readNdx*numInvocations]);
888 for (int readNdx
1033 code << indicesPrefix << readNdx; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp807 for (int readNdx = 0; readNdx < numReads; readNdx++)
809 const string varName = indicesPrefix + de::toString(readNdx);
816 for (int readNdx = 0; readNdx < numReads; readNdx++)
818 const string varName = resultPrefix + de::toString(readNdx);
822 for (int readNdx = 0; readNdx < numRead
831 code << indicesPrefix << readNdx; local
[all...]

Completed in 92 milliseconds