Home
last modified time | relevance | path

Searched refs:fullMask (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp1174 const deUint32 fullMask = (deUint32)0xAAAAAAAAUL; in preDraw() local
1176 const deUint32 effectiveMask = fullMask & maskMask; in preDraw()
1203 const deUint32 fullMask = (1U << m_numTargetSamples) - 1; in postDraw() local
1206 gl.sampleMaski(0, fullMask); in postDraw()
2080 const deUint32 fullMask = (1U << m_numTargetSamples) - 1; in postDraw() local
2083 gl.sampleMaski(0, fullMask); in postDraw()
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp1329 const uint64_t fullMask = 0x0003ffff0000ffff; in relocate() local
1332 uint64_t instr = readPrefixedInstruction(loc) & ~fullMask; in relocate()