Home
last modified time | relevance | path

Searched refs:kSnorm8x2 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling_test.cc790 {VertexFormat::kSnorm8x2, 64, 6}, in TEST_F()
951 {VertexFormat::kSnorm8x2, 63, 6}, in TEST_F()
1111 {VertexFormat::kSnorm8x2, 64, 6}, in TEST_F()
Dvertex_pulling.h36 kSnorm8x2, // snorm8x2 enumerator
Dvertex_pulling.cc82 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/
DShaderModule.cpp53 return tint::transform::VertexFormat::kSnorm8x2; in ToTintVertexFormat()