Home
last modified time | relevance | path

Searched refs:logical_height0 (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c217 height = mt->logical_height0; in gen8_emit_depth_stencil_hiz()
419 uint32_t surface_height = ALIGN(mt->logical_height0, level == 0 ? 4 : 1); in gen8_hiz_exec()
457 unsigned rect_height = ALIGN(minify(mt->logical_height0, level), 4); in gen8_hiz_exec()
Dintel_mipmap_tree.c323 mt->logical_height0 = height0; in intel_miptree_create_layout()
477 mt->logical_height0, in intel_miptree_create_layout()
875 irb->mt->logical_height0 != height) { in intel_update_winsys_renderbuffer_miptree()
1085 height != minify(mt->logical_height0, level - mt->first_level) || in intel_miptree_match_image()
1563 mt->logical_height0, in intel_miptree_alloc_mcs()
1700 unsigned z_height = mt->logical_height0; in intel_gen7_hiz_buf_create()
1789 unsigned z_height = mt->logical_height0; in intel_gen8_hiz_buf_create()
1897 mt->logical_height0, in intel_hiz_miptree_buf_create()
2418 src->logical_width0, src->logical_height0, in intel_miptree_updownsample()
2420 dst->logical_width0, dst->logical_height0, in intel_miptree_updownsample()
[all …]
Dgen7_misc_state.c99 height = mt->logical_height0; in gen7_emit_depth_stencil_hiz()
Dgen6_depth_state.c107 height = mt->logical_height0; in gen6_emit_depth_stencil_hiz()
Dbrw_clear.c124 mt->logical_width0, mt->logical_height0); in brw_fast_clear_depth()
Dintel_tex_image.c82 height = old_mt ? get_base_dim(old_mt->logical_height0, height, level) : in intel_miptree_create_for_teximage()
189 mt->logical_width0, mt->logical_height0, 1, in intel_set_texture_image_mt()
Dbrw_meta_util.c302 rb->Height = mt->logical_height0; in brw_get_rb_for_slice()
Dintel_mipmap_tree.h488 uint32_t logical_height0; member
Dbrw_tex_layout.c604 if (mt->logical_height0 == 1) in brw_miptree_choose_tiling()
Dintel_blit.c429 src_y + src_height == minify(src_mt->logical_height0, src_level)); in intel_miptree_copy()
Dbrw_wm_surface_state.c1646 param->size[1] = minify(mt->logical_height0, u->Level); in update_texture_image_param()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.h185 uint32_t logical_width0, logical_height0, logical_depth0; member
Dintel_mipmap_tree.c87 mt->logical_height0 = height0; in intel_miptree_create_layout()
464 height != mt->logical_height0 || in intel_miptree_match_image()