Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c263 struct intel_renderbuffer *stencil_irb = intel_get_renderbuffer(fb, BUFFER_STENCIL); in emit_depthbuffer() local
319 if (stencil_irb) { in emit_depthbuffer()
320 stencil_mt = stencil_irb->mt; in emit_depthbuffer()
344 if (!depth_irb && stencil_irb && !separate_stencil) in emit_depthbuffer()
345 depth_irb = stencil_irb; in emit_depthbuffer()
396 draw_x = stencil_irb->draw_x; in emit_depthbuffer()
397 draw_y = stencil_irb->draw_y; in emit_depthbuffer()
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) | in emit_depthbuffer()
431 (stencil_irb->Base.Base.Height + tile_y - 1) << 19); in emit_depthbuffer()