/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 54 case kULong: in print_type_to_string() 429 case kULong: in convert_explicit_value() 469 SIMPLE_CAST_CASE(char, kULong, ULong) in convert_explicit_value() 501 SIMPLE_CAST_CASE(uchar, kULong, ULong) in convert_explicit_value() 533 SIMPLE_CAST_CASE(uchar, kULong, ULong) in convert_explicit_value() 565 SIMPLE_CAST_CASE(short, kULong, ULong) in convert_explicit_value() 597 SIMPLE_CAST_CASE(ushort, kULong, ULong) in convert_explicit_value() 629 SIMPLE_CAST_CASE(ushort, kULong, ULong) in convert_explicit_value() 661 SIMPLE_CAST_CASE(int, kULong, ULong) in convert_explicit_value() 693 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() 658 case kULong: in test_integer_ops() 722 case kULong: in test_integer_ops() 965 return run_test_math(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_math() 973 return run_test_logic(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_logic() 981 return run_test_shift(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_shift() 989 return run_test_compare(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE); in test_ulong_compare() 997 return run_test_math(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_math() 1005 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 | 227 ExplicitType outTypes[] = { kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_integer_upsample() 236 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 | 217 if (( dstType == kLong || dstType == kULong ) && !gHasLong ) in test_explicit_s2v_function_set() 335 generate_random_data( kULong, 128, seed, data ); in test_explicit_s2v_ulong() 337 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 | 232 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_strided_copy_all_types() 244 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_async_copy2D.cpp | 374 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy2D_all_types() 395 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) in test_copy2D_all_types()
|
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_async_copy3D.cpp | 454 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy3D_all_types() 476 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) in test_copy3D_all_types()
|
D | test_async_copy_fence.cpp | 720 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy_fence_all_types() 741 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) in test_copy_fence_all_types()
|
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 | 503 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_bitselect() 512 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong) in test_relational_bitselect() 587 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_signed() 596 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong) in test_relational_select_signed() 643 case kULong: in select_unsigned_verify_fn() 663 case kULong: in select_unsigned_verify_fn() 676 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_unsigned() 677 ExplicitType testVecType[] = { kUChar, kUShort, kUInt, kULong, kNumExplicitTypes }; in test_relational_select_unsigned() 686 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) && !gHasLong) in test_relational_select_unsigned()
|
/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/vectors/ |
D | globals.cpp | 39 kULong, kFloat, kDouble, kNumExplicitTypes
|
D | test_step.cpp | 81 if (types[typeIdx] == kLong || types[typeIdx] == kULong) in test_step_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() 442 …eID, context, queue, num_elements, programCore, testFns, extended, false, kULong, matchGroupSize ); in test_atomic_function_set() 444 …ceID, context, queue, num_elements, programCore, testFns, extended, true, kULong, matchGroupSize ); in test_atomic_function_set() 939 …on( deviceID, context, queue, num_elements, atom_cmpxchg64_core, set, false, false, kULong, true ); in test_atomic_cmpxchg() 941 …ion( deviceID, context, queue, num_elements, atom_cmpxchg64_core, set, false, true, kULong, true ); in test_atomic_cmpxchg()
|
/external/webrtc/rtc_base/ |
D | checks.cc | 82 case CheckArgType::kULong: in ParseArg()
|
D | checks.h | 108 kULong, enumerator 164 inline Val<CheckArgType::kULong, unsigned long> MakeVal(unsigned long x) { in MakeVal()
|