Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A 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()
H A Dtest_integers.cpp223 …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 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_buffers.cpp340 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 Dhelpers.cpp75 return kNumExplicitTypes; in get_read_kernel_type()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_buffers.cpp307 …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 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()
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_relationals.cpp636 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 Dglobals.cpp39 kULong, kFloat, kDouble, kNumExplicitTypes
H A Dtest_step.cpp58 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_step_internal()
H A Dtest_vec_align.cpp101 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_vec_internal()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A Dconversions.h48 kNumExplicitTypes enumerator
H A Dconversions.cpp173 static ULong sUpperLimits[kNumExplicitTypes] = {
191 static Long sLowerLimits[kNumExplicitTypes] = {