/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 94 MLA(AL, 0, c, x.reg, dvdx, c); in init_iterated_color() 103 MLA(AL, 1, end, dvdx, end, c); in init_iterated_color() 382 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy); in init_textures() 383 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy); in init_textures() 856 MLA(AL, 0, d, pixel, u, d); in filter16() 870 MLA(AL, 0, d, pixel, u, d); in filter16() 878 MLA(AL, 0, texel.reg, pixel, u, d); in filter16() 956 MLA(AL, 0, dh, temp, u, dh); in filter32() 958 MLA(AL, 0, dl, temp, u, dl); in filter32() 974 MLA(AL, 0, dh, temp, u, dh); in filter32() [all …]
|
D | ARMAssemblerProxy.cpp | 166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) { in MLA() function in android::ARMAssemblerProxy 167 mTarget->MLA(cc, s, Rd, Rm, Rs, Rn); in MLA()
|
D | ARMAssemblerProxy.h | 82 virtual void MLA(int cc, int s,
|
D | ARMAssembler.h | 93 virtual void MLA(int cc, int s,
|
D | ARMAssemblerInterface.h | 127 virtual void MLA(int cc, int s,
|
D | GGLAssembler.cpp | 411 MLA(AL, 0, f, Rx, dfdx, ydfdy); in build_scanline_prolog() 424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); in build_scanline_prolog()
|
D | ARMAssembler.cpp | 228 void ARMAssembler::MLA(int cc, int s, in MLA() function in android::ARMAssembler
|
D | MIPSAssembler.h | 93 virtual void MLA(int cc, int s,
|
D | blending.cpp | 605 else MLA(AL, 0, d.reg, v.reg, f.reg, add.reg); in mul_factor_add()
|
D | MIPSAssembler.cpp | 613 void ArmToMipsAssembler::MLA(int cc, int s, in MLA() function in android::ArmToMipsAssembler
|