Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h124 struct TIoRange { struct
125 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() function
127 bool overlap(const TIoRange& rhs) const in overlap() argument
993 int checkLocationRange(int set, const TIoRange& range, const TType&, bool& typeCollision);
1200 …std::vector<TIoRange> usedIo[4]; // sets of used locations, one for each of in, out, unifor…
DlinkValidate.cpp1667 TIoRange range(locationRange, componentRange, type.getBasicType(), 0); in addUsedLocation()
1677 TIoRange range2(locationRange2, componentRange2, type.getBasicType(), 0); in addUsedLocation()
1700TIoRange range(locationRange, componentRange, type.getBasicType(), qualifier.hasIndex() ? qualifie… in addUsedLocation()
1718 int TIntermediate::checkLocationRange(int set, const TIoRange& range, const TType& type, bool& type… in checkLocationRange()