Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp55 struct PerLane struct
70 struct PerLane<T, 1> struct
76 using uint_t = PerLane<unsigned int>;
77 using uint2 = PerLane<unsigned int, 2>;
78 using uint3 = PerLane<unsigned int, 3>;
79 using uint4 = PerLane<unsigned int, 4>;
81 using int_t = PerLane<int>;
82 using int2 = PerLane<int, 2>;
83 using int3 = PerLane<int, 3>;
84 using int4 = PerLane<int, 4>;
[all …]