Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp62 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 …]
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()
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 …]
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.cpp222 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/
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.cpp215 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()
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.cpp230 …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()
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_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_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.cpp488 …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()
Dtest_shuffles.cpp506 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/
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/vec_step/
Dglobals.cpp30 kLong, kULong,
Dtest_step.cpp78 if( types[ typeIdx ] == kLong || types[ typeIdx ] == kULong ) in test_step_internal()
/external/OpenCL-CTS/test_conformance/vec_align/
Dglobals.cpp37 kLong, kULong,
Dtest_vec_align.cpp112 if (types[typeIdx] == kLong || types[typeIdx] == kULong) { in test_vec_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()
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()