/external/deqp-deps/amber/src/ |
D | type_parser_test.cc | 81 {FormatComponentType::kA, FormatMode::kUInt, 2}, in TEST_F() 82 {FormatComponentType::kB, FormatMode::kUInt, 10}, in TEST_F() 83 {FormatComponentType::kG, FormatMode::kUInt, 10}, in TEST_F() 84 {FormatComponentType::kR, FormatMode::kUInt, 10}, in TEST_F() 141 {FormatComponentType::kA, FormatMode::kUInt, 2}, in TEST_F() 142 {FormatComponentType::kR, FormatMode::kUInt, 10}, in TEST_F() 143 {FormatComponentType::kG, FormatMode::kUInt, 10}, in TEST_F() 144 {FormatComponentType::kB, FormatMode::kUInt, 10}, in TEST_F() 211 {FormatComponentType::kA, FormatMode::kUInt, 8}, in TEST_F() 212 {FormatComponentType::kB, FormatMode::kUInt, 8}, in TEST_F() [all …]
|
D | type_test.cc | 224 EXPECT_TRUE(Type::IsInt(FormatMode::kUInt)); in TEST_F() 236 EXPECT_FALSE(Type::IsSignedInt(FormatMode::kUInt)); in TEST_F() 248 EXPECT_TRUE(Type::IsUnsignedInt(FormatMode::kUInt)); in TEST_F() 260 EXPECT_FALSE(Type::IsFloat(FormatMode::kUInt)); in TEST_F() 272 EXPECT_FALSE(Type::IsInt8(FormatMode::kUInt, 8)); in TEST_F() 284 EXPECT_FALSE(Type::IsInt16(FormatMode::kUInt, 16)); in TEST_F() 296 EXPECT_FALSE(Type::IsInt32(FormatMode::kUInt, 32)); in TEST_F() 308 EXPECT_FALSE(Type::IsInt64(FormatMode::kUInt, 64)); in TEST_F() 320 EXPECT_TRUE(Type::IsUint8(FormatMode::kUInt, 8)); in TEST_F() 332 EXPECT_TRUE(Type::IsUint16(FormatMode::kUInt, 16)); in TEST_F() [all …]
|
D | format_test.cc | 271 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 285 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 287 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() 301 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 303 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() 305 EXPECT_EQ(FormatMode::kUInt, segs[2].GetFormatMode()); in TEST_F() 321 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 323 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() 325 EXPECT_EQ(FormatMode::kUInt, segs[2].GetFormatMode()); in TEST_F() 460 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() [all …]
|
D | type_parser.cc | 104 mode_ = FormatMode::kUInt; in ProcessChunk() 466 mode = type.is_signed ? FormatMode::kSInt : FormatMode::kUInt; in ParseGlslFormat() 509 else if (mode == FormatMode::kUInt) in ParseGlslFormat()
|
D | type.cc | 60 return MakeUnique<Number>(FormatMode::kUInt, bits); in Uint()
|
/external/deqp-deps/amber/src/vkscript/ |
D | datum_type_parser_test.cc | 80 DatumTypeData{"uint", FormatMode::kUInt, 32, 1, 1}, 82 DatumTypeData{"uint8_t", FormatMode::kUInt, 8, 1, 1}, 84 DatumTypeData{"uint16_t", FormatMode::kUInt, 16, 1, 1}, 86 DatumTypeData{"uint64_t", FormatMode::kUInt, 64, 1, 1}, 98 DatumTypeData{"uvec2", FormatMode::kUInt, 32, 1, 2}, 99 DatumTypeData{"uvec3", FormatMode::kUInt, 32, 1, 3}, 100 DatumTypeData{"uvec4", FormatMode::kUInt, 32, 1, 4}, 104 DatumTypeData{"u8vec2", FormatMode::kUInt, 8, 1, 2}, 105 DatumTypeData{"u8vec3", FormatMode::kUInt, 8, 1, 3}, 106 DatumTypeData{"u8vec4", FormatMode::kUInt, 8, 1, 4}, [all …]
|
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 52 case kUInt: in print_type_to_string() 427 case kUInt: in convert_explicit_value() 467 SIMPLE_CAST_CASE(char, kUInt, uint) in convert_explicit_value() 499 SIMPLE_CAST_CASE(uchar, kUInt, uint) in convert_explicit_value() 531 SIMPLE_CAST_CASE(uchar, kUInt, uint) in convert_explicit_value() 563 SIMPLE_CAST_CASE(short, kUInt, uint) in convert_explicit_value() 595 SIMPLE_CAST_CASE(ushort, kUInt, uint) in convert_explicit_value() 627 SIMPLE_CAST_CASE(ushort, kUInt, uint) in convert_explicit_value() 659 DOWN_CAST_CASE(int, kUInt, uint, saturate) in convert_explicit_value() 675 case kUInt: in convert_explicit_value() [all …]
|
D | integer_ops_test_info.h | 65 static const ExplicitType explicitType = kUInt;
|
/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() 275 case kUInt: in verify_integer_clz() 318 case kUInt: in verify_integer_clz() 368 case kUInt: in verify_integer_ctz() 411 case kUInt: in verify_integer_ctz() 449 OP_CASE( op, kUInt, uint ) \ 506 OP_CASE_GUARD( op, kUInt, uint ) \ 565 case kUInt: 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 | 144 kUInt, 228 case kUInt: in perThreadDataInit() 652 case kUInt: in test_integer_ops() 716 case kUInt: in test_integer_ops() 1058 return run_test_math(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE); in test_uint_math() 1061 return run_test_logic(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE); in test_uint_logic() 1064 return run_test_shift(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE); in test_uint_shift() 1067 return run_test_compare(deviceID, context, queue, num_elements, kUInt, LONG_MATH_SHIFT_SIZE); in test_uint_compare() 1070 return run_test_math(deviceID, context, queue, num_elements, kUInt, QUICK_MATH_SHIFT_SIZE); in test_quick_uint_math() 1073 return run_test_logic(deviceID, context, queue, num_elements, kUInt, QUICK_MATH_SHIFT_SIZE); in test_quick_uint_logic() [all …]
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | helpers.cpp | 64 return kUInt; in get_read_kernel_type() 97 return kUInt; in get_write_kernel_type() 124 if(type != kUInt) return "convert_uint4"; in get_write_conversion() 202 case kUInt: in convert_to_expected() 262 case kUInt: in convert_to_expected() 309 else if( inType == kUInt ) in convert_to_expected() 343 UPSCALE_FLOAT_CASE( kUInt, uint, 4294967295.f ) in convert_to_expected()
|
D | test_buffers.cpp | 65 TYPE_CASE( kUInt, uint, 0x0fffffff, 0 ) in gen_input_data() 119 INC_CASE( kUInt, uint ) 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()
|
/external/skia/src/core/ |
D | SkSLTypeShared.h | 48 kUInt, enumerator 105 case SkSLType::kUInt: in SkSLTypeIsFloatType() 132 case SkSLType::kUInt: in SkSLTypeIsIntegralType() 177 case SkSLType::kUInt: in SkSLTypeVecLength()
|
D | SkSLTypeShared.cpp | 43 case SkSLType::kUInt: return "uint"; in SkSLTypeString() 95 case SkSLType::kUInt: in SkSLTypeIsFullPrecisionNumericType() 131 case SkSLType::kUInt: in SkSLTypeMatrixSize() 191 case SkSLType::kUInt: in SkSLTypeIsCombinedSamplerType()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | helpers.cpp | 73 return kUInt; in get_read_kernel_type() 109 return kUInt; in get_write_kernel_type() 143 if(type != kUInt) return "convert_uint4"; in get_write_conversion() 228 case kUInt: in convert_to_expected() 288 case kUInt: in convert_to_expected() 335 else if( inType == kUInt ) in convert_to_expected() 391 UPSCALE_FLOAT_CASE( kUInt, uint, 4294967295.f ) in convert_to_expected()
|
D | common.h | 50 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_INT, kUInt }, 59 { GL_DEPTH24_STENCIL8, GL_DEPTH_STENCIL, GL_UNSIGNED_INT_24_8, kUInt },
|
D | test_buffers.cpp | 61 TYPE_CASE(kUInt, uint, 0x0fffffff, 0) in gen_input_data() 114 INC_CASE(kUInt, uint) in get_incremented_value() 340 kUInt, kLong, kULong, kFloat, kNumExplicitTypes in test_buffers() 376 kUInt, kLong, kULong, kFloat, kNumExplicitTypes in test_buffers_getinfo()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_buffer_test.cc | 826 BufferData{"uint8", FormatMode::kUInt, 8, 1, 1, false}, 827 BufferData{"uint16", FormatMode::kUInt, 16, 1, 1, false}, 828 BufferData{"uint32", FormatMode::kUInt, 32, 1, 1, false}, 829 BufferData{"uint64", FormatMode::kUInt, 64, 1, 1, false}, 834 BufferData{"vec4<uint32>", FormatMode::kUInt, 32, 4, 1, false}, 837 BufferData{"mat4x2<uint16>", FormatMode::kUInt, 16, 2, 4, false}, 849 BufferData{"uint8[]", FormatMode::kUInt, 8, 1, 1, true}, 850 BufferData{"uint16[]", FormatMode::kUInt, 16, 1, 1, true}, 851 BufferData{"uint32[]", FormatMode::kUInt, 32, 1, 1, true}, 852 BufferData{"uint64[]", FormatMode::kUInt, 64, 1, 1, true}, [all …]
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 110 case kUInt: in check_atomic_support() 149 bool isUnsigned = (dataType == kULong) || (dataType == kUInt); in test_atomic_function() 510 programCore, testFns, extended, false, kUInt, in test_atomic_function_set() 516 programCore, testFns, extended, true, kUInt, in test_atomic_function_set() 1196 atom_cmpxchg_core, set, false, false, kUInt, true); in test_atomic_cmpxchg() 1202 atom_cmpxchg_core, set, false, true, kUInt, true); in test_atomic_cmpxchg() 1223 kUInt, true); in test_atomic_cmpxchg() 1228 atomic_cmpxchg_core, set, false, true, kUInt, in test_atomic_cmpxchg()
|
/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() 640 case kUInt: in select_unsigned_verify_fn() 660 case kUInt: 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/skia/src/gpu/graphite/ |
D | DrawTypes.h | 77 kUInt, enumerator 138 case VertexAttribType::kUInt: in VertexAttribTypeSize()
|
/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()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkVaryingHandler.cpp | 69 case SkSLType::kUInt: // fall through in sksltype_to_location_size()
|