Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling_test.cc801 {VertexFormat::kFloat16x4, 64, 17}, in TEST_F()
962 {VertexFormat::kFloat16x4, 63, 17}, in TEST_F()
1122 {VertexFormat::kFloat16x4, 64, 17}, in TEST_F()
Dvertex_pulling.h47 kFloat16x4, // float16x4 enumerator
Dvertex_pulling.cc104 case VertexFormat::kFloat16x4: in operator <<()
197 case VertexFormat::kFloat16x4: in DataTypeOf()
626 case VertexFormat::kFloat16x4: in Fetch()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp75 return tint::transform::VertexFormat::kFloat16x4; in ToTintVertexFormat()