/external/drm_gralloc/ |
gralloc_drm.h | 82 int align_w = 1, align_h = 1, extra_height_div = 0; local 87 align_h = 2; 97 align_h = 2; 106 *height = ALIGN(*height, align_h);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_tex_layout.c | 50 h0 = ALIGN(mt->height0, mt->align_h); 51 h1 = ALIGN(minify(mt->height0), mt->align_h); 55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h); 101 pack_y_pitch = ALIGN(mt->height0, mt->align_h); 150 pack_y_pitch = ALIGN(pack_y_pitch, mt->align_h);
|
gen7_wm_surface_state.c | 321 if (mt->align_h == 4) 520 if (irb->mt->align_h == 4)
|
gen6_blorp.cpp | 465 (surface->mt->align_h == 4 ? [all...] |
gen7_blorp.cpp | 160 if (surface->mt->align_h == 4)
|
brw_wm_surface_state.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_layout.c | 185 img_height = ALIGN(height, mt->align_h); 187 img_height /= mt->align_h;
|
intel_mipmap_tree.h | 210 unsigned int align_h; /**< \see align_w */ member in struct:intel_mipmap_tree
|
intel_mipmap_tree.c | 170 &mt->align_w, &mt->align_h); 689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; [all...] |