Searched refs:TIoRange (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 124 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…
|
D | linkValidate.cpp | 1053 TIoRange range(locationRange, componentRange, type.getBasicType(), 0); in addUsedLocation() 1063 TIoRange range2(locationRange2, componentRange2, type.getBasicType(), 0); in addUsedLocation() 1084 …TIoRange 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()
|