Home
last modified time | relevance | path

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

/external/drm_gralloc/
Dgralloc_drm.h82 int align_w = 1, align_h = 1, extra_height_div = 0; in gralloc_drm_align_geometry() local
87 align_h = 2; in gralloc_drm_align_geometry()
97 align_h = 2; in gralloc_drm_align_geometry()
106 *height = ALIGN(*height, align_h); in gralloc_drm_align_geometry()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_layout.c50 h0 = ALIGN(mt->height0, mt->align_h); in brw_miptree_layout_texture_array()
51 h1 = ALIGN(minify(mt->height0), mt->align_h); in brw_miptree_layout_texture_array()
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h); in brw_miptree_layout_texture_array()
101 pack_y_pitch = ALIGN(mt->height0, mt->align_h); in brw_miptree_layout()
150 pack_y_pitch = ALIGN(pack_y_pitch, mt->align_h); in brw_miptree_layout()
Dintel_tex_layout.c185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
Dgen7_wm_surface_state.c321 if (mt->align_h == 4) in gen7_update_texture_surface()
520 if (irb->mt->align_h == 4) in gen7_update_renderbuffer_surface()
Dintel_mipmap_tree.c170 &mt->align_w, &mt->align_h); in intel_miptree_create_internal()
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; in intel_miptree_copy_slice()
Dgen7_blorp.cpp160 if (surface->mt->align_h == 4) in gen7_blorp_emit_surface_state()
Dgen6_blorp.cpp465 (surface->mt->align_h == 4 ? in gen6_blorp_emit_surface_state()
Dbrw_wm_surface_state.c813 surf[5] = (mt->align_h == 4) ? BRW_SURFACE_VERTICAL_ALIGN_ENABLE : 0; in brw_update_texture_surface()
1214 (mt->align_h == 4 ? BRW_SURFACE_VERTICAL_ALIGN_ENABLE : 0)); in brw_update_renderbuffer_surface()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_layout.c185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
Dintel_mipmap_tree.c170 &mt->align_w, &mt->align_h); in intel_miptree_create_internal()
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; in intel_miptree_copy_slice()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_layout.c185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
Dintel_mipmap_tree.h210 unsigned int align_h; /**< \see align_w */ member
Dintel_mipmap_tree.c170 &mt->align_w, &mt->align_h); in intel_miptree_create_internal()
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; in intel_miptree_copy_slice()