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

/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
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp238 int dl = d.format.c[component].l; local
239 int dbits = dh - dl;
264 // do it more efficiently below (in the case where dl=0)
338 if (dl) {
341 MOV(AL, 0, d.reg, reg_imm(ireg, LSL, dl));
343 ORR(AL, 0, d.reg, d.reg, reg_imm(ireg, LSL, dl));
H A Dtexturing.cpp890 int dl = scratches.obtain(); local
912 MUL(AL, 0, dl, temp, u);
928 MLA(AL, 0, dl, temp, u, dl);
943 MLA(AL, 0, dl, temp, u, dl);
952 MLA(AL, 0, dl, temp, u, dl);
955 AND(AL, 0, dl, dl, reg_im
[all...]

Completed in 41 milliseconds