Home | History | Annotate | Download | only in i965

Lines Matching refs:tile_y

1125    uint32_t tile_x, tile_y;
1130 intel_renderbuffer_tile_offsets(irb, &tile_x, &tile_y);
1132 if (tile_x != 0 || tile_y != 0) {
1195 tile_y) +
1206 assert(brw->has_surface_tile_offset || (tile_x == 0 && tile_y == 0));
1211 assert(tile_y % 2 == 0);
1213 (tile_y / 2) << BRW_SURFACE_Y_OFFSET_SHIFT |