Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_write_1D.cpp26 extern bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageIn…
367 if( !validate_float_write_results( expected, actual, imageInfo ) ) in test_write_image_1D()
H A Dtest_write_1D_array.cpp26 extern bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageIn…
387 if( !validate_float_write_results( expected, actual, imageInfo ) ) in test_write_image_1D_array()
H A Dtest_write_3D.cpp26 extern bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageIn…
419 if( !validate_float_write_results( expected, actual, imageInfo ) ) in test_write_image_3D()
H A Dtest_write_2D_array.cpp26 extern bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageIn…
412 if( !validate_float_write_results( expected, actual, imageInfo ) ) in test_write_image_2D_array()
H A Dtest_write_image.cpp46 extern bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageIn…
449 if( !validate_float_write_results( expected, actual, imageInfo ) ) in test_write_image()
H A Dtest_iterations.cpp1137 bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageInfo ) in validate_float_write_results() function