Searched refs:wordNdx (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp62 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx)
66 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1;
72 if ((bitfield[wordNdx] >> bit) & 0x01)
504 for (int wordNdx = 0; wordNdx < wordCount; ++wordNdx)
506 const GLbitfield rawMask = (GLbitfield)deUint32Hash(wordNdx * 32 + triNdx);
508 const bool isFinalWord = (wordNdx
[all...]
H A Des31fTextureMultisampleTests.cpp62 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx)
66 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1;
72 if ((bitfield[wordNdx] >> bit) & 0x01)
855 for (int wordNdx = 0; wordNdx < (int)effectiveMask.size(); ++wordNdx)
857 const deUint32 randomMask = (deUint32)deUint32Hash(wordNdx << 2 ^ sample);
858 const deUint32 sampleMask = (wordNdx < (in
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp152 for (int wordNdx = 0; wordNdx < NUM_WORDS; wordNdx++)
153 m_words[wordNdx] = 0;
160 const int wordNdx = ndx / WORD_BITS; local
162 m_words[wordNdx] = (m_words[wordNdx] & ~((Word)1 << bitNdx)) | ((Word)val << bitNdx);
196 for (int wordNdx = 0; wordNdx < NUM_WORDS; wordNdx
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1187 for (int wordNdx = 0; wordNdx < NUM_WORDS; wordNdx++)
1189 m_words[wordNdx] = 0;
1191 m_words[wordNdx] |= (Word)src[wordNdx*WORD_BYTES + byteNdx] << (8*byteNdx);

Completed in 7451 milliseconds