Lines Matching refs:GLushort

455    GLushort *d = ((GLushort *) dst);  in pack_ubyte_RGB565()
472 GLushort *d = ((GLushort *) dst); in pack_row_ubyte_RGB565()
482 GLushort *d = ((GLushort *) dst); in pack_row_float_RGB565()
499 GLushort *d = ((GLushort *) dst); in pack_ubyte_RGB565_REV()
506 GLushort *d = ((GLushort *) dst); in pack_float_RGB565_REV()
517 GLushort *d = ((GLushort *) dst); in pack_row_ubyte_RGB565_REV()
527 GLushort *d = ((GLushort *) dst); in pack_row_float_RGB565_REV()
544 GLushort *d = ((GLushort *) dst); in pack_ubyte_ARGB4444()
566 GLushort *d = ((GLushort *) dst); in pack_ubyte_ARGB4444_REV()
588 GLushort *d = ((GLushort *) dst); in pack_ubyte_RGBA5551()
610 GLushort *d = ((GLushort *) dst); in pack_ubyte_ARGB1555()
628 GLushort *d = ((GLushort *) dst), tmp; in pack_ubyte_ARGB1555_REV()
666 GLushort *d = ((GLushort *) dst); in pack_ubyte_AL88()
685 GLushort *d = ((GLushort *) dst); in pack_ubyte_AL88_REV()
705 GLushort l = UBYTE_TO_USHORT(src[RCOMP]); in pack_ubyte_AL1616()
706 GLushort a = UBYTE_TO_USHORT(src[ACOMP]); in pack_ubyte_AL1616()
714 GLushort l, a; in pack_float_AL1616()
727 GLushort l = UBYTE_TO_USHORT(src[RCOMP]); in pack_ubyte_AL1616_REV()
728 GLushort a = UBYTE_TO_USHORT(src[ACOMP]); in pack_ubyte_AL1616_REV()
736 GLushort l, a; in pack_float_AL1616_REV()
785 GLushort *d = ((GLushort *) dst); in pack_ubyte_A16()
792 GLushort *d = ((GLushort *) dst); in pack_float_A16()
819 GLushort *d = ((GLushort *) dst); in pack_ubyte_L16()
826 GLushort *d = ((GLushort *) dst); in pack_float_L16()
892 GLushort *d = ((GLushort *) dst); in pack_float_GR88()
912 GLushort *d = ((GLushort *) dst); in pack_float_RG88()
925 GLushort *d = ((GLushort *) dst); in pack_ubyte_R16()
932 GLushort *d = ((GLushort *) dst); in pack_float_R16()
943 GLushort r = UBYTE_TO_USHORT(src[RCOMP]); in pack_ubyte_RG1616()
944 GLushort g = UBYTE_TO_USHORT(src[GCOMP]); in pack_ubyte_RG1616()
952 GLushort r, g; in pack_float_RG1616()
965 GLushort r = UBYTE_TO_USHORT(src[RCOMP]); in pack_ubyte_RG1616_REV()
966 GLushort g = UBYTE_TO_USHORT(src[GCOMP]); in pack_ubyte_RG1616_REV()
975 GLushort r, g; in pack_float_RG1616_REV()
988 GLushort r = UBYTE_TO_USHORT(src[RCOMP]); in pack_ubyte_ARGB2101010()
989 GLushort g = UBYTE_TO_USHORT(src[GCOMP]); in pack_ubyte_ARGB2101010()
990 GLushort b = UBYTE_TO_USHORT(src[BCOMP]); in pack_ubyte_ARGB2101010()
991 GLushort a = UBYTE_TO_USHORT(src[ACOMP]); in pack_ubyte_ARGB2101010()
999 GLushort r, g, b, a; in pack_float_ARGB2101010()
1014 GLushort r = UBYTE_TO_USHORT(src[RCOMP]); in pack_ubyte_ABGR2101010_UINT()
1015 GLushort g = UBYTE_TO_USHORT(src[GCOMP]); in pack_ubyte_ABGR2101010_UINT()
1016 GLushort b = UBYTE_TO_USHORT(src[BCOMP]); in pack_ubyte_ABGR2101010_UINT()
1017 GLushort a = UBYTE_TO_USHORT(src[ACOMP]); in pack_ubyte_ABGR2101010_UINT()
1025 GLushort r, g, b, a; in pack_float_ABGR2101010_UINT()
1128 GLushort *d = ((GLushort *) dst); in pack_ubyte_SLA8()
1136 GLushort *d = ((GLushort *) dst); in pack_float_SLA8()
1381 GLushort *d = ((GLushort *) dst); in pack_ubyte_DUDV8()
1388 GLushort *d = ((GLushort *) dst); in pack_float_DUDV8()
1401 GLushort *d = ((GLushort *) dst); in pack_ubyte_RGBA_16()
1411 GLushort *d = ((GLushort *) dst); in pack_float_RGBA_16()
1439 GLushort *d = (GLushort *) dst; in pack_float_SIGNED_RG88_REV()
1580 GLushort *d = (GLushort *) dst; in pack_float_SIGNED_AL88()
2161 GLushort *d = ((GLushort *) dst); in pack_float_z_Z16()
2163 *d = (GLushort) (*src * scale); in pack_float_z_Z16()
2235 GLushort *d = ((GLushort *) dst); in pack_uint_z_Z16()
2388 GLushort *d = ((GLushort *) dst); in _mesa_pack_float_z_row()
2392 d[i] = (GLushort) (src[i] * scale); in _mesa_pack_float_z_row()
2460 GLushort *d = ((GLushort *) dst); in _mesa_pack_uint_z_row()
2640 GLushort *d = (GLushort *) dst; in _mesa_pack_colormask()