Searched defs:dl (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp260 int dl = d.format.c[component].l; local
261 int dbits = dh - dl;
286 // do it more efficiently below (in the case where dl=0)
360 if (dl) {
363 MOV(AL, 0, d.reg, reg_imm(ireg, LSL, dl));
365 ORR(AL, 0, d.reg, d.reg, reg_imm(ireg, LSL, dl));
H A Dtexturing.cpp911 int dl = scratches.obtain(); local
942 MUL(AL, 0, dl, temp, u);
958 MLA(AL, 0, dl, temp, u, dl);
976 MLA(AL, 0, dl, temp, u, dl);
984 MLA(AL, 0, dl, temp, u, dl);
987 UXTB16(AL, dl, dl,
1010 int dl = scratches.obtain(); local
[all...]
/system/core/libpixelflinger/
H A Dbuffer.cpp39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
325 int dh, int dl, // dst
330 const int dbits = dh-dl;
360 if (dl) {
365 in |= v<<dl;
323 downshift_component( uint32_t in, uint32_t v, int sh, int sl, int dh, int dl, int ch, int cl, int dither) argument

Completed in 47 milliseconds