Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp55 struct PerLane struct
57 sw::vec<T, N> operator[](int lane) const in operator []()
66 std::array<sw::vec<T, Width>, N> elements;
70 struct PerLane<T, 1> struct
72 const T &operator[](int lane) const { return data[lane]; } in operator []()
73 std::array<T, Width> data;