Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dclear.cpp88 static inline GGLfixed fixedToZ(GGLfixed z) { in fixedToZ() argument
89 return GGLfixed(((int64_t(z) << 16) - z) >> 16); in fixedToZ()
Dscanline.cpp516 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy; in scanline() local
720 uint16_t zz = uint32_t(z)>>(16); in scanline()
781 z += c->shade.dzdx; in scanline()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp414 parts.z = reg_t(obtainReg()); in build_scanline_prolog()
418 int ydzdy = parts.z.reg; in build_scanline_prolog()
421 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); in build_scanline_prolog()
763 int z = parts.z.reg; in build_depth_test() local
771 CMP(AL, depth, reg_imm(z, LSR, 16)); in build_depth_test()
779 MOV(AL, 0, depth, reg_imm(z, LSR, 16)); in build_depth_test()
792 ADD(AL, 0, parts.z.reg, parts.z.reg, dzdx); in build_iterate_z()
Dtexturing.cpp421 if (parts.z.reg > 0 && parts.covPtr.reg > 0) in build_textures()
426 if (parts.z.reg > 0) in build_textures()
427 spill_list |= 1<<parts.z.reg; in build_textures()
DGGLAssembler.h297 reg_t z; member
/system/core/logcat/
Devent-log-tags8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
DosUtil.c3296 int i = 0,z = 1; in power() local
3299 z *= x; in power()
3301 return z; in power()