Home
last modified time | relevance | path

Searched refs:IsInt16 (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/amber/src/
Dtype_test.cc278 TEST_F(TypeTest, IsInt16) { in TEST_F() argument
279 EXPECT_TRUE(Type::IsInt16(FormatMode::kSInt, 16)); in TEST_F()
280 EXPECT_TRUE(Type::IsInt16(FormatMode::kSNorm, 16)); in TEST_F()
281 EXPECT_TRUE(Type::IsInt16(FormatMode::kSScaled, 16)); in TEST_F()
282 EXPECT_FALSE(Type::IsInt16(FormatMode::kSRGB, 16)); in TEST_F()
283 EXPECT_FALSE(Type::IsInt16(FormatMode::kUNorm, 16)); in TEST_F()
284 EXPECT_FALSE(Type::IsInt16(FormatMode::kUInt, 16)); in TEST_F()
285 EXPECT_FALSE(Type::IsInt16(FormatMode::kUScaled, 16)); in TEST_F()
286 EXPECT_FALSE(Type::IsInt16(FormatMode::kUFloat, 16)); in TEST_F()
287 EXPECT_FALSE(Type::IsInt16(FormatMode::kSFloat, 16)); in TEST_F()
Dformat.h160 bool IsInt16() const { in IsInt16() function
162 type::Type::IsInt16(type_->AsNumber()->GetFormatMode(), in IsInt16()
Dbuffer.cc45 if (type::Type::IsInt16(mode, num_bits)) in CalculateDiff()
347 if (type::Type::IsInt16(mode, num_bits)) { in WriteValueFromComponent()
Dverifier.cc234 } else if (type::Type::IsInt16(mode, num_bits)) { in GetActualValuesFromTexel()
574 } else if (type::Type::IsInt16(mode, num_bits)) { in ProbeSSBO()
Dtype.h59 static bool IsInt16(FormatMode mode, uint32_t num_bits) { in IsInt16() function
/external/vixl/src/aarch64/
Doperands-aarch64.h750 bool IsInt16() const { return IsIntN(16); } in IsInt16() function
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc3175 EXPECT_TRUE(type::Type::IsInt16(n->GetFormatMode(), n->NumBits())); in TEST_F()
3211 EXPECT_TRUE(type::Type::IsInt16(n->GetFormatMode(), n->NumBits())); in TEST_F()
4062 EXPECT_TRUE(type::Type::IsInt16(n->GetFormatMode(), n->NumBits())); in TEST_F()
4099 EXPECT_TRUE(type::Type::IsInt16(n->GetFormatMode(), n->NumBits())); in TEST_F()