HomeSort by relevance Sort by last modified time
    Searched refs:depth_mt (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depth_state.c 39 struct intel_mipmap_tree *depth_mt,
53 const struct intel_mipmap_tree *mt = depth_mt ? depth_mt : stencil_mt;
115 OUT_BATCH((depth_mt ? depth_mt->surf.row_pitch - 1 : 0) |
124 if (depth_mt) {
125 OUT_RELOC(depth_mt->bo, RELOC_WRITE, 0);
160 assert(depth_mt);
163 isl_surf_get_image_offset_B_tile_sa(&depth_mt->hiz_buf->surf,
168 OUT_BATCH(depth_mt->hiz_buf->surf.row_pitch - 1)
    [all...]
gen7_misc_state.c 34 struct intel_mipmap_tree *depth_mt,
51 const struct intel_mipmap_tree *mt = depth_mt ? depth_mt : stencil_mt;
109 OUT_BATCH((depth_mt ? depth_mt->surf.row_pitch - 1 : 0) |
117 if (depth_mt) {
118 OUT_RELOC(depth_mt->bo, RELOC_WRITE, 0);
147 assert(depth_mt);
152 (depth_mt->hiz_buf->pitch - 1));
153 OUT_RELOC(depth_mt->hiz_buf->bo, RELOC_WRITE, 0)
    [all...]
gen8_depth_state.c 39 struct intel_mipmap_tree *depth_mt,
56 if (!depth_mt && !stencil_mt && brw->no_depth_or_stencil) {
71 (depth_mt ? depth_mt->surf.row_pitch - 1 : 0));
72 if (depth_mt) {
73 OUT_RELOC64(depth_mt->bo, RELOC_WRITE, 0);
82 (depth_mt ? depth_mt->surf.array_pitch_el_rows >> 2 : 0));
94 assert(depth_mt);
97 OUT_BATCH((depth_mt->hiz_buf->pitch - 1) | mocs_wb << 25)
    [all...]
brw_misc_state.c 206 struct intel_mipmap_tree *depth_mt = NULL; local
211 depth_mt = depth_irb->mt;
229 _mesa_get_format_base_format(depth_mt->format) == GL_DEPTH_STENCIL)
239 stencil_irb->mt == depth_mt) {
266 struct intel_mipmap_tree *depth_mt = intel_renderbuffer_get_mt(depth_irb); local
289 depth_mt = stencil_mt;
292 if (depth_irb && depth_mt) {
302 assert(!_mesa_is_format_packed_depth_stencil(depth_mt->format));
308 assert(devinfo->gen < 6 || depth_mt->surf.tiling == ISL_TILING_Y0);
309 assert(!hiz || depth_mt->surf.tiling == ISL_TILING_Y0)
    [all...]
intel_fbo.c 643 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
651 depth_mt = depthRb->mt;
658 if (depth_mt && stencil_mt) {
660 const unsigned d_width = depth_mt->surf.phys_level0_sa.width;
661 const unsigned d_height = depth_mt->surf.phys_level0_sa.height;
662 const unsigned d_depth = depth_mt->surf.dim == ISL_SURF_DIM_3D ?
663 depth_mt->surf.phys_level0_sa.depth :
664 depth_mt->surf.phys_level0_sa.array_len;
687 if (depth_mt == stencil_mt) {
    [all...]
brw_context.h 735 struct intel_mipmap_tree *depth_mt,
    [all...]
brw_blorp.c 1392 struct intel_mipmap_tree *depth_mt = NULL; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 555 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local
563 depth_mt = depthRb->mt;
567 if (depth_mt && stencil_mt) {
572 if (depth_mt == stencil_mt) {

Completed in 944 milliseconds