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.cpp330 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_1D()
Dtest_write_1D_array.cpp349 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_1D_array()
Dtest_write_2D_array.cpp370 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_2D_array()
Dtest_write_3D.cpp377 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image_3D()
Dtest_write_image.cpp395 float max_err = MAX_lRGB_TO_sRGB_CONVERSION_ERROR; in test_write_image()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h53 #define MAX_lRGB_TO_sRGB_CONVERSION_ERROR 0.6 macro