Searched refs:dstUI (Results 1 – 1 of 1) sorted by relevance
1724 GLuint *dstUI = (GLuint *) dstRow; in _mesa_texstore_argb2101010() local1732 dstUI[col] = PACK_COLOR_2101010_US(a, r, g, b); in _mesa_texstore_argb2101010()1739 GLuint *dstUI = (GLuint *) dstRow; in _mesa_texstore_argb2101010() local1746 dstUI[col] = PACK_COLOR_2101010_US(0xffff, r, g, b); in _mesa_texstore_argb2101010()1966 GLuint *dstUI = (GLuint *) dstRow; in _mesa_texstore_unorm1616() local1974 dstUI[col] = PACK_COLOR_1616(a, l); in _mesa_texstore_unorm1616()1984 dstUI[col] = PACK_COLOR_1616_REV(a, l); in _mesa_texstore_unorm1616()3758 GLuint *dstUI = (GLuint*)dstRow; in _mesa_texstore_rgb9_e5() local3760 dstUI[col] = float3_to_rgb9e5(&srcRow[col * 3]); in _mesa_texstore_rgb9_e5()3806 GLuint *dstUI = (GLuint*)dstRow; in _mesa_texstore_r11_g11_b10f() local[all …]