Home
last modified time | relevance | path

Searched refs:EdgeType (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkScanPriv.h44 template<class EdgeType>
45 static inline void remove_edge(EdgeType* edge) { in remove_edge()
50 template<class EdgeType>
51 static inline void insert_edge_after(EdgeType* edge, EdgeType* afterMe) { in insert_edge_after()
58 template<class EdgeType>
59 static void backward_insert_edge_based_on_x(EdgeType* edge) { in backward_insert_edge_based_on_x()
61 EdgeType* prev = edge->fPrev; in backward_insert_edge_based_on_x()
75 template<class EdgeType>
76 static EdgeType* backward_insert_start(EdgeType* prev, SkFixed x) { in backward_insert_start()
/external/skqp/src/core/
DSkScanPriv.h44 template<class EdgeType>
45 static inline void remove_edge(EdgeType* edge) { in remove_edge()
50 template<class EdgeType>
51 static inline void insert_edge_after(EdgeType* edge, EdgeType* afterMe) { in insert_edge_after()
58 template<class EdgeType>
59 static void backward_insert_edge_based_on_x(EdgeType* edge) { in backward_insert_edge_based_on_x()
61 EdgeType* prev = edge->fPrev; in backward_insert_edge_based_on_x()
75 template<class EdgeType>
76 static EdgeType* backward_insert_start(EdgeType* prev, SkFixed x) { in backward_insert_start()
/external/skia/tests/
DDetermineDomainModeTest.cpp55 enum EdgeType { enum in RectInfo
61 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot, in set()
72 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType()
107 static const char* ToStr(EdgeType type) { in ToStr()
116 EdgeType fTypes[4];
151 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype()
200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset()
210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset()
220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset()
230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset()
/external/skqp/tests/
DDetermineDomainModeTest.cpp55 enum EdgeType { enum in RectInfo
61 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot, in set()
72 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType()
107 static const char* ToStr(EdgeType type) { in ToStr()
116 EdgeType fTypes[4];
151 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype()
200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset()
210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset()
220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset()
230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h132 enum EdgeType { NORMAL, BACKEDGE, SPLITEDGE, enum
146 EdgeType getType() const;
149 void setType(EdgeType type);
187 EdgeType _edgeType;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp178 BallLarusEdge::EdgeType BallLarusEdge::getType() const { in getType()
183 void BallLarusEdge::setType(EdgeType type) { in setType()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass.cc83 DataType EdgeType(const Edge* edge) { in EdgeType() function
284 arg_types[i] = EdgeType(edge); in BuildXlaLaunchOps()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h2487 enum class EdgeType { kCorner, kHorizontal, kVertical, kCenter };
2489 template <EdgeType kEdgeType, int kPadWidth, int kPadHeight>
2493 struct DepthwiseConvPartial<EdgeType::kCenter, 1, 1> {
2612 struct DepthwiseConvPartial<EdgeType::kCorner, 1, 1> {
2783 struct DepthwiseConvPartial<EdgeType::kHorizontal, 1, 1> {
2988 struct DepthwiseConvPartial<EdgeType::kVertical, 1, 1> {
3385 DepthwiseConvPartial<EdgeType::kCenter, 1, 1>::Run(
3401 DepthwiseConvPartial<EdgeType::kCorner, 1, 1>::Run(
3410 DepthwiseConvPartial<EdgeType::kHorizontal, 1, 1>::Run(
3416 DepthwiseConvPartial<EdgeType::kCorner, 1, 1>::Run(
[all …]
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc115 DataType EdgeType(const Edge* e) { in EdgeType() function
253 const DataType dtype = EdgeType(edge); in AddRecv()
1114 send_from.Reset(src->name(), edge->src_output(), EdgeType(edge)); in Partition()