Home
last modified time | relevance | path

Searched refs:IsInt64 (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtype_test.cc302 TEST_F(TypeTest, IsInt64) { in TEST_F() argument
303 EXPECT_TRUE(Type::IsInt64(FormatMode::kSInt, 64)); in TEST_F()
304 EXPECT_TRUE(Type::IsInt64(FormatMode::kSNorm, 64)); in TEST_F()
305 EXPECT_TRUE(Type::IsInt64(FormatMode::kSScaled, 64)); in TEST_F()
306 EXPECT_FALSE(Type::IsInt64(FormatMode::kSRGB, 64)); in TEST_F()
307 EXPECT_FALSE(Type::IsInt64(FormatMode::kUNorm, 64)); in TEST_F()
308 EXPECT_FALSE(Type::IsInt64(FormatMode::kUInt, 64)); in TEST_F()
309 EXPECT_FALSE(Type::IsInt64(FormatMode::kUScaled, 64)); in TEST_F()
310 EXPECT_FALSE(Type::IsInt64(FormatMode::kUFloat, 64)); in TEST_F()
311 EXPECT_FALSE(Type::IsInt64(FormatMode::kSFloat, 64)); in TEST_F()
Dformat.h172 bool IsInt64() const { in IsInt64() function
174 type::Type::IsInt64(type_->AsNumber()->GetFormatMode(), in IsInt64()
Dbuffer.cc49 if (type::Type::IsInt64(mode, num_bits)) in CalculateDiff()
355 if (type::Type::IsInt64(mode, num_bits)) { in WriteValueFromComponent()
Dverifier.cc242 } else if (type::Type::IsInt64(mode, num_bits)) { in GetActualValuesFromTexel()
582 } else if (type::Type::IsInt64(mode, num_bits)) { in ProbeSSBO()
Dtype.h65 static bool IsInt64(FormatMode mode, uint32_t num_bits) { in IsInt64() function
/third_party/vixl/src/aarch64/
Doperands-aarch64.h777 bool IsInt64() const { return IsIntN(64); } in IsInt64() function