Searched refs:kFloat16x4 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling_test.cc | 801 {VertexFormat::kFloat16x4, 64, 17}, in TEST_F() 962 {VertexFormat::kFloat16x4, 63, 17}, in TEST_F() 1122 {VertexFormat::kFloat16x4, 64, 17}, in TEST_F()
|
D | vertex_pulling.h | 47 kFloat16x4, // float16x4 enumerator
|
D | vertex_pulling.cc | 104 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/ |
D | ShaderModule.cpp | 75 return tint::transform::VertexFormat::kFloat16x4; in ToTintVertexFormat()
|