Searched refs:kUnsignedInt (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 56 case kUnsignedInt: in print_type_to_string() 409 case kUnsignedInt: in convert_explicit_value() 447 SIMPLE_CAST_CASE(char,kUnsignedInt,uint) in convert_explicit_value() 478 SIMPLE_CAST_CASE(uchar,kUnsignedInt,uint) in convert_explicit_value() 509 SIMPLE_CAST_CASE(uchar,kUnsignedInt,uint) in convert_explicit_value() 540 SIMPLE_CAST_CASE(short,kUnsignedInt,uint) in convert_explicit_value() 571 SIMPLE_CAST_CASE(ushort,kUnsignedInt,uint) in convert_explicit_value() 602 SIMPLE_CAST_CASE(ushort,kUnsignedInt,uint) in convert_explicit_value() 633 DOWN_CAST_CASE(int,kUnsignedInt,uint,saturate) in convert_explicit_value() 654 case kUnsignedInt: in convert_explicit_value() [all …]
|
D | conversions.h | 41 kUnsignedInt, enumerator
|
D | imageHelpers.cpp | 3323 case kUnsignedInt: in create_random_image_data()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_explicit_s2v.cpp | 311 if( test_explicit_s2v_function_set( deviceID, context, queue, kUnsignedInt, 128, data ) != 0 ) in test_explicit_s2v_uint()
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 2231 case (kUnsignedInt): in CreateRandomData()
|