Searched refs:dh (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/ |
D | buffer.cpp | 39 int sh, int sl, int dh, int dl, int ch, int cl, int dither); 325 int dh, int dl, // dst in downshift_component() argument 330 const int dbits = dh-dl; in downshift_component() 369 int shift = dh-sh; in downshift_component() 375 int shift = sh-dh; in downshift_component()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 901 int dh = scratches.obtain(); in filter32() local 926 MUL(AL, 0, dh, temp, u); in filter32() 942 MLA(AL, 0, dh, temp, u, dh); in filter32() 957 MLA(AL, 0, dh, temp, u, dh); in filter32() 966 MLA(AL, 0, dh, temp, u, dh); in filter32() 970 AND(AL, 0, dh, mask, reg_imm(dh, LSR, 8)); in filter32() 972 ORR(AL, 0, texel.reg, dh, dl); in filter32()
|
D | load_store.cpp | 240 int dh = d.format.c[component].h; in downshift() local 242 int dbits = dh - dl; in downshift() 356 int shift = sh-dh; in downshift()
|
/system/core/sdcard/ |
D | sdcard.c | 1338 struct dirhandle *dh = id_to_ptr(req->fh); in handle_fsync() local 1339 fd = dirfd(dh->d); in handle_fsync()
|