Searched refs:countMask (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1140 const deUint32 countMask = getLowBitMask(integerLength); local
1146 const int minRef = dePop32(value&countMask);
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp942 const deUint32 countMask = getLowBitMask(integerLength); local
948 const int minRef = dePop32(value&countMask);

Completed in 55 milliseconds