Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h125 struct TIoRange { struct
126 TIoRange(TRange location, TRange component, TBasicType basicType, int index) in TIoRange() argument
128 bool overlap(const TIoRange& rhs) const in overlap() argument
1040 int checkLocationRange(int set, const TIoRange& range, const TType&, bool& typeCollision);
1242 …std::vector<TIoRange> usedIo[4]; // sets of used locations, one for each of in, out, unifor…
DlinkValidate.cpp1692 TIoRange range(locationRange, componentRange, type.getBasicType(), 0); in addUsedLocation()
1702 TIoRange range2(locationRange2, componentRange2, type.getBasicType(), 0); in addUsedLocation()
1728TIoRange range(locationRange, componentRange, basicTy, qualifier.hasIndex() ? qualifier.getIndex()… in addUsedLocation()
1745 int TIntermediate::checkLocationRange(int set, const TIoRange& range, const TType& type, bool& type… in checkLocationRange()