• Home
  • Raw
  • Download

Lines Matching refs:dst_row

138 _mesa_etc1_unpack_rgba8888(uint8_t *dst_row,  in _mesa_etc1_unpack_rgba8888()  argument
145 etc1_unpack_rgba8888(dst_row, dst_stride, in _mesa_etc1_unpack_rgba8888()
672 etc2_unpack_rgb8(uint8_t *dst_row, in etc2_unpack_rgb8() argument
702 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc2_unpack_rgb8()
719 etc2_unpack_srgb8(uint8_t *dst_row, in etc2_unpack_srgb8() argument
743 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc2_unpack_srgb8()
767 etc2_unpack_rgba8(uint8_t *dst_row, in etc2_unpack_rgba8() argument
791 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc2_unpack_rgba8()
805 etc2_unpack_srgb8_alpha8(uint8_t *dst_row, in etc2_unpack_srgb8_alpha8() argument
831 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc2_unpack_srgb8_alpha8()
854 etc2_unpack_r11(uint8_t *dst_row, in etc2_unpack_r11() argument
877 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps * comp_size; in etc2_unpack_r11()
891 etc2_unpack_rg11(uint8_t *dst_row, in etc2_unpack_rg11() argument
915 uint8_t *dst = dst_row + (y + j) * dst_stride + in etc2_unpack_rg11()
926 uint8_t *dst = dst_row + (y + j) * dst_stride + in etc2_unpack_rg11()
941 etc2_unpack_signed_r11(uint8_t *dst_row, in etc2_unpack_signed_r11() argument
964 uint8_t *dst = dst_row + (y + j) * dst_stride + in etc2_unpack_signed_r11()
979 etc2_unpack_signed_rg11(uint8_t *dst_row, in etc2_unpack_signed_rg11() argument
1003 uint8_t *dst = dst_row + (y + j) * dst_stride + in etc2_unpack_signed_rg11()
1014 uint8_t *dst = dst_row + (y + j) * dst_stride + in etc2_unpack_signed_rg11()
1029 etc2_unpack_rgb8_punchthrough_alpha1(uint8_t *dst_row, in etc2_unpack_rgb8_punchthrough_alpha1() argument
1049 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc2_unpack_rgb8_punchthrough_alpha1()
1065 etc2_unpack_srgb8_punchthrough_alpha1(uint8_t *dst_row, in etc2_unpack_srgb8_punchthrough_alpha1() argument
1087 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc2_unpack_srgb8_punchthrough_alpha1()
1216 _mesa_unpack_etc2_format(uint8_t *dst_row, in _mesa_unpack_etc2_format() argument
1226 etc2_unpack_rgb8(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1230 etc2_unpack_srgb8(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1234 etc2_unpack_rgba8(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1238 etc2_unpack_srgb8_alpha8(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1242 etc2_unpack_r11(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1246 etc2_unpack_rg11(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1250 etc2_unpack_signed_r11(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1254 etc2_unpack_signed_rg11(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1258 etc2_unpack_rgb8_punchthrough_alpha1(dst_row, dst_stride, in _mesa_unpack_etc2_format()
1262 etc2_unpack_srgb8_punchthrough_alpha1(dst_row, dst_stride, in _mesa_unpack_etc2_format()