Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h124 struct TIoRange { struct
125 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() argument
127 bool overlap(const TIoRange& rhs) const in overlap() argument
131 TRange location;
132 TRange component;
133 TBasicType basicType;
134 int index;