/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 47 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 …]
|
D | integer_ops_test_info.h | 51 static const ExplicitType explicitType = kUShort;
|
D | conversions.h | 37 kUShort, enumerator
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_integers.cpp | 223 …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 …]
|
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()
|
D | test_int_basic_ops.cpp | 142 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/ |
D | common.h | 44 { 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 },
|
D | test_buffers.cpp | 59 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()
|
D | test_renderbuffer.cpp | 173 { 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()
|
D | helpers.cpp | 107 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/ |
D | SkSLTypeShared.h | 26 kUShort, enumerator 97 case SkSLType::kUShort: in SkSLTypeIsFloatType() 124 case SkSLType::kUShort: in SkSLTypeIsIntegralType() 175 case SkSLType::kUShort: in SkSLTypeVecLength()
|
D | SkSLTypeShared.cpp | 21 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/ |
D | test_images_2D.cpp | 209 { 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()
|
D | test_images_2D_info.cpp | 94 { 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()
|
D | test_images_3D_info.cpp | 90 { 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()
|
D | test_buffers.cpp | 63 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()
|
D | helpers.cpp | 95 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()
|
D | test_images_3D.cpp | 190 { 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/ |
D | test_relationals.cpp | 503 …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/ |
D | globals.cpp | 38 kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong,
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_vec_type_hint.cpp | 45 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vec_type_hint()
|
D | test_explicit_s2v.cpp | 283 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/ |
D | GrVkVaryingHandler.cpp | 70 case SkSLType::kUShort: in sksltype_to_location_size()
|
/external/skia/src/gpu/ganesh/ |
D | GrSPIRVVaryingHandler.cpp | 70 case SkSLType::kUShort: in sksltype_to_location_size()
|
D | GrSPIRVUniformHandler.cpp | 34 case SkSLType::kUShort: in sksltype_to_alignment_mask() 104 case SkSLType::kUShort: in sksltype_to_size()
|