Home
last modified time | relevance | path

Searched defs:type4_value (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2725 struct type4_value struct
2729 type4_value() = default; argument
2730 explicit type4_value(E rep) in type4_value() function
2733 type4_value(E x, E y, E z, E w) in type4_value() argument
2737 bool operator==(const type4_value &rhs) const in operator ==() argument
2751 using float4_value = type4_value<float4>; argument