Searched refs:test_stream_write (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/ |
H A D | writeArray.cpp | 611 int test_stream_write( cl_device_id device, cl_context context, cl_command_queue queue, int num_ele… in test_stream_write() function 846 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_int ), "int", 5, (void**… in test_write_array_int() 882 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_uint ), "uint", 5, (void… in test_write_array_uint() 917 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_short ), "short", 5, (vo… in test_write_array_short() 952 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_ushort ), "ushort", 5, (… in test_write_array_ushort() 987 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_char ), "char", 5, (void… in test_write_array_char() 1022 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_uchar ), "uchar", 5, (vo… in test_write_array_uchar() 1057 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_float ), "float", 5, (vo… in test_write_array_float() 1092 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_half ), "half", 5, (void… in test_write_array_half() 1133 …err = test_stream_write( device, context, queue, num_elements, sizeof( cl_long ), "cl_long", 5, (v… in test_write_array_long() [all …]
|