Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpack.c662 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
674 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
686 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_stencil_span()
1073 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1085 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1097 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1109 _mesa_swap4( (GLuint *) dst, n ); in _mesa_pack_depth_span()
1186 _mesa_swap4(dest, n); in _mesa_pack_depth_stencil_span()
1325 _mesa_swap4((GLuint*) dst, compsPerRow); in _mesa_unpack_image()
Dimage.h40 _mesa_swap4(GLuint *p, GLuint n);
Dimage.c91 _mesa_swap4(GLuint *p, GLuint n) in _mesa_swap4() function
Dtexgetimage.c168 _mesa_swap4((GLuint *) dest, width); in get_tex_depth_stencil()