Searched refs:kSnorm8x2 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling_test.cc | 790 {VertexFormat::kSnorm8x2, 64, 6}, in TEST_F() 951 {VertexFormat::kSnorm8x2, 63, 6}, in TEST_F() 1111 {VertexFormat::kSnorm8x2, 64, 6}, in TEST_F()
|
D | vertex_pulling.h | 36 kSnorm8x2, // snorm8x2 enumerator
|
D | vertex_pulling.cc | 82 case VertexFormat::kSnorm8x2: in operator <<() 185 case VertexFormat::kSnorm8x2: in DataTypeOf() 605 case VertexFormat::kSnorm8x2: in Fetch()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 53 return tint::transform::VertexFormat::kSnorm8x2; in ToTintVertexFormat()
|