Home
last modified time | relevance | path

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

/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3035 struct type4_value struct
3039 type4_value() = default; argument
3040 explicit type4_value(E rep) in type4_value() argument
3043 type4_value(E x, E y, E z, E w) in type4_value() argument
3047 bool operator==(const type4_value &rhs) const in operator ==() argument
3061 using float4_value = type4_value<float4>; argument