HomeSort by relevance Sort by last modified time
    Searched defs:align_w (Results 1 - 2 of 2) sorted by null

  /external/drm_gralloc/
gralloc_drm.h 81 int align_w = 1, align_h = 1, extra_height_div = 0; local
85 align_w = 32;
90 align_w = 2;
94 align_w = 2;
99 align_w = 2;
103 *width = ALIGN(*width, align_w);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 209 unsigned int align_w; member in struct:intel_mipmap_tree
210 unsigned int align_h; /**< \see align_w */

Completed in 598 milliseconds