HomeSort by relevance Sort by last modified time
    Searched defs:readNdx (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 807 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 < numReads; readNdx++
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 876 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 = 0; readNdx < numReads; readNdx++
    [all...]

Completed in 2616 milliseconds