Home
last modified time | relevance | path

Searched refs:kSNorm (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtype_parser_test.cc61 {FormatComponentType::kA, FormatMode::kSNorm, 2}, in TEST_F()
62 {FormatComponentType::kB, FormatMode::kSNorm, 10}, in TEST_F()
63 {FormatComponentType::kG, FormatMode::kSNorm, 10}, in TEST_F()
64 {FormatComponentType::kR, FormatMode::kSNorm, 10}, in TEST_F()
121 {FormatComponentType::kA, FormatMode::kSNorm, 2}, in TEST_F()
122 {FormatComponentType::kR, FormatMode::kSNorm, 10}, in TEST_F()
123 {FormatComponentType::kG, FormatMode::kSNorm, 10}, in TEST_F()
124 {FormatComponentType::kB, FormatMode::kSNorm, 10}, in TEST_F()
181 {FormatComponentType::kA, FormatMode::kSNorm, 8}, in TEST_F()
182 {FormatComponentType::kB, FormatMode::kSNorm, 8}, in TEST_F()
[all …]
Dtype_test.cc220 EXPECT_TRUE(Type::IsInt(FormatMode::kSNorm)); in TEST_F()
232 EXPECT_TRUE(Type::IsSignedInt(FormatMode::kSNorm)); in TEST_F()
244 EXPECT_FALSE(Type::IsUnsignedInt(FormatMode::kSNorm)); in TEST_F()
256 EXPECT_FALSE(Type::IsFloat(FormatMode::kSNorm)); in TEST_F()
268 EXPECT_TRUE(Type::IsInt8(FormatMode::kSNorm, 8)); in TEST_F()
280 EXPECT_TRUE(Type::IsInt16(FormatMode::kSNorm, 16)); in TEST_F()
292 EXPECT_TRUE(Type::IsInt32(FormatMode::kSNorm, 32)); in TEST_F()
304 EXPECT_TRUE(Type::IsInt64(FormatMode::kSNorm, 64)); in TEST_F()
316 EXPECT_FALSE(Type::IsUint8(FormatMode::kSNorm, 8)); in TEST_F()
328 EXPECT_FALSE(Type::IsUint16(FormatMode::kSNorm, 16)); in TEST_F()
[all …]
Dformat_data.h34 kSNorm, enumerator
Dformat.h80 return mode == FormatMode::kUNorm || mode == FormatMode::kSNorm || in IsNormalized()
Dtype.h39 return mode == FormatMode::kSInt || mode == FormatMode::kSNorm || in IsSignedInt()
Dformat.cc36 case FormatMode::kSNorm: in FormatModeToName()
Dtype_parser.cc121 mode_ = FormatMode::kSNorm; in ProcessChunk()
Dverifier.cc294 } else if (seg.GetFormatMode() == FormatMode::kSNorm) { in ScaleTexelValuesIfNeeded()