Home
last modified time | relevance | path

Searched defs:minRef (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp948 const int minRef = dePop32(value&countMask); in compare() local
1008 const int minRef = findLSB(value&mask); in compare() local
1086 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1127 const int minRef = dePop32(value&countMask); in compare() local
1191 const int minRef = findLSB(value&mask); in compare() local
1255 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare() local