Home
last modified time | relevance | path

Searched refs:TIoRange (Results 1 – 2 of 2) 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
628 int checkLocationRange(int set, const TIoRange& range, const TType&, bool& typeCollision);
815 …std::vector<TIoRange> usedIo[4]; // sets of used locations, one for each of in, out, unifor…
DlinkValidate.cpp1053 TIoRange range(locationRange, componentRange, type.getBasicType(), 0); in addUsedLocation()
1063 TIoRange range2(locationRange2, componentRange2, type.getBasicType(), 0); in addUsedLocation()
1084TIoRange range(locationRange, componentRange, type.getBasicType(), qualifier.hasIndex() ? qualifie… in addUsedLocation()
1102 int TIntermediate::checkLocationRange(int set, const TIoRange& range, const TType& type, bool& type… in checkLocationRange()