Home
last modified time | relevance | path

Searched refs:DetectFloatToHalfRoundingMode (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_images_getinfo_common.cpp99 if (DetectFloatToHalfRoundingMode(queue)) return 0; in test_image_format_get_info()
123 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_image_format_get_info()
H A Dtest_renderbuffer.cpp98 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_renderbuffer_read_image()
329 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_renderbuffer_image_write()
H A Dtest_renderbuffer_info.cpp34 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_renderbuffer_object_info()
H A Dtest_image_methods.cpp129 DetectFloatToHalfRoundingMode(queue); in test_image_format_methods()
H A Dtest_images_read_common.cpp443 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_image_format_read()
H A Dtest_images_write_common.cpp524 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_image_format_write()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_common.cpp278 if (DetectFloatToHalfRoundingMode(queue)) return 1; in test_read_image()
531 initHalf = CL_SUCCESS == DetectFloatToHalfRoundingMode(queue); in test_read_image()
H A Dtest_read_1D_array.cpp281 if( DetectFloatToHalfRoundingMode(queue) ) in test_read_image_1D_array()
510 initHalf = CL_SUCCESS == DetectFloatToHalfRoundingMode( queue ); in test_read_image_1D_array()
H A Dtest_write_1D.cpp87 if( DetectFloatToHalfRoundingMode(queue) ) in test_write_image_1D()
H A Dtest_write_1D_array.cpp97 if( DetectFloatToHalfRoundingMode(queue) ) in test_write_image_1D_array()
H A Dtest_iterations.cpp1201 if( DetectFloatToHalfRoundingMode(queue) ) in test_read_image_2D()
1468 initHalf = CL_SUCCESS == DetectFloatToHalfRoundingMode( queue ); in test_read_image_2D()
H A Dtest_write_3D.cpp127 if( DetectFloatToHalfRoundingMode(queue) ) in test_write_image_3D()
H A Dtest_write_2D_array.cpp124 if( DetectFloatToHalfRoundingMode(queue) ) in test_write_image_2D_array()
H A Dtest_write_image.cpp118 if( DetectFloatToHalfRoundingMode(queue) ) in test_write_image()
H A Dtest_read_1D.cpp424 initHalf = CL_SUCCESS == DetectFloatToHalfRoundingMode( queue ); in test_read_image_1D()
H A Dtest_read_2D_array.cpp531 initHalf = CL_SUCCESS == DetectFloatToHalfRoundingMode( queue ); in test_read_image_2D_array()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clFillImage/
H A Dtest_fill_generic.cpp326 DetectFloatToHalfRoundingMode(queue); in test_fill_image_generic()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.h725 extern int DetectFloatToHalfRoundingMode(
H A DimageHelpers.cpp2985 int DetectFloatToHalfRoundingMode( in DetectFloatToHalfRoundingMode() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_other_data_types.cpp138 if (DetectFloatToHalfRoundingMode(cmdQueue)) in other_data_types()