Searched refs:kUnorm8x4 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling_test.cc | 789 {VertexFormat::kUnorm8x4, 64, 5}, in TEST_F() 950 {VertexFormat::kUnorm8x4, 63, 5}, in TEST_F() 1110 {VertexFormat::kUnorm8x4, 64, 5}, in TEST_F()
|
D | vertex_pulling.h | 35 kUnorm8x4, // unorm8x4 enumerator
|
D | vertex_pulling.cc | 80 case VertexFormat::kUnorm8x4: in operator <<() 193 case VertexFormat::kUnorm8x4: in DataTypeOf() 608 case VertexFormat::kUnorm8x4: in Fetch()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 51 return tint::transform::VertexFormat::kUnorm8x4; in ToTintVertexFormat()
|