Home
last modified time | relevance | path

Searched refs:kULong (Results 1 – 25 of 29) sorted by relevance

12

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp54 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 …]
Dconversions.h43 kULong, enumerator
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp228 …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 …]
Dtest_int_basic_ops.cpp146 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 …]
Dtest_unary_ops.cpp173 …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()
Dtest_upsample.cpp227 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/
Dtest_buffers.cpp77 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/
Dtest_vec_type_hint.cpp45 …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()
Dtest_astype.cpp226 …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()
Dtest_explicit_s2v.cpp217 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()
Dtest_async_copy.cpp236 …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()
Dtest_async_strided_copy.cpp232 …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()
Dtest_vector_creation.cpp224 …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()
Dtest_async_copy2D.cpp374 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy2D_all_types()
395 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) in test_copy2D_all_types()
Dtest_vloadstore.cpp206 …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()
Dtest_async_copy3D.cpp454 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy3D_all_types()
476 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) in test_copy3D_all_types()
Dtest_async_copy_fence.cpp720 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy_fence_all_types()
741 if ((vecType[typeIndex] == kLong || vecType[typeIndex] == kULong) in test_copy_fence_all_types()
Dtest_kernel_memory_alignment.cpp170 …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/
Dtest_relationals.cpp503 …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/
Dtest_buffers.cpp74 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/
Dglobals.cpp39 kULong, kFloat, kDouble, kNumExplicitTypes
Dtest_step.cpp81 if (types[typeIdx] == kLong || types[typeIdx] == kULong) in test_step_internal()
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp105 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/
Dchecks.cc82 case CheckArgType::kULong: in ParseArg()
Dchecks.h108 kULong, enumerator
164 inline Val<CheckArgType::kULong, unsigned long> MakeVal(unsigned long x) { in MakeVal()

12