Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp936 const int maxRef = dePop32(value); in compare() local
997 const int maxRef = findLSB(value); in compare() local
1059 const int maxRef = isSigned ? de::findMSB(int32_t(value)) : de::findMSB(value); in compare() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1069 const int maxRef = dePop32(value); in compare() local
1135 const int maxRef = de::findLSB(value); in compare() local
1201 const int maxRef = isSigned ? de::findMSB(int32_t(value)) : de::findMSB(value); in compare() local