Lines Matching refs:GLshort
493 #define DST_TYPE GLshort
879 #define DST_TYPE GLshort
1802 GLshort *dst = (GLshort *) dstAddr; in _mesa_pack_rgba_span_float()
1876 dst[i] = (GLshort) rgba[i][RCOMP]; in _mesa_pack_rgba_span_float()
1881 dst[i] = (GLshort) rgba[i][GCOMP]; in _mesa_pack_rgba_span_float()
1886 dst[i] = (GLshort) rgba[i][BCOMP]; in _mesa_pack_rgba_span_float()
1891 dst[i] = (GLshort) rgba[i][ACOMP]; in _mesa_pack_rgba_span_float()
1896 dst[i*2+0] = (GLshort) rgba[i][RCOMP]; in _mesa_pack_rgba_span_float()
1897 dst[i*2+1] = (GLshort) rgba[i][GCOMP]; in _mesa_pack_rgba_span_float()
1902 dst[i*3+0] = (GLshort) rgba[i][RCOMP]; in _mesa_pack_rgba_span_float()
1903 dst[i*3+1] = (GLshort) rgba[i][GCOMP]; in _mesa_pack_rgba_span_float()
1904 dst[i*3+2] = (GLshort) rgba[i][BCOMP]; in _mesa_pack_rgba_span_float()
1909 dst[i*4+0] = (GLshort) rgba[i][RCOMP]; in _mesa_pack_rgba_span_float()
1910 dst[i*4+1] = (GLshort) rgba[i][GCOMP]; in _mesa_pack_rgba_span_float()
1911 dst[i*4+2] = (GLshort) rgba[i][BCOMP]; in _mesa_pack_rgba_span_float()
1912 dst[i*4+3] = (GLshort) rgba[i][ACOMP]; in _mesa_pack_rgba_span_float()
1917 dst[i*3+0] = (GLshort) rgba[i][BCOMP]; in _mesa_pack_rgba_span_float()
1918 dst[i*3+1] = (GLshort) rgba[i][GCOMP]; in _mesa_pack_rgba_span_float()
1919 dst[i*3+2] = (GLshort) rgba[i][RCOMP]; in _mesa_pack_rgba_span_float()
1924 dst[i*4+0] = (GLshort) rgba[i][BCOMP]; in _mesa_pack_rgba_span_float()
1925 dst[i*4+1] = (GLshort) rgba[i][GCOMP]; in _mesa_pack_rgba_span_float()
1926 dst[i*4+2] = (GLshort) rgba[i][RCOMP]; in _mesa_pack_rgba_span_float()
1927 dst[i*4+3] = (GLshort) rgba[i][ACOMP]; in _mesa_pack_rgba_span_float()
1932 dst[i*2+0] = (GLshort) (rgba[i][RCOMP] + in _mesa_pack_rgba_span_float()
1935 dst[i*2+1] = (GLshort) rgba[i][ACOMP]; in _mesa_pack_rgba_span_float()
1940 dst[i] = (GLshort) (rgba[i][RCOMP] + in _mesa_pack_rgba_span_float()
2861 const GLshort *s = (const GLshort *) src; in extract_uint_indexes()
2864 GLshort value = s[i]; in extract_uint_indexes()
3268 PROCESS(rSrc, RCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOATZ); in extract_float_rgba()
3269 PROCESS(gSrc, GCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOATZ); in extract_float_rgba()
3270 PROCESS(bSrc, BCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOATZ); in extract_float_rgba()
3271 PROCESS(aSrc, ACOMP, 1.0F, 32767, GLshort, SHORT_TO_FLOATZ); in extract_float_rgba()
3857 PROCESS(rSrc, RCOMP, 0, GLshort, (GLuint)); in extract_uint_rgba()
3858 PROCESS(gSrc, GCOMP, 0, GLshort, (GLuint)); in extract_uint_rgba()
3859 PROCESS(bSrc, BCOMP, 0, GLshort, (GLuint)); in extract_uint_rgba()
3860 PROCESS(aSrc, ACOMP, 1, GLshort, (GLuint)); in extract_uint_rgba()
5059 GLshort *dst = (GLshort *) dest; in _mesa_pack_index_span()
5062 dst[i] = (GLshort) source[i]; in _mesa_pack_index_span()
5298 GLshort *dst = (GLshort *) dest; in _mesa_pack_stencil_span()
5301 dst[i] = (GLshort) source[i]; in _mesa_pack_stencil_span()
5499 DEPTH_VALUES(GLshort, SHORT_TO_FLOATZ); in _mesa_unpack_depth_span()
5704 GLshort *dst = (GLshort *) dest; in _mesa_pack_depth_span()