Searched refs:stencil_irb (Results 1 – 2 of 2) sorted by relevance
205 struct brw_renderbuffer *stencil_irb = brw_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 brw_miptree_reference(&stencil_irb->mt, depth_irb->mt); in brw_workaround_depthstencil_alignment()241 brw_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 …]
718 struct brw_renderbuffer *stencil_irb = brw_get_renderbuffer(fb, BUFFER_STENCIL); in brw_postdraw_set_buffers_need_resolve() local746 if (stencil_irb && brw->stencil_write_enabled) { in brw_postdraw_set_buffers_need_resolve()748 stencil_irb->mt->stencil_mt != NULL ? in brw_postdraw_set_buffers_need_resolve()749 stencil_irb->mt->stencil_mt : stencil_irb->mt; in brw_postdraw_set_buffers_need_resolve()751 brw_miptree_finish_write(brw, stencil_mt, stencil_irb->mt_level, in brw_postdraw_set_buffers_need_resolve()752 stencil_irb->mt_layer, in brw_postdraw_set_buffers_need_resolve()753 stencil_irb->layer_count, ISL_AUX_USAGE_NONE); in brw_postdraw_set_buffers_need_resolve()806 struct brw_renderbuffer *stencil_irb = in brw_postdraw_reconcile_align_wa_slices() local812 if (stencil_irb && stencil_irb->align_wa_mt) in brw_postdraw_reconcile_align_wa_slices()813 brw_renderbuffer_move_temp_back(brw, stencil_irb); in brw_postdraw_reconcile_align_wa_slices()