Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp56 case kUnsignedLong: in print_type_to_string()
431 case kUnsignedLong: in convert_explicit_value()
471 SIMPLE_CAST_CASE(char, kUnsignedLong, ULong) in convert_explicit_value()
503 SIMPLE_CAST_CASE(uchar, kUnsignedLong, ULong) in convert_explicit_value()
535 SIMPLE_CAST_CASE(uchar, kUnsignedLong, ULong) in convert_explicit_value()
567 SIMPLE_CAST_CASE(short, kUnsignedLong, ULong) in convert_explicit_value()
599 SIMPLE_CAST_CASE(ushort, kUnsignedLong, ULong) in convert_explicit_value()
631 SIMPLE_CAST_CASE(ushort, kUnsignedLong, ULong) in convert_explicit_value()
663 SIMPLE_CAST_CASE(int, kUnsignedLong, ULong) in convert_explicit_value()
695 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()