Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp931 const int maxRef = dePop32(value); in compare() local
991 const int maxRef = findLSB(value); in compare() local
1051 const int maxRef = isSigned ? de::findMSB(deInt32(value)) : de::findMSB(value); in compare() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1079 const int maxRef = dePop32(value); in compare() local
1143 const int maxRef = de::findLSB(value); in compare() local
1207 const int maxRef = isSigned ? de::findMSB(deInt32(value)) : de::findMSB(value); in compare() local