Searched refs:totalBitmask (Results 1 – 1 of 1) sorted by relevance
864 std::vector<deUint32> totalBitmask (effectiveMask.size()); in updateTexture() local866 DE_ASSERT((int)totalBitmask.size() == m_effectiveSampleMaskWordCount); in updateTexture()875 totalBitmask[wordNdx] = (sampleMask & maskMask) | (randomMask & ~maskMask); in updateTexture()878 …Message << "Setting sample mask to 0b" << sampleMaskToString(totalBitmask, (int)totalBitmask.size(… in updateTexture()883 …const GLbitfield wordmask = (wordNdx < (int)totalBitmask.size()) ? ((GLbitfield)(totalBitmask[word… in updateTexture()