Searched refs:isAdjacent (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1300 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
1712 bool isAdjacent = true; local
1750 rec = findRecord(ldst, false, isAdjacent);
1751 if (rec && !isAdjacent)
1756 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL;
1758 if (!isAdjacent)
1767 rec = findRecord(ldst, false, isAdjacent);
1769 if (!isAdjacent)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp5290 bool isAdjacent(const Work& next) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h76 bool isAdjacent(const SkIntersectionHelper& next) { function in class:SkIntersectionHelper
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1300 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
1712 bool isAdjacent = true; local
1750 rec = findRecord(ldst, false, isAdjacent);
1751 if (rec && !isAdjacent)
1756 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL;
1758 if (!isAdjacent)
1767 rec = findRecord(ldst, false, isAdjacent);
1769 if (!isAdjacent)
/external/skia/experimental/Intersection/
H A DSimplify.cpp5290 bool isAdjacent(const Work& next) {
/external/skia/src/pathops/
H A DSkIntersectionHelper.h76 bool isAdjacent(const SkIntersectionHelper& next) { function in class:SkIntersectionHelper

Completed in 1130 milliseconds