/system/core/include/private/pixelflinger/ |
D | ggl_fixed.h | 111 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) { in gglMulx() 134 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulAddx() 155 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulSubx() 197 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 293 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 365 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 465 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) in gglMulx() 482 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulAddx() 496 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulSubx() 526 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() [all …]
|
/system/core/libpixelflinger/tests/gglmul/ |
D | gglmul_test.cpp | 104 int shift; member 146 int shift; member 189 int shift; member
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 351 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift() local 359 int shift = sh-dbits; in downshift() local 375 int shift = sh-dh; in downshift() local
|
D | Arm64Assembler.cpp | 374 uint32_t shift; in dataProcessingCommon() local 885 uint32_t ArmToArm64Assembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm() 926 uint32_t shift, int W) in reg_scale_pre() 1074 uint32_t Rm, uint32_t shift, in A64_ADD_X() 1083 uint32_t imm, uint32_t shift) in A64_ADD_IMM_X() 1090 uint32_t imm, uint32_t shift) in A64_SUB_IMM_X() 1097 uint32_t Rm, uint32_t shift, in A64_ADD_W() 1107 uint32_t Rm, uint32_t shift, in A64_SUB_W() 1128 uint32_t Rm, uint32_t shift, in A64_AND_W() 1138 uint32_t Rm, uint32_t shift, in A64_ORR_W() [all …]
|
D | blending.cpp | 446 const int shift = fragment.size() - fb.size(); in build_blendFOneMinusF() local 464 const int shift = fragment.size() - fb.size(); in build_blendOneMinusFF() local 639 const int shift = src.size() - dst.size(); in component_add() local
|
D | texturing.cpp | 515 const int shift = 31 - gglClz(tmu.format.size); in build_textures() local 773 int shift = 0; in filter16() local 1202 int shift = incoming.l; in modulate() local 1277 int shift = incoming.l; in decal() local 1315 int shift = incoming.l; in blend() local
|
D | GGLAssembler.cpp | 569 const int shift = fragment.h <= 8 ? 0 : fragment.h-8; in build_incoming_component() local 703 const int shift = GGL_COLOR_BITS-fragment.size(); in build_alpha_test() local 918 int shift = rot + bitpos; in build_and_immediate() local
|
D | ARMAssemblerProxy.cpp | 93 uint32_t ARMAssemblerProxy::reg_imm(int Rm, int type, uint32_t shift) in reg_imm() 122 uint32_t ARMAssemblerProxy::reg_scale_pre(int Rm, int type, uint32_t shift, int W) in reg_scale_pre() 127 uint32_t ARMAssemblerProxy::reg_scale_post(int Rm, int type, uint32_t shift) in reg_scale_post()
|
D | ARMAssembler.cpp | 510 uint32_t ARMAssembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm() 546 uint32_t shift, int W) in reg_scale_pre() 553 uint32_t ARMAssembler::reg_scale_post(int Rm, int type, uint32_t shift) in reg_scale_post()
|
D | MIPSAssembler.cpp | 234 uint32_t ArmToMipsAssembler::reg_imm(int Rm, int type, uint32_t shift) in reg_imm() 278 uint32_t shift, int W) in reg_scale_pre() 289 uint32_t ArmToMipsAssembler::reg_scale_post(int Rm, int type, uint32_t shift) in reg_scale_post()
|
/system/core/libpixelflinger/arch-mips/ |
D | t32cb16blend.S | 36 .macro pixel dreg src fb shift 87 .macro pixel dreg src fb shift
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 338 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift_component() local 369 int shift = dh-sh; in downshift_component() local 375 int shift = sh-dh; in downshift_component() local
|
D | fixed.cpp | 62 int shift; in gglRecipQ() local
|
D | trap.cpp | 696 const int shift = TRI_ITERATORS_BITS - TRI_FRACTION_BITS; in edge_setup() local 882 const int shift = FIXED_BITS - TRI_FRACTION_BITS; in aa_edge_setup() local 1002 const int32_t shift = TRI_FRACTION_BITS + TRI_ITERATORS_BITS - FIXED_BITS; in aapolyx() local
|
D | scanline.cpp | 1087 void horz_clamp_iterator::init(const context_t* c, int shift) in init()
|