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