Searched refs:tile_mask_x (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_misc_state.c | 63 uint32_t tile_mask_x = 0, tile_mask_y = 0; in emit_depthbuffer() local 72 &tile_mask_x, &tile_mask_y, false); in emit_depthbuffer() 83 tile_mask_x |= hiz_tile_mask_x; in emit_depthbuffer() 96 tile_mask_x |= 63; in emit_depthbuffer() 119 tile_x = draw_x & tile_mask_x; in emit_depthbuffer() 161 tile_x = draw_x & tile_mask_x; in emit_depthbuffer() 183 draw_x & ~tile_mask_x, in emit_depthbuffer() 218 draw_x & ~tile_mask_x, in emit_depthbuffer() 246 (draw_x & ~tile_mask_x) * 64; in emit_depthbuffer()
|
D | brw_misc_state.c | 287 uint32_t tile_mask_x = 0, tile_mask_y = 0; in emit_depthbuffer() local 291 &tile_mask_x, &tile_mask_y, false); in emit_depthbuffer() 306 tile_mask_x |= hiz_tile_mask_x; in emit_depthbuffer() 328 tile_mask_x |= 63; in emit_depthbuffer() 336 tile_mask_x |= stencil_tile_mask_x; in emit_depthbuffer() 398 tile_x = draw_x & tile_mask_x; in emit_depthbuffer() 456 tile_x = draw_x & tile_mask_x; in emit_depthbuffer() 478 draw_x & ~tile_mask_x, in emit_depthbuffer() 522 draw_x & ~tile_mask_x, in emit_depthbuffer() 551 (draw_x & ~tile_mask_x) * 64; in emit_depthbuffer()
|
D | gen6_blorp.cpp | 57 uint32_t *tile_mask_x, uint32_t *tile_mask_y) in gen6_blorp_compute_tile_masks() argument 68 *tile_mask_x = depth_mask_x | hiz_mask_x; in gen6_blorp_compute_tile_masks() 835 uint32_t tile_mask_x, tile_mask_y; in gen6_blorp_emit_depth_stencil_config() local 837 gen6_blorp_compute_tile_masks(params, &tile_mask_x, &tile_mask_y); in gen6_blorp_emit_depth_stencil_config() 841 uint32_t tile_x = draw_x & tile_mask_x; in gen6_blorp_emit_depth_stencil_config() 845 draw_x & ~tile_mask_x, in gen6_blorp_emit_depth_stencil_config() 898 draw_x & ~tile_mask_x, in gen6_blorp_emit_depth_stencil_config()
|
D | gen7_blorp.cpp | 583 uint32_t tile_mask_x, tile_mask_y; in gen7_blorp_emit_depth_stencil_config() local 585 gen6_blorp_compute_tile_masks(params, &tile_mask_x, &tile_mask_y); in gen7_blorp_emit_depth_stencil_config() 589 uint32_t tile_x = draw_x & tile_mask_x; in gen7_blorp_emit_depth_stencil_config() 593 draw_x & ~tile_mask_x, in gen7_blorp_emit_depth_stencil_config() 642 draw_x & ~tile_mask_x, in gen7_blorp_emit_depth_stencil_config()
|
D | brw_blorp.h | 329 uint32_t *tile_mask_x, uint32_t *tile_mask_y);
|