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

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp256 int dl = d.format.c[component].l; local
257 int dbits = dh - dl;
282 // do it more efficiently below (in the case where dl=0)
356 if (dl) {
359 MOV(AL, 0, d.reg, reg_imm(ireg, LSL, dl));
361 ORR(AL, 0, d.reg, d.reg, reg_imm(ireg, LSL, dl));
H A Dtexturing.cpp894 int dl = scratches.obtain(); local
925 MUL(AL, 0, dl, temp, u);
941 MLA(AL, 0, dl, temp, u, dl);
959 MLA(AL, 0, dl, temp, u, dl);
967 MLA(AL, 0, dl, temp, u, dl);
970 UXTB16(AL, dl, dl,
993 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 1081 milliseconds