Home
last modified time | relevance | path

Searched refs:hiz_mt (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_depth_state.c164 struct intel_mipmap_tree *hiz_mt = depth_mt->hiz_buf->mt; in gen6_emit_depth_stencil_hiz() local
167 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()
Dbrw_blorp.c247 struct intel_mipmap_tree *hiz_mt = mt->hiz_buf->mt; in blorp_surf_for_miptree() local
248 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()
Dbrw_misc_state.c648 struct intel_mipmap_tree *hiz_mt = depth_mt->hiz_buf->mt; in brw_emit_depth_stencil_hiz() local
651 OUT_BATCH(hiz_mt->pitch - 1); in brw_emit_depth_stencil_hiz()
652 OUT_RELOC(hiz_mt->bo, in brw_emit_depth_stencil_hiz()