Searched refs:dh (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;
369 int shift = dh-sh;
374 // ie: sh-dh == sh-dbits
375 int shift = sh-dh;
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.cpp237 int dh = d.format.c[component].h; local
239 int dbits = dh - dl;
353 int shift = sh-dh;
H A Dtexturing.cpp885 int dh = scratches.obtain(); local
910 MUL(AL, 0, dh, temp, u);
926 MLA(AL, 0, dh, temp, u, dh);
941 MLA(AL, 0, dh, temp, u, dh);
950 MLA(AL, 0, dh, temp, u, dh);
954 AND(AL, 0, dh, mask, reg_imm(dh, LS
[all...]

Completed in 6 milliseconds