Home
last modified time | relevance | path

Searched refs:countMask (Results 1 – 3 of 3) sorted by relevance

/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i.cpp529 uint32_t countVal, countMask; in iPktTimestamp() local
533 countMask = (((uint32_t)1UL << m_config.ccSize()) - 1); // mask of the CC size in iPktTimestamp()
534 countVal &= countMask; in iPktTimestamp()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp914 const deUint32 countMask = getLowBitMask(integerLength); in compare() local
920 const int minRef = dePop32(value&countMask); in compare()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1100 const deUint32 countMask = getLowBitMask(integerLength); in compare() local
1106 const int minRef = dePop32(value&countMask); in compare()