Home
last modified time | relevance | path

Searched refs:itop (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/resources/sksl/shared/
DSampleLocations.vert8 int itop = (sk_InstanceID*313) % 17;
9 int ibot = itop + 1 + ((sk_InstanceID*1901) % (17 - itop));
14 float t = float(itop)/16.0 - outset;
/third_party/skia/tests/sksl/shared/
DSampleLocations.glsl8 int itop = (gl_InstanceID * 313) % 17;
9 int ibot = (itop + 1) + (gl_InstanceID * 1901) % (17 - itop);
14 float t = float(itop) / 16.0 - outset;
DSampleLocations.metal18 int itop = (sk_InstanceID * 313) % 17;
19 int ibot = (itop + 1) + (sk_InstanceID * 1901) % (17 - itop);
24 float t = float(itop) / 16.0 - outset;
DSampleLocations.asm.vert16 OpName %itop "itop"
71 %itop = OpVariable %_ptr_Function_int Function
104 OpStore %itop %47
105 %49 = OpLoad %int %itop
109 %54 = OpLoad %int %itop
146 %91 = OpLoad %int %itop
/third_party/flutter/skia/src/core/
DSkRegion_path.cpp275 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument
309 *itop = SkScalarRoundToInt(top); in count_path_runtype_values()
DSkRegion.cpp254 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values() argument
263 *itop = fBounds.fTop; in count_runtype_values()
/third_party/skia/src/core/
DSkRegion_path.cpp275 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument
309 *itop = SkScalarRoundToInt(top); in count_path_runtype_values()
DSkRegion.cpp253 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values() argument
262 *itop = fBounds.fTop; in count_runtype_values()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_piece_collection.hpp343 indexed_type const & itop = indexed_operations[i]; in pretraverse() local
344 buffer_turn_info_type const& turn = m_turns[itop.turn_index]; in pretraverse()
372 last_traversable_operation = *itop.subject; in pretraverse()
/third_party/skia/include/core/
DSkRegion.h646 int count_runtype_values(int* itop, int* ibot) const;
/third_party/flutter/skia/include/core/
DSkRegion.h643 int count_runtype_values(int* itop, int* ibot) const;