Searched refs:dstType (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpack.h53 GLenum dstType, GLvoid *dest,
60 GLenum dstType, GLvoid *dest, const GLubyte *source,
66 GLenum dstType, GLvoid *dest, GLuint depthMax,
72 GLenum dstType, const GLfloat *depthSpan,
78 GLenum dstType, GLuint *dest,
H A Dpack.c476 * dstType - destination data type
485 GLenum dstType, GLvoid *dest,
503 assert(dstType == GL_UNSIGNED_BYTE ||
504 dstType == GL_UNSIGNED_SHORT ||
505 dstType == GL_UNSIGNED_INT ||
506 dstType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV);
517 dstType == GL_UNSIGNED_BYTE) {
523 dstType == GL_UNSIGNED_INT &&
556 switch (dstType) {
588 unreachable("bad dstType i
484 _mesa_unpack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
597 _mesa_pack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,const GLubyte * source,const struct gl_pixelstore_attrib * dstPacking) argument
769 _mesa_unpack_depth_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLuint depthMax,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking) argument
1002 _mesa_pack_depth_span(struct gl_context * ctx,GLuint n,GLvoid * dest,GLenum dstType,const GLfloat * depthSpan,const struct gl_pixelstore_attrib * dstPacking) argument
1138 _mesa_pack_depth_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLuint * dest,const GLfloat * depthVals,const GLubyte * stencilVals,const struct gl_pixelstore_attrib * dstPacking) argument
[all...]
H A Dblit.c104 GLenum dstType = _mesa_get_format_datatype(dstFormat); local in function:compatible_color_datatypes
114 if (dstType != GL_INT && dstType != GL_UNSIGNED_INT) {
115 assert(dstType == GL_UNSIGNED_NORMALIZED ||
116 dstType == GL_SIGNED_NORMALIZED ||
117 dstType == GL_FLOAT);
119 dstType = GL_FLOAT;
122 return srcType == dstType;
H A Dimage.c475 GLenum dstType, GLvoid *dst,
485 assert(srcType != dstType);
489 if (dstType == GL_UNSIGNED_SHORT) {
508 assert(dstType == GL_FLOAT);
522 if (dstType == GL_UNSIGNED_BYTE) {
541 assert(dstType == GL_FLOAT);
555 if (dstType == GL_UNSIGNED_BYTE) {
570 assert(dstType == GL_UNSIGNED_SHORT);
474 _mesa_convert_colors(GLenum srcType,const GLvoid * src,GLenum dstType,GLvoid * dst,GLuint count,const GLubyte mask[]) argument
H A Dimage.h101 GLenum dstType, GLvoid *dst,
H A Dtexstore.c152 GLenum dstType; local in function:_mesa_texstore_z32
159 dstType = GL_UNSIGNED_INT;
161 dstType = GL_FLOAT;
172 dstType, dstRow,
561 * dstType = GL_FLOAT_32_UNSIGNED_INT_24_8_REV
831 GLenum dstType; local in function:_mesa_texstore_needs_transfer_ops
848 dstType = _mesa_get_format_datatype(dstFormat);
850 return dstType != GL_INT && dstType != GL_UNSIGNED_INT &&
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpack.h53 GLenum dstType, GLvoid *dest,
60 GLenum dstType, GLvoid *dest, const GLubyte *source,
66 GLenum dstType, GLvoid *dest, GLuint depthMax,
72 GLenum dstType, const GLfloat *depthSpan,
78 GLenum dstType, GLuint *dest,
H A Dpack.c477 * dstType - destination data type
486 GLenum dstType, GLvoid *dest,
504 assert(dstType == GL_UNSIGNED_BYTE ||
505 dstType == GL_UNSIGNED_SHORT ||
506 dstType == GL_UNSIGNED_INT ||
507 dstType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV);
518 dstType == GL_UNSIGNED_BYTE) {
524 dstType == GL_UNSIGNED_INT &&
557 switch (dstType) {
589 unreachable("bad dstType i
485 _mesa_unpack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument
598 _mesa_pack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,const GLubyte * source,const struct gl_pixelstore_attrib * dstPacking) argument
770 _mesa_unpack_depth_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLuint depthMax,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking) argument
1003 _mesa_pack_depth_span(struct gl_context * ctx,GLuint n,GLvoid * dest,GLenum dstType,const GLfloat * depthSpan,const struct gl_pixelstore_attrib * dstPacking) argument
1139 _mesa_pack_depth_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLuint * dest,const GLfloat * depthVals,const GLubyte * stencilVals,const struct gl_pixelstore_attrib * dstPacking) argument
[all...]
H A Dblit.c104 GLenum dstType = _mesa_get_format_datatype(dstFormat); local in function:compatible_color_datatypes
114 if (dstType != GL_INT && dstType != GL_UNSIGNED_INT) {
115 assert(dstType == GL_UNSIGNED_NORMALIZED ||
116 dstType == GL_SIGNED_NORMALIZED ||
117 dstType == GL_FLOAT);
119 dstType = GL_FLOAT;
122 return srcType == dstType;
H A Dimage.c475 GLenum dstType, GLvoid *dst,
485 assert(srcType != dstType);
489 if (dstType == GL_UNSIGNED_SHORT) {
508 assert(dstType == GL_FLOAT);
522 if (dstType == GL_UNSIGNED_BYTE) {
541 assert(dstType == GL_FLOAT);
555 if (dstType == GL_UNSIGNED_BYTE) {
570 assert(dstType == GL_UNSIGNED_SHORT);
474 _mesa_convert_colors(GLenum srcType,const GLvoid * src,GLenum dstType,GLvoid * dst,GLuint count,const GLubyte mask[]) argument
H A Dimage.h101 GLenum dstType, GLvoid *dst,
H A Dtexstore.c152 GLenum dstType; local in function:_mesa_texstore_z32
159 dstType = GL_UNSIGNED_INT;
161 dstType = GL_FLOAT;
172 dstType, dstRow,
559 * dstType = GL_FLOAT_32_UNSIGNED_INT_24_8_REV
829 GLenum dstType; local in function:_mesa_texstore_needs_transfer_ops
846 dstType = _mesa_get_format_datatype(dstFormat);
848 return dstType != GL_INT && dstType != GL_UNSIGNED_INT &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D8.0.1.rst47 main/image.c:1597: \_mesa_convert_colors: Assertion \`dstType ==
50 main/image.c:1659: \_mesa_convert_colors: Assertion \`dstType ==
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c1423 GLenum dstType = GL_FLOAT; local in function:_swrast_read_rgba_span
1478 if (dstType == GL_UNSIGNED_BYTE) {
1482 else if (dstType == GL_FLOAT) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c1420 GLenum dstType = GL_FLOAT; local in function:_swrast_read_rgba_span
1475 if (dstType == GL_UNSIGNED_BYTE) {
1479 else if (dstType == GL_FLOAT) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis310_accel.c1383 CARD32 alphaType, CARD32 dstType,
1402 op, alphaType, /*dstType, */alpha, red, green, blue, width, height, alphaPitch);
1527 CARD32 texType, CARD32 dstType,
1379 SiSSetupForCPUToScreenAlphaTexture(ScrnInfoPtr pScrn,int op,CARD16 red,CARD16 green,CARD16 blue,CARD16 alpha,CARD32 alphaType,CARD32 dstType,CARD8 * alphaPtr,int alphaPitch,int width,int height,int flags) argument
1524 SiSSetupForCPUToScreenTexture(ScrnInfoPtr pScrn,int op,CARD32 texType,CARD32 dstType,CARD8 * texPtr,int texPitch,int width,int height,int flags) argument

Completed in 28 milliseconds