/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A 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()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A 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()
|
H A D | test_integers.cpp | 223 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_single_param_integer_fn() 229 for( typeIndex = 0; types[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_single_param_integer_fn() 772 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_two_param_integer_fn() 778 for( typeIndex = 0; types[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_two_param_integer_fn() 798 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_two_param_unmatched_integer_fn() 804 for( typeAIndex = 0; types[ typeAIndex ] != kNumExplicitTypes; typeAIndex++ ) in test_two_param_unmatched_integer_fn() 809 for( typeBIndex = 0; types[ typeBIndex ] != kNumExplicitTypes; typeBIndex++ ) in test_two_param_unmatched_integer_fn() 1441 …itType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_three_param_integer_fn() 1447 for( typeAIndex = 0; types[ typeAIndex ] != kNumExplicitTypes; typeAIndex++ ) in test_three_param_integer_fn()
|
H A 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()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_buffers.cpp | 340 kUInt, kLong, kULong, kFloat, kNumExplicitTypes in test_buffers() 348 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_buffers() 376 kUInt, kLong, kULong, kFloat, kNumExplicitTypes in test_buffers_getinfo() 384 for (typeIndex = 0; vecType[typeIndex] != kNumExplicitTypes; typeIndex++) in test_buffers_getinfo()
|
H A D | helpers.cpp | 75 return kNumExplicitTypes; in get_read_kernel_type()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_buffers.cpp | 307 …Type[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNumExplicitTypes }; in test_buffers() 329 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_buffers() 354 …Type[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNumExplicitTypes }; in test_buffers_getinfo() 376 for( typeIndex = 0; vecType[ typeIndex ] != kNumExplicitTypes; typeIndex++ ) in test_buffers_getinfo()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/ |
H A D | test_relationals.cpp | 636 ExplicitType testVecType[] = { kChar, kShort, kInt, kLong, kNumExplicitTypes }; in test_relational_select_signed() 668 for( testTypeIndex = 0; testVecType[ testTypeIndex ] != kNumExplicitTypes; testTypeIndex++ ) in test_relational_select_signed() 742 ExplicitType testVecType[] = { kUChar, kUShort, kUInt, kULong, kNumExplicitTypes }; in test_relational_select_unsigned() 775 for( testTypeIndex = 0; testVecType[ testTypeIndex ] != kNumExplicitTypes; testTypeIndex++ ) in test_relational_select_unsigned()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vectors/ |
H A D | globals.cpp | 39 kULong, kFloat, kDouble, kNumExplicitTypes
|
H A D | test_step.cpp | 58 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_step_internal()
|
H A D | test_vec_align.cpp | 101 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_vec_internal()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | conversions.h | 48 kNumExplicitTypes enumerator
|
H A D | conversions.cpp | 173 static ULong sUpperLimits[kNumExplicitTypes] = { 191 static Long sLowerLimits[kNumExplicitTypes] = {
|