Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp921 const int maxRef = dePop32(value); in compare() local
981 const int maxRef = findLSB(value); in compare() local
1059 const int maxRef = isSigned ? findMSB(deInt32(value)) : findMSB(value); in compare() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1107 const int maxRef = dePop32(value); in compare() local
1171 const int maxRef = findLSB(value); in compare() local
1235 const int maxRef = isSigned ? findMSB(deInt32(value)) : findMSB(value); in compare() local