/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_multi_setup.cpp | 206 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/ |
D | test_upsample.cpp | 225 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()
|
D | test_unary_ops.cpp | 173 …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()
|
D | test_integers.cpp | 228 …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/ |
D | test_buffers.cpp | 301 …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()
|
D | helpers.cpp | 76 return kNumExplicitTypes; in get_read_kernel_type()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_astype.cpp | 226 …{ 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()
|
D | test_explicit_s2v.cpp | 91 const char * kernel_explicit_s2v_set[kNumExplicitTypes][kNumExplicitTypes][5] = { 212 for( dstType = kBool; dstType < kNumExplicitTypes; dstType++ ) in test_explicit_s2v_function_set()
|
D | test_async_copy.cpp | 236 …{ 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()
|
D | test_async_strided_copy.cpp | 232 …{ 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()
|
D | test_async_copy2D.cpp | 374 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy2D_all_types() 389 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_copy2D_all_types()
|
D | test_vloadstore.cpp | 206 …{ 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()
|
D | test_async_copy3D.cpp | 454 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy3D_all_types() 470 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_copy3D_all_types()
|
D | test_async_copy_fence.cpp | 720 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/ |
D | test_buffers.cpp | 308 …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/ |
D | globals.cpp | 39 kULong, kFloat, kDouble, kNumExplicitTypes
|
D | test_step.cpp | 69 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_step_internal()
|
D | test_vec_align.cpp | 101 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_vec_internal()
|
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.h | 48 kNumExplicitTypes enumerator
|
D | conversions.cpp | 172 static ULong sUpperLimits[kNumExplicitTypes] = { 190 static Long sLowerLimits[kNumExplicitTypes] = {
|
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_relationals.cpp | 588 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()
|