Home
last modified time | relevance | path

Searched refs:zeta_pitch (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_fb.c56 uint32_t rt_pitch = 0, zeta_pitch = 0; in nv04_emit_framebuffer() local
70 zeta_pitch = rt_pitch = s->pitch; in nv04_emit_framebuffer()
82 zeta_pitch = s->pitch; in nv04_emit_framebuffer()
92 PUSH_DATA (push, zeta_pitch << 16 | rt_pitch); in nv04_emit_framebuffer()
Dnv20_state_fb.c84 unsigned rt_pitch = 0, zeta_pitch = 0; in nv20_emit_framebuffer() local
111 zeta_pitch = s->pitch; in nv20_emit_framebuffer()
121 zeta_pitch = rt_pitch; in nv20_emit_framebuffer()
126 PUSH_DATA (push, zeta_pitch << 16 | rt_pitch); in nv20_emit_framebuffer()
Dnv10_state_fb.c99 unsigned rt_pitch = 0, zeta_pitch = 0; in nv10_emit_framebuffer() local
124 zeta_pitch = rt_pitch = s->pitch; in nv10_emit_framebuffer()
137 zeta_pitch = s->pitch; in nv10_emit_framebuffer()
151 PUSH_DATA (push, zeta_pitch << 16 | rt_pitch); in nv10_emit_framebuffer()