HomeSort by relevance Sort by last modified time
    Searched refs:wordNdx (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 66 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx)
70 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1;
76 if ((bitfield[wordNdx] >> bit) & 0x01)
508 for (int wordNdx = 0; wordNdx < wordCount; ++wordNdx)
510 const GLbitfield rawMask = (GLbitfield)deUint32Hash(wordNdx * 32 + triNdx);
512 const bool isFinalWord = (wordNdx + 1) == wordCount
    [all...]
es31fTextureMultisampleTests.cpp 63 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx)
67 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1;
73 if ((bitfield[wordNdx] >> bit) & 0x01)
869 for (int wordNdx = 0; wordNdx < (int)effectiveMask.size(); ++wordNdx)
871 const deUint32 randomMask = (deUint32)deUint32Hash(wordNdx << 2 ^ sample);
872 const deUint32 sampleMask = (wordNdx < (int)bitmask.size()) ? (bitmask[wordNdx]) : (0)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 184 size_t wordNdx = 0;
190 if (curNode.word == words[wordNdx])
192 if (wordNdx+1 < words.size())
197 wordNdx += 1;
199 else if (wordNdx+1 == words.size())
  /external/deqp/framework/common/
tcuAstcUtil.cpp 207 for (int wordNdx = 0; wordNdx < NUM_WORDS; wordNdx++)
209 m_words[wordNdx] = 0;
211 m_words[wordNdx] |= (Word)src[wordNdx*WORD_BYTES + byteNdx] << (8*byteNdx);
    [all...]

Completed in 463 milliseconds