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 D | test_write_1D.cpp | 26 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 D | test_write_1D_array.cpp | 26 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 D | test_write_3D.cpp | 26 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 D | test_write_2D_array.cpp | 26 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 D | test_write_image.cpp | 46 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 D | test_iterations.cpp | 1137 bool validate_float_write_results( float *expected, float *actual, image_descriptor *imageInfo ) in validate_float_write_results() function
|