Home
last modified time | relevance | path

Searched refs:kUnsignedInt (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp56 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 …]
Dconversions.h41 kUnsignedInt, enumerator
DimageHelpers.cpp3323 case kUnsignedInt: in create_random_image_data()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_explicit_s2v.cpp311 if( test_explicit_s2v_function_set( deviceID, context, queue, kUnsignedInt, 128, data ) != 0 ) in test_explicit_s2v_uint()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp2231 case (kUnsignedInt): in CreateRandomData()