/third_party/mesa3d/src/util/format/ |
H A D | u_format_zs.c | 115 const uint8_t *restrict src_row, unsigned src_stride, in util_format_s8_uint_unpack_s_8uint() 120 memcpy(dst_row, src_row, width); in util_format_s8_uint_unpack_s_8uint() 121 src_row += src_stride/sizeof(*src_row); in util_format_s8_uint_unpack_s_8uint() 128 const uint8_t *restrict src_row, unsigned src_stride, in util_format_s8_uint_pack_s_8uint() 133 memcpy(dst_row, src_row, width); in util_format_s8_uint_pack_s_8uint() 134 src_row += src_stride/sizeof(*src_row); in util_format_s8_uint_pack_s_8uint() 141 const uint8_t *restrict src_row, unsigned src_stride, in util_format_z16_unorm_unpack_z_float() 147 const uint16_t *src = (const uint16_t *)src_row; in util_format_z16_unorm_unpack_z_float() 114 util_format_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_s8_uint_unpack_s_8uint() argument 127 util_format_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_s8_uint_pack_s_8uint() argument 140 util_format_z16_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_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 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 D | u_format_zs.h | 42 util_format_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); 46 util_format_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); 50 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 54 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); 58 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); 62 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); 66 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); 70 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); 74 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); 78 util_format_z32_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigne [all...] |
H A D | u_format_s3tc.h | 72 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 75 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 81 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 84 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 90 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 93 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 99 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 102 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 108 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); 111 util_format_dxt1_srgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigne [all...] |
H A D | u_format_bptc.c | 37 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() 41 src_row, src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() 47 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() 51 src_row, src_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() 57 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() 63 src_row, src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() 78 const float *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_pack_rgba_float() 89 (uint8_t *)src_row + src_stride * y, in util_format_bptc_rgba_unorm_pack_rgba_float() 115 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_srgba_unpack_rgba_8unorm() 119 src_row, src_strid in util_format_bptc_srgba_unpack_rgba_8unorm() 36 util_format_bptc_rgba_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_bptc_rgba_unorm_unpack_rgba_8unorm() argument 46 util_format_bptc_rgba_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_bptc_rgba_unorm_pack_rgba_8unorm() argument 56 util_format_bptc_rgba_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_bptc_rgba_unorm_unpack_rgba_float() argument 77 util_format_bptc_rgba_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_bptc_rgba_unorm_pack_rgba_float() argument 114 util_format_bptc_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_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 D | u_format_other.c | 37 const uint8_t *restrict src_row, in util_format_r9g9b9e5_float_unpack_rgba_float() 42 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_float() 54 const float *restrict src_row, unsigned src_stride, in util_format_r9g9b9e5_float_pack_rgba_float() 59 const float *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_float() 68 src_row += src_stride/sizeof(*src_row); in util_format_r9g9b9e5_float_pack_rgba_float() 85 const uint8_t *restrict src_row, in util_format_r9g9b9e5_float_unpack_rgba_8unorm() 91 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() 107 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r9g9b9e5_float_pack_rgba_8unorm() 113 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_8unorm() 36 util_format_r9g9b9e5_float_unpack_rgba_float(void *restrict dst_row, const uint8_t *restrict src_row, unsigned width) util_format_r9g9b9e5_float_unpack_rgba_float() argument 53 util_format_r9g9b9e5_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_r9g9b9e5_float_pack_rgba_float() argument 84 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, const uint8_t *restrict src_row, unsigned width) util_format_r9g9b9e5_float_unpack_rgba_8unorm() argument 106 util_format_r9g9b9e5_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_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 266 util_format_r8g8bx_snorm_unpack_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src_row, unsigned width) util_format_r8g8bx_snorm_unpack_rgba_8unorm() 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 D | u_format_latc.c | 46 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 48 util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_unpack_rgba_8unorm() 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 55 util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_8unorm() 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 65 const uint8_t *src = src_row; in util_format_latc1_unorm_unpack_rgba_float() 80 src_row += src_stride; in util_format_latc1_unorm_unpack_rgba_float() 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 87 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_float() 112 UNUSED const uint8_t *restrict src_row, UNUSE in util_format_latc1_snorm_unpack_rgba_8unorm() 111 util_format_latc1_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_latc1_snorm_unpack_rgba_8unorm() argument 119 util_format_latc1_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_latc1_snorm_pack_rgba_8unorm() 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 D | u_format_s3tc.c | 124 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxtn_rgb_unpack_rgba_8unorm() 132 const uint8_t *src = src_row; in util_format_dxtn_rgb_unpack_rgba_8unorm() 147 src_row += src_stride; in util_format_dxtn_rgb_unpack_rgba_8unorm() 153 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() 157 src_row, src_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() 165 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() 169 src_row, src_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() 177 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() 181 src_row, src_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() 189 const uint8_t *restrict src_row, unsigne in util_format_dxt5_rgba_unpack_rgba_8unorm() 123 util_format_dxtn_rgb_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_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_8unorm() argument 152 util_format_dxt1_rgb_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_rgb_unpack_rgba_8unorm() argument 164 util_format_dxt1_rgba_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_rgba_unpack_rgba_8unorm() argument 176 util_format_dxt3_rgba_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_rgba_unpack_rgba_8unorm() argument 188 util_format_dxt5_rgba_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_rgba_unpack_rgba_8unorm() 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 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 D | u_format_rgtc.h | 37 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); 40 util_format_rgtc1_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); 43 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); 46 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 57 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 60 util_format_rgtc1_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); 63 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); 66 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); 76 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); 79 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigne [all...] |
H A D | u_format_rgtc.c | 41 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 48 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 61 src_row += src_stride; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 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 78 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; in util_format_rgtc1_unorm_pack_rgba_8unorm() 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 94 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_rgba_float() 109 src_row += src_stride; in util_format_rgtc1_unorm_unpack_rgba_float() 114 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_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 D | u_format_yuv.c | 43 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 50 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 89 src_row = (uint8_t *)src_row + src_stride; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 97 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 104 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 143 src_row += src_stride/sizeof(*src_row); in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 151 const float *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_float() 157 const float *src = src_row; in util_format_r8g8_b8g8_unorm_pack_rgba_float() 42 util_format_r8g8_b8g8_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_r8g8_b8g8_unorm_unpack_rgba_float() argument 96 util_format_r8g8_b8g8_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_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument 150 util_format_r8g8_b8g8_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_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 D | u_format_latc.h | 37 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); 40 util_format_latc1_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); 43 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); 46 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); 57 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 60 util_format_latc1_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); 63 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); 66 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); 76 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); 79 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigne [all...] |
H A D | u_format_bptc.h | 43 const uint8_t *restrict src_row, unsigned src_stride, 47 const uint8_t *restrict src_row, unsigned src_stride, 51 const uint8_t *restrict src_row, unsigned src_stride, 55 const float *restrict src_row, unsigned src_stride, 63 const uint8_t *restrict src_row, unsigned src_stride, 67 const uint8_t *restrict src_row, unsigned src_stride, 71 const uint8_t *restrict src_row, unsigned src_stride, 75 const float *restrict src_row, unsigned src_stride, 83 const uint8_t *restrict src_row, unsigned src_stride, 87 const uint8_t *restrict src_row, unsigne [all...] |
H A D | u_format_other.h | 39 const uint8_t *restrict src_row, 44 const float *restrict src_row, unsigned src_stride, 53 const uint8_t *restrict src_row, 58 const uint8_t *restrict src_row, unsigned src_stride, 64 const uint8_t *restrict src_row, 69 const float *restrict src_row, unsigned src_stride, 78 const uint8_t *restrict src_row, 83 const uint8_t *restrict src_row, unsigned src_stride, 89 const uint8_t *restrict src_row, 94 const float *restrict src_row, unsigne [all...] |
H A D | u_format_yuv.h | 127 const uint8_t *restrict src_row, unsigned src_stride, 132 const uint8_t *restrict src_row, unsigned src_stride, 137 const float *restrict src_row, unsigned src_stride, 142 const uint8_t *restrict src_row, unsigned src_stride, 151 const uint8_t *restrict src_row, unsigned src_stride, 156 const uint8_t *restrict src_row, unsigned src_stride, 161 const float *restrict src_row, unsigned src_stride, 166 const uint8_t *restrict src_row, unsigned src_stride, 175 const uint8_t *restrict src_row, unsigned src_stride, 180 const uint8_t *restrict src_row, unsigne [all...] |
H A D | u_format_fxt1.h | 42 util_format_fxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 45 util_format_fxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 51 util_format_fxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 54 util_format_fxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 60 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); 63 util_format_fxt1_rgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 69 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); 72 util_format_fxt1_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
|
H A D | u_format_etc.c | 14 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 16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_etc1_rgb8_unpack_rgba_8unorm() 21 UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_etc1_rgb8_pack_rgba_8unorm() 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 35 const uint8_t *src = src_row; in util_format_etc1_rgb8_unpack_rgba_float() 57 src_row += src_stride; in util_format_etc1_rgb8_unpack_rgba_float() 63 UNUSED const float *restrict src_row, UNUSED unsigned src_stride, in util_format_etc1_rgb8_pack_rgba_float() 20 util_format_etc1_rgb8_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_etc1_rgb8_pack_rgba_8unorm() argument 62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const float *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_float() argument
|
H A D | u_format_etc.h | 34 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); 37 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 40 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); 43 util_format_etc1_rgb8_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
|
H A D | u_format.c | 413 const uint8_t *src_row; in util_format_read_4() local 420 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); in util_format_read_4() 422 util_format_unpack_rgba_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4() 457 const uint8_t *src_row; in util_format_read_4ub() local 464 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); in util_format_read_4ub() 466 util_format_unpack_rgba_8unorm_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4ub() 477 const uint8_t *src_row; in util_format_write_4ub() local 485 src_row = src; in util_format_write_4ub() 487 pack->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4ub() 656 const uint8_t *src_row; in util_format_translate() local [all...] |
H A D | u_format_fxt1.c | 1550 const uint8_t *restrict src_row, unsigned src_stride, in util_format_fxtn_rgb_unpack_rgba_8unorm() 1557 const uint8_t *src = src_row; in util_format_fxtn_rgb_unpack_rgba_8unorm() 1569 src_row += src_stride; in util_format_fxtn_rgb_unpack_rgba_8unorm() 1575 const uint8_t *restrict src_row, unsigned src_stride, in util_format_fxt1_rgb_unpack_rgba_8unorm() 1579 src_row, src_stride, in util_format_fxt1_rgb_unpack_rgba_8unorm() 1586 const uint8_t *restrict src_row, unsigned src_stride, in util_format_fxt1_rgba_unpack_rgba_8unorm() 1590 src_row, src_stride, in util_format_fxt1_rgba_unpack_rgba_8unorm() 1597 const uint8_t *restrict src_row, unsigned src_stride, in util_format_fxtn_rgb_unpack_rgba_float() 1604 const uint8_t *src = src_row; in util_format_fxtn_rgb_unpack_rgba_float() 1622 src_row in util_format_fxtn_rgb_unpack_rgba_float() 1549 util_format_fxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_8unorm() argument 1574 util_format_fxt1_rgb_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_fxt1_rgb_unpack_rgba_8unorm() argument 1585 util_format_fxt1_rgba_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_fxt1_rgba_unpack_rgba_8unorm() argument 1596 util_format_fxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) 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 [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_etc.c | 140 const uint8_t *src_row, in _mesa_etc1_unpack_rgba8888() 146 src_row, src_stride, in _mesa_etc1_unpack_rgba8888() 674 const uint8_t *src_row, in etc2_unpack_rgb8() 684 const uint8_t *src = src_row; in etc2_unpack_rgb8() 714 src_row += src_stride; in etc2_unpack_rgb8() 721 const uint8_t *src_row, in etc2_unpack_srgb8() 733 const uint8_t *src = src_row; in etc2_unpack_srgb8() 762 src_row += src_stride; in etc2_unpack_srgb8() 769 const uint8_t *src_row, in etc2_unpack_rgba8() 783 const uint8_t *src = src_row; in etc2_unpack_rgba8() 138 _mesa_etc1_unpack_rgba8888(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned src_width, unsigned src_height) _mesa_etc1_unpack_rgba8888() argument 672 etc2_unpack_rgb8(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_rgb8() argument 719 etc2_unpack_srgb8(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, bool bgra) etc2_unpack_srgb8() argument 767 etc2_unpack_rgba8(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc2_unpack_rgba8() argument 805 etc2_unpack_srgb8_alpha8(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, bool bgra) 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...] |
H A D | texcompress_etc.h | 69 const uint8_t *src_row, 76 const uint8_t *src_row,
|
H A D | texcompress_etc_tmp.h | 141 const uint8_t *src_row, in etc1_unpack_rgba8888() 151 const uint8_t *src = src_row; in etc1_unpack_rgba8888() 168 src_row += src_stride; in etc1_unpack_rgba8888() 139 etc1_unpack_rgba8888(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc1_unpack_rgba8888() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 88 const uint32_t *src_row = in fetch_bgra_memcpy() local 95 src_row = &src_row[s >> FIXED16_SHIFT]; in fetch_bgra_memcpy() 97 if (((uintptr_t)src_row & 0xf) == 0) { in fetch_bgra_memcpy() 99 row = src_row; in fetch_bgra_memcpy() 101 memcpy(samp->row, src_row, width * sizeof *row); in fetch_bgra_memcpy() 118 const uint32_t *src_row = in fetch_bgrx_memcpy() local 125 src_row = &src_row[s >> FIXED16_SHIFT]; in fetch_bgrx_memcpy() 128 row[i] = src_row[ in fetch_bgrx_memcpy() 151 const uint32_t *src_row = fetch_bgra_axis_aligned() local 174 const uint32_t *src_row = fetch_bgrx_axis_aligned() local 353 const uint32_t * restrict src_row = data + y * stride; fetch_and_stretch_bgra_row() local 601 const uint32_t *src_row = fetch_bgra_axis_aligned_linear(&samp->base); fetch_bgrx_axis_aligned_linear() local [all...] |
H A D | lp_state_fs_linear.c | 182 const uint32_t *src_row = in fetch_row() local 190 row[i] = src_row[acc>>8]; in fetch_row() 208 const uint32_t *src_row = in fetch_row_clamped() local 217 row[i] = src_row[CLAMP(util_iround(src_x0 + i * scale_x), in fetch_row_clamped() 243 const uint32_t *src_row = in fetch_row_xy_clamped() local 248 row[i] = src_row[CLAMP(xx, 0, texture->width - 1)]; in fetch_row_xy_clamped() 447 const uint32_t *src_row = (const uint32_t *)src; in blit_rgb1_blit() local 451 *dst_row++ = *src_row++ | 0xff000000; in blit_rgb1_blit()
|
H A D | lp_linear_fastpath.c | 147 const uint32_t *src_row = (const uint32_t *)src; in lp_linear_blit_rgb1_blit() local 151 *dst_row++ = *src_row++ | 0xff000000; in lp_linear_blit_rgb1_blit()
|