Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp930 const int minRef = dePop32(value&countMask); in compare() local
990 const int minRef = findLSB(value&mask); in compare() local
1050 …const int minRef = isSigned ? de::findMSB(toPrecision(deInt32(value), integerLength)) : de::findM… in compare() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1078 const int minRef = dePop32(value&countMask); in compare() local
1142 const int minRef = de::findLSB(value&mask); in compare() local
1206 …const int minRef = isSigned ? de::findMSB(toPrecision(deInt32(value), integerLength)) : de::findM… in compare() local