Home
last modified time | relevance | path

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

/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S53 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/
Dscanline.cpp1649 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()
Dpixelflinger.cpp263 c->shade.w0 = grad[0]; in ggl_wGrad3xv()
797 c->shade.w0 = FIXED_ONE; in ggl_init_context()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h470 GGLfixed w0;