Home | History | Annotate | Download | only in i965

Lines Matching refs:depthstencil

169       brw->depthstencil.tile_x = 0;
170 brw->depthstencil.tile_y = 0;
171 brw->depthstencil.depth_offset = 0;
187 brw->depthstencil.tile_x = tile_x;
188 brw->depthstencil.tile_y = tile_y;
189 brw->depthstencil.depth_offset = intel_miptree_get_aligned_offset(
213 /* Initialize brw->depthstencil to 'nop' workaround state.
215 brw->depthstencil.tile_x = 0;
216 brw->depthstencil.tile_y = 0;
217 brw->depthstencil.depth_offset = 0;
268 uint32_t tile_x = brw->depthstencil.tile_x;
269 uint32_t tile_y = brw->depthstencil.tile_y;
295 * depthstencil format.
313 depth_offset = brw->depthstencil.depth_offset;