Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling_test.cc808 {VertexFormat::kUint32x3, 64, 24}, in TEST_F()
969 {VertexFormat::kUint32x3, 63, 24}, in TEST_F()
1129 {VertexFormat::kUint32x3, 64, 24}, in TEST_F()
Dvertex_pulling.h54 kUint32x3, // uint32x3 enumerator
Dvertex_pulling.cc118 case VertexFormat::kUint32x3: in operator <<()
164 case VertexFormat::kUint32x3: in DataTypeOf()
509 case VertexFormat::kUint32x3: in Fetch()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp89 return tint::transform::VertexFormat::kUint32x3; in ToTintVertexFormat()