Searched refs:TRange (Results 1 - 7 of 7) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 112 struct TRange { 113 TRange(int start, int last) : start(start), last(last) { } 114 bool overlap(const TRange& rhs) const 126 TIoRange(TRange location, TRange component, TBasicType basicType, int index) 132 TRange location; 133 TRange component; 141 TOffsetRange(TRange binding, TRange offset) 147 TRange bindin [all...] |
H A D | linkValidate.cpp | 1677 TRange range(qualifier.layoutLocation, qualifier.layoutLocation); in addUsedLocation() 1690 TRange locationRange(qualifier.layoutLocation, qualifier.layoutLocation); in addUsedLocation() 1691 TRange componentRange(0, 3); in addUsedLocation() 1700 TRange locationRange2(qualifier.layoutLocation + 1, qualifier.layoutLocation + 1); in addUsedLocation() 1701 TRange componentRange2(0, 1); in addUsedLocation() 1715 TRange locationRange(qualifier.layoutLocation, qualifier.layoutLocation + size - 1); in addUsedLocation() 1716 TRange componentRange(0, 3); in addUsedLocation() 1775 TRange range(location, location); in checkLocationRT() 1791 TRange bindingRange(binding, binding); in addUsedOffsets() 1792 TRange offsetRang in addUsedOffsets() [all...] |
H A D | iomapper.cpp | 329 std::vector<TRange> usedUniformLocation; in TSymbolValidater() 348 TRange locationRange(uniformLocation, uniformLocation + size - 1); in TSymbolValidater() 408 int checkLocationOverlap(const TRange& locationRange, std::vector<TRange>& usedUniformLocation, const TString symbolName, std::vector<TString>& usedUniformName, bool& diffLocation) in checkLocationOverlap()
|
/third_party/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 30 struct TRange { struct 229 double r, TRange* result) { in orderTRange() 286 TRange* lowerRange, TRange* upperRange) { in bruteMinT() 299 TRange tRange; in bruteMinT() 344 TRange tRange; in bruteMinT() 396 TRange lowerRange, upperRange; in bruteForce() 405 TRange lowerRange, upperRange; in bruteForceCheck() 633 TRange lowerRange, upperRange; 659 TRange lowerRang in DEF_TEST() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 532 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t, in TRange() function in SkOpCoincidence 636 coinTs = TRange(over1s, tStart, coinSeg SkDEBUGPARAMS(over1e)); in addIfMissing() 637 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in addIfMissing() 642 oppTs = TRange(over2s, tStart, oppSeg SkDEBUGPARAMS(over2e)); in addIfMissing() 643 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in addIfMissing()
|
H A D | SkOpCoincidence.h | 290 static double TRange(const SkOpPtT* overS, double t, const SkOpSegment* coinPtT
|
H A D | SkPathOpsDebug.cpp | 1718 coinTs = TRange(over1s, tStart, coinSeg SkDEBUGPARAMS(over1e)); in debugAddIfMissing() 1719 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in debugAddIfMissing() 1724 oppTs = TRange(over2s, tStart, oppSeg SkDEBUGPARAMS(over2e)); in debugAddIfMissing() 1725 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in debugAddIfMissing()
|
Completed in 17 milliseconds