Searched refs:dh (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 889 int dh = scratches.obtain(); in filter32() local 923 MUL(AL, 0, dh, temp, u); in filter32() 939 MLA(AL, 0, dh, temp, u, dh); in filter32() 957 MLA(AL, 0, dh, temp, u, dh); in filter32() 965 MLA(AL, 0, dh, temp, u, dh); in filter32() 969 UXTB16(AL, dh, dh, 8); in filter32() 971 ORR(AL, 0, texel.reg, dh, reg_imm(dl, LSL, 8)); in filter32() 988 int dh = scratches.obtain(); in filter32() local 1013 MUL(AL, 0, dh, temp, u); in filter32() 1029 MLA(AL, 0, dh, temp, u, dh); in filter32() [all …]
|
D | load_store.cpp | 255 int dh = d.format.c[component].h; in downshift() local 257 int dbits = dh - dl; in downshift() 371 int shift = sh-dh; in downshift()
|
/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()
|