/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | 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->pitch - 1 : 0) | 120 ((depth_mt ? depth_mt->tiling != I915_TILING_NONE : 1) 125 if (depth_mt) { 126 OUT_RELOC(depth_mt->bo, 163 assert(depth_mt); 38 gen6_emit_depth_stencil_hiz(struct brw_context *brw, struct intel_mipmap_tree *depth_mt, uint32_t depth_offset, uint32_t depthbuffer_format, uint32_t depth_surface_type, struct intel_mipmap_tree *stencil_mt, bool hiz, bool separate_stencil, uint32_t width, uint32_t height, uint32_t tile_x, uint32_t tile_y) argument [all...] |
H A D | gen7_misc_state.c | 34 struct intel_mipmap_tree *depth_mt, 50 const struct intel_mipmap_tree *mt = depth_mt ? depth_mt : stencil_mt; 108 OUT_BATCH((depth_mt ? depth_mt->pitch - 1 : 0) | 116 if (depth_mt) { 117 OUT_RELOC(depth_mt->bo, 148 assert(depth_mt); 149 struct intel_miptree_hiz_buffer *hiz_buf = depth_mt->hiz_buf; 195 OUT_BATCH(depth_mt 33 gen7_emit_depth_stencil_hiz(struct brw_context *brw, struct intel_mipmap_tree *depth_mt, uint32_t depth_offset, uint32_t depthbuffer_format, uint32_t depth_surface_type, struct intel_mipmap_tree *stencil_mt, bool hiz, bool separate_stencil, uint32_t width, uint32_t height, uint32_t tile_x, uint32_t tile_y) argument [all...] |
H A D | gen8_depth_state.c | 39 struct intel_mipmap_tree *depth_mt, 55 if (!depth_mt && !stencil_mt && brw->no_depth_or_stencil) { 70 (depth_mt ? depth_mt->pitch - 1 : 0)); 71 if (depth_mt) { 72 OUT_RELOC64(depth_mt->bo, 81 OUT_BATCH(((depth - 1) << 21) | (depth_mt ? depth_mt->qpitch >> 2 : 0)); 93 assert(depth_mt); 96 OUT_BATCH((depth_mt 38 emit_depth_packets(struct brw_context *brw, struct intel_mipmap_tree *depth_mt, uint32_t depthbuffer_format, uint32_t depth_surface_type, bool depth_writable, struct intel_mipmap_tree *stencil_mt, bool stencil_writable, bool hiz, uint32_t width, uint32_t height, uint32_t depth, uint32_t lod, uint32_t min_array_element) argument 147 gen8_emit_depth_stencil_hiz(struct brw_context *brw, struct intel_mipmap_tree *depth_mt, uint32_t depth_offset, uint32_t depthbuffer_format, uint32_t depth_surface_type, struct intel_mipmap_tree *stencil_mt, bool hiz, bool separate_stencil, uint32_t width, uint32_t height, uint32_t tile_x, uint32_t tile_y) argument [all...] |
H A D | brw_misc_state.c | 169 brw_get_depthstencil_tile_masks(struct intel_mipmap_tree *depth_mt, argument 178 if (depth_mt) { 179 intel_get_tile_masks(depth_mt->tiling, depth_mt->tr_mode, 180 depth_mt->cpp, 183 if (intel_miptree_level_has_hiz(depth_mt, depth_level)) { 185 intel_get_tile_masks(depth_mt->hiz_buf->mt->tiling, 186 depth_mt->hiz_buf->mt->tr_mode, 187 depth_mt->hiz_buf->mt->cpp, 244 struct intel_mipmap_tree *depth_mt local 486 struct intel_mipmap_tree *depth_mt = brw->depthstencil.depth_mt; local 567 brw_emit_depth_stencil_hiz(struct brw_context *brw, struct intel_mipmap_tree *depth_mt, uint32_t depth_offset, uint32_t depthbuffer_format, uint32_t depth_surface_type, struct intel_mipmap_tree *stencil_mt, bool hiz, bool separate_stencil, uint32_t width, uint32_t height, uint32_t tile_x, uint32_t tile_y) argument [all...] |
H A D | intel_fbo.c | 662 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; local 670 depth_mt = depthRb->mt; 677 if (depth_mt && stencil_mt) { 684 if (depth_mt->physical_width0 != stencil_mt->physical_width0 || 685 depth_mt->physical_height0 != stencil_mt->physical_height0 || 686 depth_mt->physical_depth0 != stencil_mt->physical_depth0 || 694 if (depth_mt == stencil_mt) {
|
H A D | brw_context.h | 682 struct intel_mipmap_tree *depth_mt, 1162 struct intel_mipmap_tree *depth_mt; member in struct:brw_context::__anon17090 1249 void brw_get_depthstencil_tile_masks(struct intel_mipmap_tree *depth_mt, 1649 struct intel_mipmap_tree *depth_mt, 1659 struct intel_mipmap_tree *depth_mt, 1669 struct intel_mipmap_tree *depth_mt, 1678 struct intel_mipmap_tree *depth_mt,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | 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) {
|