Searched refs:z (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/ |
D | clear.cpp | 88 static inline GGLfixed fixedToZ(GGLfixed z) { in fixedToZ() argument 89 return GGLfixed(((int64_t(z) << 16) - z) >> 16); in fixedToZ()
|
D | scanline.cpp | 516 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/ |
D | GGLAssembler.cpp | 414 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()
|
D | texturing.cpp | 421 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()
|
D | GGLAssembler.h | 297 reg_t z; member
|
/system/core/logcat/ |
D | event-log-tags | 8 # "[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/ |
D | osUtil.c | 3296 int i = 0,z = 1; in power() local 3299 z *= x; in power() 3301 return z; in power()
|