Searched refs:test_stream_read (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/ |
H A D | readArray.cpp | 615 int test_stream_read( cl_device_id device, cl_context context, cl_command_queue queue, int num_elem… in test_stream_read() function 766 return test_stream_read( device, context, queue, num_elements, sizeof( cl_int ), "int", 5, in test_read_array_int() 776 return test_stream_read( device, context, queue, num_elements, sizeof( cl_uint ), "uint", 5, in test_read_array_uint() 792 return test_stream_read( device, context, queue, num_elements, sizeof( cl_long ), "long", 5, in test_read_array_long() 808 return test_stream_read( device, context, queue, num_elements, sizeof( cl_ulong ), "ulong", 5, in test_read_array_ulong() 818 return test_stream_read( device, context, queue, num_elements, sizeof( cl_short ), "short", 5, in test_read_array_short() 828 return test_stream_read( device, context, queue, num_elements, sizeof( cl_ushort ), "ushort", 5, in test_read_array_ushort() 838 return test_stream_read( device, context, queue, num_elements, sizeof( cl_float ), "float", 5, in test_read_array_float() 848 return test_stream_read( device, context, queue, num_elements, sizeof( cl_half ), "half", 5, in test_read_array_half() 858 return test_stream_read( device, context, queue, num_elements, sizeof( cl_char ), "char", 5, in test_read_array_char() [all …]
|