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

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

Completed in 152 milliseconds