Home
last modified time | relevance | path

Searched refs:kUnsignedLong (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp55 case kUnsignedLong: in print_type_to_string()
430 case kUnsignedLong: in convert_explicit_value()
470 SIMPLE_CAST_CASE(char, kUnsignedLong, ULong) in convert_explicit_value()
502 SIMPLE_CAST_CASE(uchar, kUnsignedLong, ULong) in convert_explicit_value()
534 SIMPLE_CAST_CASE(uchar, kUnsignedLong, ULong) in convert_explicit_value()
566 SIMPLE_CAST_CASE(short, kUnsignedLong, ULong) in convert_explicit_value()
598 SIMPLE_CAST_CASE(ushort, kUnsignedLong, ULong) in convert_explicit_value()
630 SIMPLE_CAST_CASE(ushort, kUnsignedLong, ULong) in convert_explicit_value()
662 SIMPLE_CAST_CASE(int, kUnsignedLong, ULong) in convert_explicit_value()
694 SIMPLE_CAST_CASE(uint, kUnsignedLong, ULong) in convert_explicit_value()
[all …]
Dconversions.h44 kUnsignedLong, enumerator
/external/OpenCL-CTS/test_conformance/basic/
Dtest_explicit_s2v.cpp339 if( test_explicit_s2v_function_set( deviceID, context, queue, kUnsignedLong, 128, data ) != 0 ) in test_explicit_s2v_ulong()