Home
last modified time | relevance | path

Searched refs:ibot (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tests/sksl/shared/
DSampleLocations.asm.vert17 OpName %ibot "ibot"
72 %ibot = OpVariable %_ptr_Function_int Function
113 OpStore %ibot %57
152 %97 = OpLoad %int %ibot
DSampleLocations.glsl9 int ibot = (itop + 1) + (gl_InstanceID * 1901) % (17 - itop);
15 float b = float(ibot) / 16.0 + outset;
DSampleLocations.metal19 int ibot = (itop + 1) + (sk_InstanceID * 1901) % (17 - itop);
25 float b = float(ibot) / 16.0 + outset;
/third_party/skia/resources/sksl/shared/
DSampleLocations.vert9 int ibot = itop + 1 + ((sk_InstanceID*1901) % (17 - itop));
15 float b = float(ibot)/16.0 + outset;
/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
310 *ibot = SkScalarRoundToInt(bot); in count_path_runtype_values()
DSkRegion.cpp253 int SkRegion::count_runtype_values(int* itop, int* ibot) const { in count_runtype_values()
263 *ibot = fBounds.fBottom; in count_runtype_values()
/third_party/skia/include/core/
DSkRegion.h653 int count_runtype_values(int* itop, int* ibot) const;