Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tests/
Dmini_parser.py39 for ty in sorted(self.types):
40 result += joinWrapParens(["type", ty]) + "\n"
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp375 int ty = scratches.obtain(); in build_scanline_prolog() local
377 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK)); in build_scanline_prolog()
378 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT)); in build_scanline_prolog()
/system/core/libpixelflinger/
Dscanline.cpp1720 const int32_t ty = interpolate(ys, in init_y() local
1723 ti.ydtdy= ty << tscale; in init_y()
1727 ti.ydtdy= ty >> -tscale; in init_y()