Searched refs:dstUS (Results 1 – 1 of 1) sorted by relevance
1202 GLushort *dstUS = (GLushort *) dst; in _mesa_texstore_rgb565() local1206 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() local1790 dstUS[col] = PACK_COLOR_44( src[1], in _mesa_texstore_unorm44()1892 GLushort *dstUS = (GLushort *) dstRow; in _mesa_texstore_unorm88() local1897 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() local2043 dstUS[col] = r; in _mesa_texstore_unorm16()[all …]