Lines Matching refs:width
79 * Function to compute aligned width and aligned height based on
80 * width, height, format and usage flags.
82 * @return aligned width, aligned height
84 void GetAlignedWidthAndHeight(int width, int height, int format, int usage,
89 * Function to compute the adreno aligned width and aligned height
90 * based on the width and format.
92 * @return aligned width, aligned height
94 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
98 * Function to compute the adreno aligned width and aligned height
99 * based on the width and format.
101 * @return aligned width, aligned height
103 void AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w,
127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
129 void (*LINK_adreno_compute_aligned_width_and_height)(int width, int height, int bpp,
134 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,