Home
last modified time | relevance | path

Searched refs:kUShort (Results 1 – 25 of 45) sorted by relevance

12

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp47 case kUShort: in print_type_to_string()
424 case kUShort: in convert_explicit_value()
464 SIMPLE_CAST_CASE(char, kUShort, ushort) in convert_explicit_value()
496 SIMPLE_CAST_CASE(uchar, kUShort, ushort) in convert_explicit_value()
528 SIMPLE_CAST_CASE(uchar, kUShort, ushort) in convert_explicit_value()
560 DOWN_CAST_CASE(short, kUShort, ushort, saturate) in convert_explicit_value()
579 case kUShort: in convert_explicit_value()
585 case kUShort: in convert_explicit_value()
617 case kUShort: in convert_explicit_value()
657 DOWN_CAST_CASE(int, kUShort, ushort, saturate) in convert_explicit_value()
[all …]
Dinteger_ops_test_info.h51 static const ExplicitType explicitType = kUShort;
Dconversions.h37 kUShort, enumerator
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp223 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_single_param_integer_fn()
267 case kUShort: in verify_integer_clz()
312 case kUShort: in verify_integer_clz()
360 case kUShort: in verify_integer_ctz()
405 case kUShort: in verify_integer_ctz()
447 OP_CASE( op, kUShort, ushort ) \
504 OP_CASE_GUARD( op, kUShort, ushort ) \
559 case kUShort: in patchup_divide_results()
772 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_two_param_integer_fn()
798 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_two_param_unmatched_integer_fn()
[all …]
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()
Dtest_int_basic_ops.cpp142 kUShort,
224 case kUShort: in perThreadDataInit()
646 case kUShort: in test_integer_ops()
710 case kUShort: in test_integer_ops()
1116 return run_test_math(deviceID, context, queue, num_elements, kUShort, LONG_MATH_SHIFT_SIZE); in test_ushort_math()
1119 return run_test_logic(deviceID, context, queue, num_elements, kUShort, LONG_MATH_SHIFT_SIZE); in test_ushort_logic()
1122 return run_test_shift(deviceID, context, queue, num_elements, kUShort, LONG_MATH_SHIFT_SIZE); in test_ushort_shift()
1125 return run_test_compare(deviceID, context, queue, num_elements, kUShort, LONG_MATH_SHIFT_SIZE); in test_ushort_compare()
1128 return run_test_math(deviceID, context, queue, num_elements, kUShort, QUICK_MATH_SHIFT_SIZE); in test_quick_ushort_math()
1131 return run_test_logic(deviceID, context, queue, num_elements, kUShort, QUICK_MATH_SHIFT_SIZE); in test_quick_ushort_logic()
[all …]
/external/OpenCL-CTS/test_conformance/gl/
Dcommon.h44 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort },
49 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort },
57 { GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, kUShort },
Dtest_buffers.cpp59 TYPE_CASE(kUShort, ushort, 65530, 0) in gen_input_data()
112 INC_CASE(kUShort, ushort) in get_incremented_value()
339 kChar, kUChar, kShort, kUShort, kInt, in test_buffers()
375 kChar, kUChar, kShort, kUShort, kInt, in test_buffers_getinfo()
Dtest_renderbuffer.cpp173 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_renderbuffer_read()
184 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_renderbuffer_read()
390 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_renderbuffer_write()
401 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_renderbuffer_write()
Dhelpers.cpp107 return kUShort; in get_write_kernel_type()
282 else if( inType == kUShort ) in convert_to_expected()
341 DOWNSCALE_INTEGER_CASE( kUShort, ushort, 16 ) in convert_to_expected()
389 UPSCALE_FLOAT_CASE( kUShort, ushort, 65535.f ) in convert_to_expected()
/external/skia/src/core/
DSkSLTypeShared.h26 kUShort, enumerator
97 case SkSLType::kUShort: in SkSLTypeIsFloatType()
124 case SkSLType::kUShort: in SkSLTypeIsIntegralType()
175 case SkSLType::kUShort: in SkSLTypeVecLength()
DSkSLTypeShared.cpp21 case SkSLType::kUShort: return "ushort"; in SkSLTypeString()
65 case SkSLType::kUShort: in SkSLTypeIsFullPrecisionNumericType()
129 case SkSLType::kUShort: in SkSLTypeMatrixSize()
203 case SkSLType::kUShort: in SkSLTypeIsCombinedSamplerType()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D.cpp209 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_read()
292 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_read_cube()
298 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_read_cube()
303 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_images_read_cube()
574 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_write()
580 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_write()
585 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_images_write()
673 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_write_cube()
679 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_write_cube()
684 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_images_write_cube()
Dtest_images_2D_info.cpp94 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_2D_getinfo()
178 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_cube_getinfo()
184 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_cube_getinfo()
189 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_images_cube_getinfo()
Dtest_images_3D_info.cpp90 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_3D_getinfo()
102 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_3D_getinfo()
107 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_images_3D_getinfo()
Dtest_buffers.cpp63 TYPE_CASE( kUShort, ushort, 65530, 0 ) in gen_input_data()
117 INC_CASE( kUShort, ushort ) in get_incremented_value()
307 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers()
354 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo()
Dhelpers.cpp95 return kUShort; in get_write_kernel_type()
256 else if( inType == kUShort ) in convert_to_expected()
315 DOWNSCALE_INTEGER_CASE( kUShort, ushort, 16 ) in convert_to_expected()
341 UPSCALE_FLOAT_CASE( kUShort, ushort, 65535.f ) in convert_to_expected()
Dtest_images_3D.cpp190 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_read_3D()
196 { GL_RGBA16, GL_RGBA, GL_UNSIGNED_SHORT, kUShort }, in test_images_read_3D()
201 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_SHORT, kUShort }, in test_images_read_3D()
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp503 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_bitselect()
587 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_signed()
637 case kUShort: in select_unsigned_verify_fn()
657 case kUShort: in select_unsigned_verify_fn()
676 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_unsigned()
677 ExplicitType testVecType[] = { kUChar, kUShort, kUInt, kULong, kNumExplicitTypes }; in test_relational_select_unsigned()
/external/OpenCL-CTS/test_conformance/vectors/
Dglobals.cpp38 kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong,
/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()
Dtest_explicit_s2v.cpp283 generate_random_data( kUShort, 128, seed, data ); in test_explicit_s2v_ushort()
285 if( test_explicit_s2v_function_set( deviceID, context, queue, kUShort, 128, data ) != 0 ) in test_explicit_s2v_ushort()
/external/skia/src/gpu/ganesh/vk/
DGrVkVaryingHandler.cpp70 case SkSLType::kUShort: in sksltype_to_location_size()
/external/skia/src/gpu/ganesh/
DGrSPIRVVaryingHandler.cpp70 case SkSLType::kUShort: in sksltype_to_location_size()
DGrSPIRVUniformHandler.cpp34 case SkSLType::kUShort: in sksltype_to_alignment_mask()
104 case SkSLType::kUShort: in sksltype_to_size()

12