Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dtype_test.cc227 EXPECT_FALSE(Type::IsInt(FormatMode::kUFloat)); in TEST_F()
239 EXPECT_FALSE(Type::IsSignedInt(FormatMode::kUFloat)); in TEST_F()
251 EXPECT_FALSE(Type::IsUnsignedInt(FormatMode::kUFloat)); in TEST_F()
263 EXPECT_TRUE(Type::IsFloat(FormatMode::kUFloat)); in TEST_F()
274 EXPECT_FALSE(Type::IsInt8(FormatMode::kUFloat, 8)); in TEST_F()
286 EXPECT_FALSE(Type::IsInt16(FormatMode::kUFloat, 16)); in TEST_F()
298 EXPECT_FALSE(Type::IsInt32(FormatMode::kUFloat, 32)); in TEST_F()
310 EXPECT_FALSE(Type::IsInt64(FormatMode::kUFloat, 64)); in TEST_F()
322 EXPECT_FALSE(Type::IsUint8(FormatMode::kUFloat, 8)); in TEST_F()
334 EXPECT_FALSE(Type::IsUint16(FormatMode::kUFloat, 16)); in TEST_F()
[all …]
Dformat_data.h31 kUFloat, enumerator
Dtype_parser_test.cc241 {FormatComponentType::kB, FormatMode::kUFloat, 10}, in TEST_F()
242 {FormatComponentType::kG, FormatMode::kUFloat, 11}, in TEST_F()
243 {FormatComponentType::kR, FormatMode::kUFloat, 11}, in TEST_F()
Dtype.h53 return mode == FormatMode::kSFloat || mode == FormatMode::kUFloat; in IsFloat()
Dformat.cc44 case FormatMode::kUFloat: in FormatModeToName()
Dtype_parser.cc108 mode_ = FormatMode::kUFloat; in ProcessChunk()
/external/deqp-deps/amber/src/vkscript/
Dparser.cc414 if (seg.GetFormatMode() == FormatMode::kUFloat || in ProcessVertexDataBlock()