Home | History | Annotate | Download | only in i965

Lines Matching refs:tile_x

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_x, &tile_y) +
1206 assert(brw->has_surface_tile_offset || (tile_x == 0 && tile_y == 0));
1210 assert(tile_x % 4 == 0);
1212 surf[5] = ((tile_x / 4) << BRW_SURFACE_X_OFFSET_SHIFT |