Home
last modified time | relevance | path

Searched refs:kUInt (Results 1 – 25 of 83) sorted by relevance

1234

/external/deqp-deps/amber/src/
Dtype_parser_test.cc81 {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 …]
Dtype_test.cc224 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 …]
Dformat_test.cc271 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 …]
Dtype_parser.cc104 mode_ = FormatMode::kUInt; in ProcessChunk()
466 mode = type.is_signed ? FormatMode::kSInt : FormatMode::kUInt; in ParseGlslFormat()
509 else if (mode == FormatMode::kUInt) in ParseGlslFormat()
Dtype.cc60 return MakeUnique<Number>(FormatMode::kUInt, bits); in Uint()
/external/deqp-deps/amber/src/vkscript/
Ddatum_type_parser_test.cc80 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/
Dconversions.cpp52 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 …]
Dinteger_ops_test_info.h65 static const ExplicitType explicitType = kUInt;
/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()
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 …]
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.cpp144 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/
Dhelpers.cpp64 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()
Dtest_buffers.cpp65 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/
DSkSLTypeShared.h48 kUInt, enumerator
105 case SkSLType::kUInt: in SkSLTypeIsFloatType()
132 case SkSLType::kUInt: in SkSLTypeIsIntegralType()
177 case SkSLType::kUInt: in SkSLTypeVecLength()
DSkSLTypeShared.cpp43 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/
Dhelpers.cpp73 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()
Dcommon.h50 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_INT, kUInt },
59 { GL_DEPTH24_STENCIL8, GL_DEPTH_STENCIL, GL_UNSIGNED_INT_24_8, kUInt },
Dtest_buffers.cpp61 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/
Dparser_buffer_test.cc826 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/
Dtest_atomics.cpp110 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/
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()
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/
Dglobals.cpp38 kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong,
/external/skia/src/gpu/graphite/
DDrawTypes.h77 kUInt, enumerator
138 case VertexAttribType::kUInt: in VertexAttribTypeSize()
/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()
/external/skia/src/gpu/ganesh/vk/
DGrVkVaryingHandler.cpp69 case SkSLType::kUInt: // fall through in sksltype_to_location_size()

1234