Home
last modified time | relevance | path

Searched refs:aligned_h (Results 1 – 25 of 42) sorted by relevance

12

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.h85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
95 unsigned int *aligned_w, unsigned int *aligned_h);
104 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 int *aligned_w, int *aligned_h, int *bpp) = NULL;
Dgr_adreno_info.cpp87 unsigned int *aligned_w, unsigned int *aligned_h) { in AlignUnCompressedRGB() argument
89 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignUnCompressedRGB()
119 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
134 unsigned int *aligned_h) { in AlignCompressedRGB() argument
143 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
146 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignCompressedRGB()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.h85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
95 unsigned int *aligned_w, unsigned int *aligned_h);
104 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 int *aligned_w, int *aligned_h, int *bpp) = NULL;
Dgr_adreno_info.cpp88 unsigned int *aligned_w, unsigned int *aligned_h) { in AlignUnCompressedRGB() argument
90 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignUnCompressedRGB()
120 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
135 unsigned int *aligned_h) { in AlignCompressedRGB() argument
144 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.h81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
91 unsigned int *aligned_w, unsigned int *aligned_h);
100 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 int *aligned_w, int *aligned_h, int *bpp) = NULL;
Dgr_adreno_info.cpp96 unsigned int *aligned_w, unsigned int *aligned_h) { in AlignUnCompressedRGB() argument
98 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignUnCompressedRGB()
129 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
144 unsigned int *aligned_h) { in AlignCompressedRGB() argument
153 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
156 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignCompressedRGB()
Dgr_utils.cpp531 unsigned int *aligned_h) { in GetYuvUBwcWidthAndHeight() argument
537 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height); in GetYuvUBwcWidthAndHeight()
542 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height); in GetYuvUBwcWidthAndHeight()
547 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_P010_UBWC, height); in GetYuvUBwcWidthAndHeight()
552 *aligned_h = 0; in GetYuvUBwcWidthAndHeight()
704 int aligned_h = height; in GetAlignedWidthAndHeight() local
748 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV12, height)); in GetAlignedWidthAndHeight()
752 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV21, height)); in GetAlignedWidthAndHeight()
759 aligned_h = ALIGN(height, 64); in GetAlignedWidthAndHeight()
766 *alignedh = (unsigned int)aligned_h; in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.h81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
91 unsigned int *aligned_w, unsigned int *aligned_h);
100 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 int *aligned_w, int *aligned_h, int *bpp) = NULL;
Dgr_adreno_info.cpp96 unsigned int *aligned_w, unsigned int *aligned_h) { in AlignUnCompressedRGB() argument
98 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignUnCompressedRGB()
129 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
144 unsigned int *aligned_h) { in AlignCompressedRGB() argument
153 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
156 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignCompressedRGB()
Dgr_utils.cpp531 unsigned int *aligned_h) { in GetYuvUBwcWidthAndHeight() argument
537 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height); in GetYuvUBwcWidthAndHeight()
542 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height); in GetYuvUBwcWidthAndHeight()
547 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_P010_UBWC, height); in GetYuvUBwcWidthAndHeight()
552 *aligned_h = 0; in GetYuvUBwcWidthAndHeight()
704 int aligned_h = height; in GetAlignedWidthAndHeight() local
748 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV12, height)); in GetAlignedWidthAndHeight()
752 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV21, height)); in GetAlignedWidthAndHeight()
759 aligned_h = ALIGN(height, 64); in GetAlignedWidthAndHeight()
766 *alignedh = (unsigned int)aligned_h; in GetAlignedWidthAndHeight()
/hardware/qcom/sdm845/display/gralloc/
Dgr_adreno_info.h95 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
105 unsigned int *aligned_w, unsigned int *aligned_h);
114 unsigned int *aligned_h);
172 int *aligned_h) = NULL;
177 int *aligned_h) = NULL;
180 int *aligned_w, int *aligned_h, int *bpp) = NULL;
Dgr_adreno_info.cpp104 unsigned int *aligned_w, unsigned int *aligned_h) { in AlignUnCompressedRGB() argument
106 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignUnCompressedRGB()
135 reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
139 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
155 unsigned int *aligned_h) { in AlignCompressedRGB() argument
164 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
167 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignCompressedRGB()
/hardware/qcom/sm8150/display/gralloc/
Dgr_adreno_info.h123 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
133 unsigned int *aligned_w, unsigned int *aligned_h);
142 unsigned int *aligned_h);
204 int *aligned_h) = NULL;
209 int *aligned_h) = NULL;
212 int *aligned_w, int *aligned_h, int *bpp) = NULL;
Dgr_adreno_info.cpp104 unsigned int *aligned_w, unsigned int *aligned_h) { in AlignUnCompressedRGB() argument
106 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignUnCompressedRGB()
135 reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
139 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h)); in AlignUnCompressedRGB()
155 unsigned int *aligned_h) { in AlignCompressedRGB() argument
164 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel); in AlignCompressedRGB()
167 *aligned_h = (unsigned int)ALIGN(height, 32); in AlignCompressedRGB()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgr.h118 int usage, int& aligned_w, int& aligned_h);
126 void getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, int& aligned_h);
176 int *aligned_h);
186 int *aligned_h,
Dalloc_controller.cpp155 int& aligned_h) { in getAlignedWidthAndHeight() argument
167 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h); in getAlignedWidthAndHeight()
170 aligned_h = hnd->height; in getAlignedWidthAndHeight()
223 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
232 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
235 aligned_h = height; in getAlignedWidthAndHeight()
278 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
282 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height); in getAlignedWidthAndHeight()
289 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
[all …]
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h118 int usage, int& aligned_w, int& aligned_h);
126 void getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, int& aligned_h);
176 int *aligned_h);
186 int *aligned_h,
Dalloc_controller.cpp155 int& aligned_h) { in getAlignedWidthAndHeight() argument
167 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h); in getAlignedWidthAndHeight()
170 aligned_h = hnd->height; in getAlignedWidthAndHeight()
223 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
232 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
235 aligned_h = height; in getAlignedWidthAndHeight()
278 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
282 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height); in getAlignedWidthAndHeight()
289 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
[all …]
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h123 int usage, int& aligned_w, int& aligned_h);
131 void getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, int& aligned_h);
181 int *aligned_h);
193 int *aligned_h,
Dalloc_controller.cpp162 int& aligned_h) { in getAlignedWidthAndHeight() argument
174 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h); in getAlignedWidthAndHeight()
177 aligned_h = hnd->height; in getAlignedWidthAndHeight()
218 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
225 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
227 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
230 aligned_h = height; in getAlignedWidthAndHeight()
263 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
267 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height); in getAlignedWidthAndHeight()
274 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
[all …]
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp167 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
174 height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
179 getUBwcWidthAndHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
184 aligned_h = height; in getAlignedWidthAndHeight()
211 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
218 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
256 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
268 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
271 aligned_h = ALIGN(height, 32); in getGpuAlignedWidthHeight()
308 &aligned_w, &aligned_h); in getGpuAlignedWidthHeight()
[all …]
Dgr.h122 int usage, int& aligned_w, int& aligned_h);
170 int *aligned_h);
182 int *aligned_h,
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp130 int tile_enabled, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
133 aligned_h = height; in getAlignedWidthAndHeight()
137 aligned_h = ALIGN(height, 32); in getAlignedWidthAndHeight()
167 &aligned_w, &aligned_h); in getAlignedWidthAndHeight()
208 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
215 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
253 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp130 int tile_enabled, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
133 aligned_h = height; in getAlignedWidthAndHeight()
137 aligned_h = ALIGN(height, 32); in getAlignedWidthAndHeight()
167 &aligned_w, &aligned_h); in getAlignedWidthAndHeight()
203 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
209 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
247 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
Dgr.h142 int *aligned_h);
154 int *aligned_h,

12