Searched refs:hiz_mt (Results 1 – 3 of 3) sorted by relevance
164 struct intel_mipmap_tree *hiz_mt = depth_mt->hiz_buf->mt; in gen6_emit_depth_stencil_hiz() local167 if (hiz_mt->array_layout == ALL_SLICES_AT_EACH_LOD) { in gen6_emit_depth_stencil_hiz()169 hiz_mt, in gen6_emit_depth_stencil_hiz()170 hiz_mt->level[lod].level_x, in gen6_emit_depth_stencil_hiz()171 hiz_mt->level[lod].level_y); in gen6_emit_depth_stencil_hiz()176 OUT_BATCH(hiz_mt->pitch - 1); in gen6_emit_depth_stencil_hiz()177 OUT_RELOC(hiz_mt->bo, in gen6_emit_depth_stencil_hiz()
247 struct intel_mipmap_tree *hiz_mt = mt->hiz_buf->mt; in blorp_surf_for_miptree() local248 if (hiz_mt) { in blorp_surf_for_miptree()249 surf->aux_addr.buffer = hiz_mt->bo; in blorp_surf_for_miptree()251 hiz_mt->array_layout == ALL_SLICES_AT_EACH_LOD) { in blorp_surf_for_miptree()256 apply_gen6_stencil_hiz_offset(aux_surf, hiz_mt, *level, in blorp_surf_for_miptree()261 assert(hiz_mt->pitch == aux_surf->row_pitch); in blorp_surf_for_miptree()
648 struct intel_mipmap_tree *hiz_mt = depth_mt->hiz_buf->mt; in brw_emit_depth_stencil_hiz() local651 OUT_BATCH(hiz_mt->pitch - 1); in brw_emit_depth_stencil_hiz()652 OUT_RELOC(hiz_mt->bo, in brw_emit_depth_stencil_hiz()