Searched refs:w0 (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | asm_test_jacket.S | 53 ldr w0, [x27,#0] 54 cmp w0, #1 56 cmp w0,#1 61 ldr w0, [x27,#4] 62 cmp w0, #1 64 cmp w0,#2 69 ldr w0, [x27,#8] 70 cmp w0, #1 72 cmp w0,#0 77 ldr w0, [x27,#12] [all …]
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1649 ci.ydwdy = interpolate(ys, c->shade.w0, c->shade.dwdx, c->shade.dwdy); in init_y() 1918 int32_t w0 = (xs * c->shade.dwdx) + ci.ydwdy; in scanline_perspective() local 1919 int32_t q0 = gglRecipQ(w0, 30); in scanline_perspective() 1947 w1 = w0 + dwdx; in scanline_perspective() 1952 w1 = (c->shade.dwdx * span) + w0; in scanline_perspective() 1990 w0 = w1; in scanline_perspective()
|
D | pixelflinger.cpp | 263 c->shade.w0 = grad[0]; in ggl_wGrad3xv() 797 c->shade.w0 = FIXED_ONE; in ggl_init_context()
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 470 GGLfixed w0;
|