Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/
Dbuffer.cpp39 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/
Dtexturing.cpp901 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()
Dload_store.cpp240 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/
Dsdcard.c1338 struct dirhandle *dh = id_to_ptr(req->fh); in handle_fsync() local
1339 fd = dirfd(dh->d); in handle_fsync()