Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling_test.cc809 {VertexFormat::kUint32x4, 64, 25}, in TEST_F()
970 {VertexFormat::kUint32x4, 63, 25}, in TEST_F()
1130 {VertexFormat::kUint32x4, 64, 25}, in TEST_F()
Dvertex_pulling.h55 kUint32x4, // uint32x4 enumerator
Dvertex_pulling.cc120 case VertexFormat::kUint32x4: in operator <<()
168 case VertexFormat::kUint32x4: in DataTypeOf()
512 case VertexFormat::kUint32x4: in Fetch()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp91 return tint::transform::VertexFormat::kUint32x4; in ToTintVertexFormat()