Searched refs:stencil_irb (Results 1 – 3 of 3) sorted by relevance
205 struct intel_renderbuffer *stencil_irb = intel_get_renderbuffer(fb, BUFFER_STENCIL); in brw_workaround_depthstencil_alignment() local230 invalidate_depth = invalidate_stencil && stencil_irb; in brw_workaround_depthstencil_alignment()237 if (stencil_irb && in brw_workaround_depthstencil_alignment()238 stencil_irb != depth_irb && in brw_workaround_depthstencil_alignment()239 stencil_irb->mt == depth_mt) { in brw_workaround_depthstencil_alignment()240 intel_miptree_reference(&stencil_irb->mt, depth_irb->mt); in brw_workaround_depthstencil_alignment()241 intel_renderbuffer_set_draw_offset(stencil_irb); in brw_workaround_depthstencil_alignment()245 if (stencil_irb) { in brw_workaround_depthstencil_alignment()246 assert(stencil_irb->mt == depth_irb->mt); in brw_workaround_depthstencil_alignment()247 assert(stencil_irb->mt_level == depth_irb->mt_level); in brw_workaround_depthstencil_alignment()[all …]
591 struct intel_renderbuffer *stencil_irb = intel_get_renderbuffer(fb, BUFFER_STENCIL); in brw_postdraw_set_buffers_need_resolve() local619 if (stencil_irb && brw->stencil_write_enabled) in brw_postdraw_set_buffers_need_resolve()620 brw_depth_cache_add_bo(brw, stencil_irb->mt->bo); in brw_postdraw_set_buffers_need_resolve()672 struct intel_renderbuffer *stencil_irb = in brw_postdraw_reconcile_align_wa_slices() local678 if (stencil_irb && stencil_irb->align_wa_mt) in brw_postdraw_reconcile_align_wa_slices()679 intel_renderbuffer_move_temp_back(brw, stencil_irb); in brw_postdraw_reconcile_align_wa_slices()
289 struct intel_renderbuffer *stencil_irb = in brw_clear() local291 struct intel_mipmap_tree *mt = stencil_irb->mt; in brw_clear()