Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp214 #define SIMPLE_CAST_CASE(inType, outEnum, outType) \ macro
461 SIMPLE_CAST_CASE(char, kUnsignedChar, uchar) in convert_explicit_value()
462 SIMPLE_CAST_CASE(char, kShort, short) in convert_explicit_value()
463 SIMPLE_CAST_CASE(char, kUShort, ushort) in convert_explicit_value()
464 SIMPLE_CAST_CASE(char, kUnsignedShort, ushort) in convert_explicit_value()
465 SIMPLE_CAST_CASE(char, kInt, int) in convert_explicit_value()
466 SIMPLE_CAST_CASE(char, kUInt, uint) in convert_explicit_value()
467 SIMPLE_CAST_CASE(char, kUnsignedInt, uint) in convert_explicit_value()
468 SIMPLE_CAST_CASE(char, kLong, Long) in convert_explicit_value()
469 SIMPLE_CAST_CASE(char, kULong, ULong) in convert_explicit_value()
[all …]