Home
last modified time | relevance | path

Searched refs:dstUI (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c1724 GLuint *dstUI = (GLuint *) dstRow; in _mesa_texstore_argb2101010() local
1732 dstUI[col] = PACK_COLOR_2101010_US(a, r, g, b); in _mesa_texstore_argb2101010()
1739 GLuint *dstUI = (GLuint *) dstRow; in _mesa_texstore_argb2101010() local
1746 dstUI[col] = PACK_COLOR_2101010_US(0xffff, r, g, b); in _mesa_texstore_argb2101010()
1966 GLuint *dstUI = (GLuint *) dstRow; in _mesa_texstore_unorm1616() local
1974 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() local
3760 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 …]