Searched refs:FLOAT_EXPANSION_E (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFloatStateQueryTests.cpp | 51 const int FLOAT_EXPANSION_E = 0x03FF; // 10 bits error allowed, requires 22 accurate bits variable 295 …nst GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E); in verifyFloatExpanded() 296 …nst GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E); in verifyFloatExpanded() 322 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat2Expanded() 323 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E) in verifyFloat2Expanded() 327 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E), in verifyFloat2Expanded() 328 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E) in verifyFloat2Expanded() 360 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat4Color() 361 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E), in verifyFloat4Color() 362 clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E), in verifyFloat4Color() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFloatStateQueryTests.cpp | 51 const int FLOAT_EXPANSION_E = 0x03FF; // 10 bits error allowed, requires 22 accurate bits variable 334 …nst GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E); in verifyFloatExpanded() 335 …nst GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E); in verifyFloatExpanded() 361 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat2Expanded() 362 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E) in verifyFloat2Expanded() 366 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E), in verifyFloat2Expanded() 367 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E) in verifyFloat2Expanded() 399 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat4Color() 400 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E), in verifyFloat4Color() 401 clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E), in verifyFloat4Color() [all …]
|