Searched refs:kUnsignedLong (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 63 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 …]
|
D | conversions.h | 44 kUnsignedLong, enumerator
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_explicit_s2v.cpp | 337 if( test_explicit_s2v_function_set( deviceID, context, queue, kUnsignedLong, 128, data ) != 0 ) in test_explicit_s2v_ulong()
|