Searched refs:hiz_buf (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_depth_state.c | 163 isl_surf_get_image_offset_B_tile_sa(&depth_mt->hiz_buf->surf, in gen6_emit_depth_stencil_hiz() 168 OUT_BATCH(depth_mt->hiz_buf->surf.row_pitch - 1); in gen6_emit_depth_stencil_hiz() 169 OUT_RELOC(depth_mt->hiz_buf->bo, RELOC_WRITE, offset); in gen6_emit_depth_stencil_hiz()
|
D | gen8_depth_state.c | 97 OUT_BATCH((depth_mt->hiz_buf->pitch - 1) | mocs_wb << 25); in emit_depth_packets() 98 OUT_RELOC64(depth_mt->hiz_buf->bo, RELOC_WRITE, 0); in emit_depth_packets() 99 OUT_BATCH(depth_mt->hiz_buf->qpitch >> 2); in emit_depth_packets()
|
D | gen7_misc_state.c | 152 (depth_mt->hiz_buf->pitch - 1)); in gen7_emit_depth_stencil_hiz() 153 OUT_RELOC(depth_mt->hiz_buf->bo, RELOC_WRITE, 0); in gen7_emit_depth_stencil_hiz()
|
D | intel_mipmap_tree.c | 1233 intel_miptree_aux_buffer_free((*mt)->hiz_buf); in intel_miptree_release() 1799 assert(mt->hiz_buf); in intel_miptree_level_enable_hiz() 1827 assert(mt->hiz_buf == NULL); in intel_miptree_alloc_hiz() 1842 mt->hiz_buf = intel_alloc_aux_buffer(brw, "hiz-miptree", in intel_miptree_alloc_hiz() 1845 if (!mt->hiz_buf) { in intel_miptree_alloc_hiz() 1921 if (!mt->hiz_buf) { in intel_miptree_sample_with_hiz() 2448 assert(mt->hiz_buf); in intel_miptree_prepare_access() 2755 mt->aux_usage, mt->hiz_buf != NULL); in intel_miptree_prepare_depth() 2766 mt->hiz_buf != NULL); in intel_miptree_finish_depth() 2841 if (mt->hiz_buf) { in intel_miptree_make_shareable() [all …]
|
D | brw_blorp.c | 156 else if (mt->hiz_buf) in blorp_surf_for_miptree() 157 aux_surf = &mt->hiz_buf->surf; in blorp_surf_for_miptree() 183 assert(mt->hiz_buf); in blorp_surf_for_miptree() 186 surf->aux_addr.buffer = mt->hiz_buf->bo; in blorp_surf_for_miptree() 187 surf->aux_addr.offset = mt->hiz_buf->offset; in blorp_surf_for_miptree() 1612 assert(mt->aux_usage == ISL_AUX_USAGE_HIZ && mt->hiz_buf); in intel_hiz_exec()
|
D | intel_mipmap_tree.h | 267 struct intel_miptree_aux_buffer *hiz_buf; member
|
D | brw_wm_surface_state.c | 166 aux_surf = &mt->hiz_buf->surf; in brw_emit_surface_state() 167 aux_bo = mt->hiz_buf->bo; in brw_emit_surface_state()
|