Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c246 uint32_t tile_x = 0, tile_y = 0, stencil_tile_x = 0, stencil_tile_y = 0; in brw_workaround_depthstencil_alignment() local
346 int stencil_tile_y = stencil_draw_y & tile_mask_y; in brw_workaround_depthstencil_alignment() local
354 tile_y != stencil_tile_y) { in brw_workaround_depthstencil_alignment()
367 stencil_tile_y = stencil_draw_y & tile_mask_y; in brw_workaround_depthstencil_alignment()
369 if (stencil_tile_x & 7 || stencil_tile_y & 7) in brw_workaround_depthstencil_alignment()
373 if (stencil_tile_x || stencil_tile_y) in brw_workaround_depthstencil_alignment()
381 stencil_irb->mt_level, stencil_tile_x, stencil_tile_y); in brw_workaround_depthstencil_alignment()
391 stencil_tile_y = stencil_draw_y & tile_mask_y; in brw_workaround_depthstencil_alignment()
398 tile_y != stencil_tile_y) { in brw_workaround_depthstencil_alignment()
405 stencil_tile_x, stencil_tile_y); in brw_workaround_depthstencil_alignment()
[all …]