Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp63 case kUnsignedLong: in print_type_to_string()
412 case kUnsignedLong: in convert_explicit_value()
450 SIMPLE_CAST_CASE(char,kUnsignedLong,ULong) in convert_explicit_value()
481 SIMPLE_CAST_CASE(uchar,kUnsignedLong,ULong) in convert_explicit_value()
512 SIMPLE_CAST_CASE(uchar,kUnsignedLong,ULong) in convert_explicit_value()
543 SIMPLE_CAST_CASE(short,kUnsignedLong,ULong) in convert_explicit_value()
574 SIMPLE_CAST_CASE(ushort,kUnsignedLong,ULong) in convert_explicit_value()
605 SIMPLE_CAST_CASE(ushort,kUnsignedLong,ULong) in convert_explicit_value()
636 SIMPLE_CAST_CASE(int,kUnsignedLong,ULong) in convert_explicit_value()
667 SIMPLE_CAST_CASE(uint,kUnsignedLong,ULong) in convert_explicit_value()
[all …]
Dconversions.h44 kUnsignedLong, enumerator
/external/OpenCL-CTS/test_conformance/basic/
Dtest_explicit_s2v.cpp337 if( test_explicit_s2v_function_set( deviceID, context, queue, kUnsignedLong, 128, data ) != 0 ) in test_explicit_s2v_ulong()