Home
last modified time | relevance | path

Searched defs:dst_row (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/util/format/
H A Du_format_other.c36 util_format_r9g9b9e5_float_unpack_rgba_float(void *restrict dst_row, in util_format_r9g9b9e5_float_unpack_rgba_float() argument
53 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r9g9b9e5_float_pack_rgba_float() argument
84 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, in util_format_r9g9b9e5_float_unpack_rgba_8unorm() argument
106 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r9g9b9e5_float_pack_rgba_8unorm() argument
132 util_format_r11g11b10_float_unpack_rgba_float(void *restrict dst_row, const uint8_t *restrict src_row, unsigned width) util_format_r11g11b10_float_unpack_rgba_float() argument
149 util_format_r11g11b10_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r11g11b10_float_pack_rgba_float() argument
180 util_format_r11g11b10_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, const uint8_t *restrict src_row, unsigned width) util_format_r11g11b10_float_unpack_rgba_8unorm() argument
202 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r11g11b10_float_pack_rgba_8unorm() argument
243 util_format_r8g8bx_snorm_unpack_rgba_float(void *restrict dst_row, const uint8_t *restrict src_row, unsigned width) util_format_r8g8bx_snorm_unpack_rgba_float() argument
289 util_format_r8g8bx_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8bx_snorm_pack_rgba_float() argument
314 util_format_r8g8bx_snorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8bx_snorm_pack_rgba_8unorm() argument
[all...]
H A Du_format_etc.c14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_8unorm() argument
20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_8unorm() argument
28 util_format_etc1_rgb8_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_float() argument
62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_float() argument
H A Du_format_yuv.c42 util_format_r8g8_b8g8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_float() argument
96 util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument
150 util_format_r8g8_b8g8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_float() argument
199 util_format_r8g8_b8g8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() argument
264 util_format_g8r8_g8b8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_unpack_rgba_float() argument
318 util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() argument
372 util_format_g8r8_g8b8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_pack_rgba_float() argument
421 util_format_g8r8_g8b8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() argument
486 util_format_uyvy_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_unpack_rgba_float() argument
534 util_format_uyvy_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_unpack_rgba_8unorm() argument
582 util_format_uyvy_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_pack_rgba_float() argument
635 util_format_uyvy_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_pack_rgba_8unorm() argument
708 util_format_yuyv_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_unpack_rgba_float() argument
756 util_format_yuyv_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_unpack_rgba_8unorm() argument
804 util_format_yuyv_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_pack_rgba_float() argument
857 util_format_yuyv_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_pack_rgba_8unorm() argument
[all...]
H A Du_format_latc.c46 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_8unorm() argument
52 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, in util_format_latc1_unorm_pack_rgba_8unorm() argument
59 util_format_latc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_float() argument
85 util_format_latc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_float() argument
111 util_format_latc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_latc1_snorm_unpack_rgba_8unorm() argument
119 util_format_latc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSE argument
127 util_format_latc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_snorm_pack_rgba_float() argument
133 util_format_latc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_snorm_unpack_rgba_float() argument
182 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_unpack_rgba_8unorm() argument
188 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_pack_rgba_8unorm() argument
194 util_format_latc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_pack_rgba_float() argument
200 util_format_latc2_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_unpack_rgba_float() argument
249 util_format_latc2_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc2_snorm_unpack_rgba_8unorm() argument
257 util_format_latc2_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc2_snorm_pack_rgba_8unorm() argument
265 util_format_latc2_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_snorm_unpack_rgba_float() argument
292 util_format_latc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_snorm_pack_rgba_float() argument
[all...]
H A Du_format_bptc.c36 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument
46 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument
56 util_format_bptc_rgba_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() argument
77 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_pack_rgba_float() argument
114 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_srgba_unpack_rgba_8unorm() argument
124 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_8unorm() argument
134 util_format_bptc_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_unpack_rgba_float() argument
157 util_format_bptc_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_float() argument
179 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_8unorm() argument
202 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_8unorm() argument
212 util_format_bptc_rgb_float_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_float() argument
223 util_format_bptc_rgb_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_float() argument
242 util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_8unorm() argument
264 util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_8unorm() argument
274 util_format_bptc_rgb_ufloat_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_float() argument
285 util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_float() argument
[all...]
H A Du_format_rgtc.c41 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_8unorm() argument
66 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, in util_format_rgtc1_unorm_pack_rgba_8unorm() argument
89 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_float() argument
114 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigne argument
155 util_format_rgtc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc1_snorm_unpack_rgba_8unorm() argument
163 util_format_rgtc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc1_snorm_pack_rgba_8unorm() argument
171 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_snorm_pack_rgba_float() argument
193 util_format_rgtc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_snorm_unpack_rgba_float() argument
240 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_unpack_rgba_8unorm() argument
265 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_pack_rgba_8unorm() argument
290 util_format_rxtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) util_format_rxtc2_unorm_pack_rgba_float() argument
315 util_format_rgtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_pack_rgba_float() argument
321 util_format_rgtc2_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_unpack_rgba_float() argument
368 util_format_rgtc2_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc2_snorm_unpack_rgba_8unorm() argument
376 util_format_rgtc2_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc2_snorm_pack_rgba_8unorm() argument
384 util_format_rgtc2_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_snorm_unpack_rgba_float() argument
410 util_format_rxtc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) util_format_rxtc2_snorm_pack_rgba_float() argument
435 util_format_rgtc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_snorm_pack_rgba_float() argument
[all...]
H A Du_format_s3tc.c123 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxtn_rgb_unpack_rgba_8unorm() argument
152 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() argument
164 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() argument
176 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() argument
188 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigne argument
200 util_format_dxtn_rgb_unpack_rgba_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_float() argument
235 util_format_dxt1_rgb_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_unpack_rgba_float() argument
247 util_format_dxt1_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_unpack_rgba_float() argument
259 util_format_dxt3_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_unpack_rgba_float() argument
271 util_format_dxt5_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_unpack_rgba_float() argument
288 util_format_dxtn_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_8unorm() argument
326 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_pack_rgba_8unorm() argument
336 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_pack_rgba_8unorm() argument
346 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_pack_rgba_8unorm() argument
356 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_pack_rgba_8unorm() argument
366 util_format_dxtn_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_float() argument
402 util_format_dxt1_rgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_pack_rgba_float() argument
412 util_format_dxt1_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_pack_rgba_float() argument
422 util_format_dxt3_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_pack_rgba_float() argument
432 util_format_dxt5_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_pack_rgba_float() argument
539 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_unpack_rgba_8unorm() argument
549 util_format_dxt1_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_unpack_rgba_8unorm() argument
559 util_format_dxt3_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_unpack_rgba_8unorm() argument
569 util_format_dxt5_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_unpack_rgba_8unorm() argument
579 util_format_dxt1_srgb_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_unpack_rgba_float() argument
589 util_format_dxt1_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_unpack_rgba_float() argument
599 util_format_dxt3_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_unpack_rgba_float() argument
609 util_format_dxt5_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_unpack_rgba_float() argument
619 util_format_dxt1_srgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_pack_rgba_8unorm() argument
627 util_format_dxt1_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_pack_rgba_8unorm() argument
635 util_format_dxt3_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_pack_rgba_8unorm() argument
643 util_format_dxt5_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_pack_rgba_8unorm() argument
651 util_format_dxt1_srgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_pack_rgba_float() argument
659 util_format_dxt1_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_pack_rgba_float() argument
667 util_format_dxt3_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_pack_rgba_float() argument
675 util_format_dxt5_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_pack_rgba_float() argument
[all...]
H A Du_format_zs.c114 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_s8_uint_unpack_s_8uint() argument
127 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_s8_uint_pack_s_8uint() argument
140 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, in util_format_z16_unorm_unpack_z_float() argument
157 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_pack_z_float() argument
174 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_unpack_z_32unorm() argument
191 util_format_z16_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_pack_z_32unorm() argument
208 util_format_z32_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_unpack_z_float() argument
225 util_format_z32_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_pack_z_float() argument
242 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_unpack_z_32unorm() argument
255 util_format_z32_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_pack_z_32unorm() argument
268 util_format_z32_float_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_unpack_z_float() argument
281 util_format_z32_float_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_pack_z_float() argument
294 util_format_z32_float_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_unpack_z_32unorm() argument
312 util_format_z32_float_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_pack_z_32unorm() argument
329 util_format_z16_unorm_s8_uint_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_unpack_z_float() argument
337 util_format_z16_unorm_s8_uint_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_pack_z_float() argument
345 util_format_z16_unorm_s8_uint_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_unpack_z_32unorm() argument
353 util_format_z16_unorm_s8_uint_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_pack_z_32unorm() argument
361 util_format_z16_unorm_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_unpack_s_8uint() argument
369 util_format_z16_unorm_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_pack_s_8uint() argument
377 util_format_z24_unorm_s8_uint_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_z_float() argument
394 util_format_z24_unorm_s8_uint_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_z_float() argument
415 util_format_z24_unorm_s8_uint_unpack_z24(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_z24() argument
432 util_format_z24_unorm_s8_uint_pack_z24(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_z24() argument
453 util_format_z24_unorm_s8_uint_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_z_32unorm() argument
470 util_format_z24_unorm_s8_uint_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_z_32unorm() argument
490 util_format_z24_unorm_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_s_8uint() argument
507 util_format_z24_unorm_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_s_8uint() argument
527 util_format_z24_unorm_s8_uint_pack_separate(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *z_src_row, unsigned z_src_stride, const uint8_t *s_src_row, unsigned s_src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_separate() argument
547 util_format_z24_unorm_s8_uint_pack_separate_z32(uint8_t *restrict dst_row, unsigned dst_stride, const float *z_src_row, unsigned z_src_stride, const uint8_t *s_src_row, unsigned s_src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_separate_z32() argument
567 util_format_s8_uint_z24_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_unpack_z_float() argument
584 util_format_s8_uint_z24_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_pack_z_float() argument
604 util_format_s8_uint_z24_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_unpack_z_32unorm() argument
622 util_format_s8_uint_z24_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_pack_z_32unorm() argument
642 util_format_s8_uint_z24_unorm_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_unpack_s_8uint() argument
659 util_format_s8_uint_z24_unorm_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_pack_s_8uint() argument
679 util_format_z24x8_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_unpack_z_float() argument
696 util_format_z24x8_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_pack_z_float() argument
713 util_format_z24x8_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_unpack_z_32unorm() argument
730 util_format_z24x8_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_pack_z_32unorm() argument
747 util_format_x8z24_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_unpack_z_float() argument
764 util_format_x8z24_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_pack_z_float() argument
781 util_format_x8z24_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_unpack_z_32unorm() argument
798 util_format_x8z24_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_pack_z_32unorm() argument
815 util_format_z32_float_s8x24_uint_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_unpack_z_float() argument
834 util_format_z32_float_s8x24_uint_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_pack_z_float() argument
853 util_format_z32_float_s8x24_uint_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_unpack_z_32unorm() argument
872 util_format_z32_float_s8x24_uint_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_pack_z_32unorm() argument
890 util_format_z32_float_s8x24_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_unpack_s_8uint() argument
909 util_format_z32_float_s8x24_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_pack_s_8uint() argument
929 util_format_x24s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x24s8_uint_unpack_s_8uint() argument
937 util_format_x24s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x24s8_uint_pack_s_8uint() argument
945 util_format_s8x24_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8x24_uint_unpack_s_8uint() argument
953 util_format_s8x24_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8x24_uint_pack_s_8uint() argument
961 util_format_x32_s8x24_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x32_s8x24_uint_unpack_s_8uint() argument
972 util_format_x32_s8x24_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x32_s8x24_uint_pack_s_8uint() argument
[all...]
H A Du_format.c435 uint8_t *dst_row; in util_format_write_4() local
476 uint8_t *dst_row; in util_format_write_4ub() local
655 uint8_t *dst_row; in util_format_translate() local
[all...]
H A Du_format_fxt1.c1549 util_format_fxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_fxtn_rgb_unpack_rgba_8unorm() argument
1574 util_format_fxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_fxt1_rgb_unpack_rgba_8unorm() argument
1585 util_format_fxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_fxt1_rgba_unpack_rgba_8unorm() argument
1596 util_format_fxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, in util_format_fxtn_rgb_unpack_rgba_float() argument
1627 util_format_fxt1_rgb_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgb_unpack_rgba_float() argument
1638 util_format_fxt1_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgba_unpack_rgba_float() argument
1653 util_format_fxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgb_pack_rgba_8unorm() argument
1679 util_format_fxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgba_pack_rgba_8unorm() argument
1687 util_format_fxt1_rgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgb_pack_rgba_float() argument
1708 util_format_fxt1_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgba_pack_rgba_float() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c148 uint32_t *dst_row = (uint32_t *)color; in lp_linear_blit_rgb1_blit() local
H A Dlp_rast.c585 uint32_t *dst_row = (uint32_t *)dst; in lp_rast_blit_tile_to_dest() local
H A Dlp_state_fs_linear.c448 uint32_t *dst_row = (uint32_t *)color; in blit_rgb1_blit() local
H A Dlp_linear_sampler.c354 uint32_t * restrict dst_row = samp->stretched_row[samp->stretched_row_index]; in fetch_and_stretch_bgra_row() local
600 uint32_t *dst_row = samp->row; in fetch_bgrx_axis_aligned_linear() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_etc_tmp.h139 etc1_unpack_rgba8888(uint8_t *dst_row, in etc1_unpack_rgba8888() argument
H A Dtexcompress_bptc_tmp.h657 decompress_rgba_unorm_block(int src_width, int src_height, const uint8_t *block, uint8_t *dst_row, int dst_rowstride) decompress_rgba_unorm_block() argument
1034 decompress_rgb_float_block(unsigned src_width, unsigned src_height, const uint8_t *block, float *dst_row, unsigned dst_rowstride, bool is_signed) decompress_rgb_float_block() argument
[all...]
H A Dtexcompress_etc.c138 _mesa_etc1_unpack_rgba8888(uint8_t *dst_row, in _mesa_etc1_unpack_rgba8888() argument
672 etc2_unpack_rgb8(uint8_t *dst_row, in etc2_unpack_rgb8() argument
719 etc2_unpack_srgb8(uint8_t *dst_row, in etc2_unpack_srgb8() argument
767 etc2_unpack_rgba8(uint8_t *dst_row, in etc2_unpack_rgba8() argument
805 etc2_unpack_srgb8_alpha8(uint8_t *dst_row, in etc2_unpack_srgb8_alpha8() argument
854 etc2_unpack_r11(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_r11() argument
891 etc2_unpack_rg11(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_rg11() argument
941 etc2_unpack_signed_r11(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_signed_r11() argument
979 etc2_unpack_signed_rg11(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_signed_rg11() argument
1029 etc2_unpack_rgb8_punchthrough_alpha1(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_rgb8_punchthrough_alpha1() argument
1065 etc2_unpack_srgb8_punchthrough_alpha1(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, bool bgra) etc2_unpack_srgb8_punchthrough_alpha1() argument
1216 _mesa_unpack_etc2_format(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned src_width, unsigned src_height, mesa_format format, bool bgra) _mesa_unpack_etc2_format() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp260 uint8_t* dst_row = dst; in copyFTBitmap() local
277 SkPMColor* dst_row = reinterpret_cast<SkPMColor*>(dst); in copyFTBitmap() local
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c925 int dst_row, dst_col; in transform_tile_index() local
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c924 int dst_row, dst_col; in transform_tile_index() local
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c472 unsigned int dst_row = 0; in vc_uniscr_copy_area() local
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c453 unsigned int dst_row = 0; in vc_uniscr_copy_area() local

Completed in 49 milliseconds