Lines Matching refs:dstUS
1202 GLushort *dstUS = (GLushort *) dst; in _mesa_texstore_rgb565() local
1206 dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] ); in _mesa_texstore_rgb565()
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] ); in _mesa_texstore_rgb565()
1787 GLubyte *dstUS = (GLubyte *) dstRow; in _mesa_texstore_unorm44() local
1790 dstUS[col] = PACK_COLOR_44( src[1], in _mesa_texstore_unorm44()
1892 GLushort *dstUS = (GLushort *) dstRow; in _mesa_texstore_unorm88() local
1897 dstUS[col] = PACK_COLOR_88( src[1], in _mesa_texstore_unorm88()
1905 dstUS[col] = PACK_COLOR_88_REV( src[1], in _mesa_texstore_unorm88()
2038 GLushort *dstUS = (GLushort *) dstRow; in _mesa_texstore_unorm16() local
2043 dstUS[col] = r; in _mesa_texstore_unorm16()
2091 GLushort *dstUS = (GLushort *) dstRow; in _mesa_texstore_rgba_16() local
2099 dstUS[col*4+0] = r; in _mesa_texstore_rgba_16()
2100 dstUS[col*4+1] = g; in _mesa_texstore_rgba_16()
2101 dstUS[col*4+2] = b; in _mesa_texstore_rgba_16()
2102 dstUS[col*4+3] = a; in _mesa_texstore_rgba_16()
2579 GLshort *dstUS = (GLshort *) dstRow; in _mesa_texstore_snorm16() local
2584 dstUS[col] = r; in _mesa_texstore_snorm16()