/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 62 case kULong: in print_type_to_string() 411 case kULong: in convert_explicit_value() 449 SIMPLE_CAST_CASE(char,kULong,ULong) in convert_explicit_value() 480 SIMPLE_CAST_CASE(uchar,kULong,ULong) in convert_explicit_value() 511 SIMPLE_CAST_CASE(uchar,kULong,ULong) in convert_explicit_value() 542 SIMPLE_CAST_CASE(short,kULong,ULong) in convert_explicit_value() 573 SIMPLE_CAST_CASE(ushort,kULong,ULong) in convert_explicit_value() 604 SIMPLE_CAST_CASE(ushort,kULong,ULong) in convert_explicit_value() 635 SIMPLE_CAST_CASE(int,kULong,ULong) in convert_explicit_value() 666 SIMPLE_CAST_CASE(uint,kULong,ULong) in convert_explicit_value() [all …]
|
D | conversions.h | 43 kULong, enumerator
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_integers.cpp | 228 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_single_param_integer_fn() 236 if ((types[ typeIndex ] == kLong || types[ typeIndex ] == kULong) && !gHasLong) in test_single_param_integer_fn() 288 case kULong: in verify_integer_clz() 329 case kULong: in verify_integer_clz() 381 case kULong: in verify_integer_ctz() 422 case kULong: in verify_integer_ctz() 456 OP_CASE( op, kULong, ulong ) \ 513 OP_CASE_GUARD( op, kULong, ulong ) \ 576 case kULong: in patchup_divide_results() 777 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_two_param_integer_fn() [all …]
|
D | test_int_basic_ops.cpp | 146 kULong, 232 case kULong: in perThreadDataInit() 655 case kULong: in test_integer_ops() 719 case kULong: in test_integer_ops() 962 return run_test_math(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_math() 970 return run_test_logic(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_logic() 978 return run_test_shift(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_shift() 986 return run_test_compare(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_compare() 994 return run_test_math(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_math() 1002 return run_test_logic(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_logic() [all …]
|
D | test_unary_ops.cpp | 173 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_unary_op_set() 182 if ((types[ typeIndex ] == kLong || types[ typeIndex ] == kULong) && !gHasLong) in test_unary_op_set()
|
D | test_upsample.cpp | 222 ExplicitType outTypes[] = { kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_integer_upsample() 231 if ((outTypes[i] == kLong || outTypes[i] == kULong) && !gHasLong) in test_integer_upsample()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_buffers.cpp | 77 case kULong: in gen_input_data() 121 INC_CASE( kULong, ulong ) in get_incremented_value() 308 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers() 335 if ( (vecType[ typeIndex ] == kLong || vecType[ typeIndex ] == kULong) && !hasLong ) in test_buffers() 355 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo() 382 if ( (vecType[ typeIndex ] == kLong || vecType[ typeIndex ] == kULong) && !hasLong ) in test_buffers_getinfo()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_vec_type_hint.cpp | 45 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vec_type_hint() 60 if (vecType[vec_type_index] == kLong || vecType[vec_type_index] == kULong) in test_vec_type_hint()
|
D | test_astype.cpp | 226 …ExplicitType vecTypes[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kD… in test_astype() 239 if (( vecTypes[ inTypeIdx ] == kLong || vecTypes[ inTypeIdx ] == kULong ) && !gHasLong ) in test_astype() 249 … if (( vecTypes[ outTypeIdx ] == kLong || vecTypes[ outTypeIdx ] == kULong ) && !gHasLong ) in test_astype()
|
D | test_explicit_s2v.cpp | 215 if (( dstType == kLong || dstType == kULong ) && !gHasLong ) in test_explicit_s2v_function_set() 333 generate_random_data( kULong, 128, seed, data ); in test_explicit_s2v_ulong() 335 if( test_explicit_s2v_function_set( deviceID, context, queue, kULong, 128, data ) != 0 ) in test_explicit_s2v_ulong()
|
D | test_async_copy.cpp | 236 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_copy_all_types() 247 if (( vecType[ typeIndex ] == kLong || vecType[ typeIndex ] == kULong ) && !gHasLong ) in test_copy_all_types()
|
D | test_async_strided_copy.cpp | 230 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_strided_copy_all_types() 242 if (( vecType[ typeIndex ] == kLong || vecType[ typeIndex ] == kULong ) && !gHasLong ) in test_strided_copy_all_types()
|
D | test_vector_creation.cpp | 224 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vector_creation() 243 if(!gHasLong && ((vecType[type_index] == kLong) || (vecType[type_index] == kULong))) in test_vector_creation()
|
D | test_vloadstore.cpp | 206 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vloadset() 221 if(( vecType[ typeIdx ] == kLong || vecType[ typeIdx ] == kULong ) && !gHasLong ) in test_vloadset() 728 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vstoreset() 742 if(( vecType[ typeIdx ] == kLong || vecType[ typeIdx ] == kULong ) && !gHasLong ) in test_vstoreset()
|
D | test_kernel_memory_alignment.cpp | 170 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_kernel_memory_alignment() 219 if (( vecType[ typeIndex ] == kLong || vecType[ typeIndex ] == kULong ) && !gHasLong ) in test_kernel_memory_alignment()
|
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_relationals.cpp | 488 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_bitselect() 497 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong) in test_relational_bitselect() 572 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_signed() 581 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong) in test_relational_select_signed() 628 case kULong: in select_unsigned_verify_fn() 648 case kULong: in select_unsigned_verify_fn() 661 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_unsigned() 662 ExplicitType testVecType[] = { kUChar, kUShort, kUInt, kULong, kNumExplicitTypes }; in test_relational_select_unsigned() 671 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong) in test_relational_select_unsigned()
|
D | test_shuffles.cpp | 506 maskType = kULong; in create_shuffle_kernel() 823 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_shuffle_random() 841 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong ) in test_shuffle_random()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_buffers.cpp | 74 case kULong: in gen_input_data() 118 INC_CASE( kULong, ulong ) in get_incremented_value() 301 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers() 329 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo()
|
/external/OpenCL-CTS/test_conformance/vec_step/ |
D | globals.cpp | 30 kLong, kULong,
|
D | test_step.cpp | 78 if( types[ typeIdx ] == kLong || types[ typeIdx ] == kULong ) in test_step_internal()
|
/external/OpenCL-CTS/test_conformance/vec_align/ |
D | globals.cpp | 37 kLong, kULong,
|
D | test_vec_align.cpp | 112 if (types[typeIdx] == kLong || types[typeIdx] == kULong) { in test_vec_internal()
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 105 case kULong: in check_atomic_support() 137 bool isUnsigned = ( dataType == kULong ) || ( dataType == kUInt ); in test_atomic_function() 160 bool isLong = ( dataType == kLong || dataType == kULong ); in test_atomic_function() 438 …eID, context, queue, num_elements, programCore, testFns, extended, false, kULong, matchGroupSize ); in test_atomic_function_set() 440 …ceID, context, queue, num_elements, programCore, testFns, extended, true, kULong, matchGroupSize ); in test_atomic_function_set() 935 …on( deviceID, context, queue, num_elements, atom_cmpxchg64_core, set, false, false, kULong, true ); in test_atomic_cmpxchg() 937 …ion( deviceID, context, queue, num_elements, atom_cmpxchg64_core, set, false, true, kULong, true ); in test_atomic_cmpxchg()
|