Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp206 ExplicitType types[] = { kChar, kShort, kInt, kFloat, kNumExplicitTypes }; in test_kernel_arg_multi_setup_exhaustive()
213 for( type1 = 0; types[ type1 ] != kNumExplicitTypes; type1++ ) in test_kernel_arg_multi_setup_exhaustive()
215 for( type2 = 0; types[ type2 ] != kNumExplicitTypes; type2++ ) in test_kernel_arg_multi_setup_exhaustive()
217 for( type3 = 0; types[ type3 ] != kNumExplicitTypes; type3++ ) in test_kernel_arg_multi_setup_exhaustive()
248 ExplicitType types[] = { kChar, kShort, kInt, kFloat, kNumExplicitTypes }; in test_kernel_arg_multi_setup_random()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_upsample.cpp225 ExplicitType typesToTest[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kNumExplicitTypes }; in test_integer_upsample()
226 … ExplicitType baseTypes[] = { kUChar, kUChar, kUShort, kUShort, kUInt, kUInt, kNumExplicitTypes }; in test_integer_upsample()
227 ExplicitType outTypes[] = { kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_integer_upsample()
234 for( i = 0; typesToTest[ i ] != kNumExplicitTypes; i++ ) in test_integer_upsample()
Dtest_unary_ops.cpp173 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_unary_op_set()
180 for( typeIndex = 0; types[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_unary_op_set()
Dtest_integers.cpp228 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_single_param_integer_fn()
234 for( typeIndex = 0; types[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_single_param_integer_fn()
777 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_two_param_integer_fn()
783 for( typeIndex = 0; types[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_two_param_integer_fn()
803 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_two_param_unmatched_integer_fn()
809 for( typeAIndex = 0; types[ typeAIndex ] != kNumExplicitTypes; typeAIndex++ ) in test_two_param_unmatched_integer_fn()
814 for( typeBIndex = 0; types[ typeBIndex ] != kNumExplicitTypes; typeBIndex++ ) in test_two_param_unmatched_integer_fn()
1446 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_three_param_integer_fn()
1452 for( typeAIndex = 0; types[ typeAIndex ] != kNumExplicitTypes; typeAIndex++ ) in test_three_param_integer_fn()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_buffers.cpp301 …Type[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNumExplicitTypes }; in test_buffers()
308 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_buffers()
329 …Type[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNumExplicitTypes }; in test_buffers_getinfo()
336 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_buffers_getinfo()
Dhelpers.cpp76 return kNumExplicitTypes; in get_read_kernel_type()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp226 …{ kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitTypes }; in test_astype()
232 for( inTypeIdx = 0; vecTypes[ inTypeIdx ] != kNumExplicitTypes; inTypeIdx++ ) in test_astype()
242 for( outTypeIdx = 0; vecTypes[ outTypeIdx ] != kNumExplicitTypes; outTypeIdx++ ) in test_astype()
Dtest_explicit_s2v.cpp91 const char * kernel_explicit_s2v_set[kNumExplicitTypes][kNumExplicitTypes][5] = {
212 for( dstType = kBool; dstType < kNumExplicitTypes; dstType++ ) in test_explicit_s2v_function_set()
Dtest_async_copy.cpp236 …{ kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitTypes }; in test_copy_all_types()
242 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_copy_all_types()
Dtest_async_strided_copy.cpp232 …{ kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitTypes }; in test_strided_copy_all_types()
239 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_strided_copy_all_types()
Dtest_async_copy2D.cpp374 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy2D_all_types()
389 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_copy2D_all_types()
Dtest_vloadstore.cpp206 …{ kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitTypes }; in test_vloadset()
215 for( typeIdx = 0; vecType[ typeIdx ] != kNumExplicitTypes; typeIdx++ ) in test_vloadset()
728 …{ kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitTypes }; in test_vstoreset()
737 for( typeIdx = 0; vecType[ typeIdx ] != kNumExplicitTypes; typeIdx++ ) in test_vstoreset()
Dtest_async_copy3D.cpp454 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy3D_all_types()
470 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_copy3D_all_types()
Dtest_async_copy_fence.cpp720 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy_fence_all_types()
735 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_copy_fence_all_types()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_buffers.cpp308 …Type[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNumExplicitTypes }; in test_buffers()
330 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_buffers()
355 …Type[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNumExplicitTypes }; in test_buffers_getinfo()
377 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_buffers_getinfo()
/external/OpenCL-CTS/test_conformance/vectors/
Dglobals.cpp39 kULong, kFloat, kDouble, kNumExplicitTypes
Dtest_step.cpp69 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_step_internal()
Dtest_vec_align.cpp101 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_vec_internal()
/external/OpenCL-CTS/test_common/harness/
Dconversions.h48 kNumExplicitTypes enumerator
Dconversions.cpp172 static ULong sUpperLimits[kNumExplicitTypes] = {
190 static Long sLowerLimits[kNumExplicitTypes] = {
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp588 ExplicitType testVecType[] = { kChar, kShort, kInt, kLong, kNumExplicitTypes }; in test_relational_select_signed()
607 for( testTypeIndex = 0; testVecType[ testTypeIndex ] != kNumExplicitTypes; testTypeIndex++ ) in test_relational_select_signed()
677 ExplicitType testVecType[] = { kUChar, kUShort, kUInt, kULong, kNumExplicitTypes }; in test_relational_select_unsigned()
697 for( testTypeIndex = 0; testVecType[ testTypeIndex ] != kNumExplicitTypes; testTypeIndex++ ) in test_relational_select_unsigned()