Searched refs:dh (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/ |
D | buffer.cpp | 41 int sh, int sl, int dh, int dl, int ch, int cl, int dither); 330 int dh, int dl, // dst in downshift_component() argument 335 const int dbits = dh-dl; in downshift_component() 374 int shift = dh-sh; in downshift_component() 380 int shift = sh-dh; in downshift_component()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 894 int dh = scratches.obtain(); in filter32() local 919 MUL(AL, 0, dh, temp, u); in filter32() 935 MLA(AL, 0, dh, temp, u, dh); in filter32() 950 MLA(AL, 0, dh, temp, u, dh); in filter32() 959 MLA(AL, 0, dh, temp, u, dh); in filter32() 963 AND(AL, 0, dh, mask, reg_imm(dh, LSR, 8)); in filter32() 965 ORR(AL, 0, texel.reg, dh, dl); in filter32()
|
D | load_store.cpp | 243 int dh = d.format.c[component].h; in downshift() local 245 int dbits = dh - dl; in downshift() 359 int shift = sh-dh; in downshift()
|