Home
last modified time | relevance | path

Searched refs:MAX_lRGB_TO_sRGB_CONVERSION_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D.cpp333 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_1D()
Dtest_write_1D_array.cpp353 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_1D_array()
Dtest_write_2D_array.cpp378 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_2D_array()
Dtest_write_3D.cpp385 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_3D()
Dtest_write_image.cpp415 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h56 #define MAX_lRGB_TO_sRGB_CONVERSION_ERROR 0.6 macro