/external/chromium_org/third_party/mesa/src/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)
|
brw_wm_surface_state.c | [all...] |
gen6_blorp.cpp | 465 (surface->mt->align_h == 4 ? [all...] |
gen7_blorp.cpp | 160 if (surface->mt->align_h == 4)
|
/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)
|
brw_wm_surface_state.c | [all...] |
gen6_blorp.cpp | 465 (surface->mt->align_h == 4 ? [all...] |
gen7_blorp.cpp | 160 if (surface->mt->align_h == 4)
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 23 #ifndef ALIGN_H 24 #define ALIGN_H
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 23 #ifndef ALIGN_H 24 #define ALIGN_H
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 23 #ifndef ALIGN_H 24 #define ALIGN_H
|
/external/chromium_org/third_party/mesa/src/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.c | 170 &mt->align_w, &mt->align_h); 689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; [all...] |
intel_mipmap_tree.h | 210 unsigned int align_h; /**< \see align_w */ member in struct:intel_mipmap_tree
|
/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.c | 170 &mt->align_w, &mt->align_h); 689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; [all...] |
intel_mipmap_tree.h | 210 unsigned int align_h; /**< \see align_w */ member in struct:intel_mipmap_tree
|