Searched refs:depthVals (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpack.h79 const GLfloat *depthVals,
H A Dreadpix.c752 GLfloat *depthVals; local in function:slow_read_depth_stencil_pixels_separate
781 depthVals = malloc(width * sizeof(GLfloat));
783 if (stencilVals && depthVals) {
785 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVals);
790 depthVals, stencilVals, packing);
802 free(depthVals);
H A Dpack.c1140 const GLfloat *depthVals,
1156 memcpy(depthCopy, depthVals, n * sizeof(GLfloat));
1158 depthVals = depthCopy;
1172 GLuint z = (GLuint) (depthVals[i] * 0xffffff);
1178 ((GLfloat*)dest)[i*2] = depthVals[i];
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
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpack.h79 const GLfloat *depthVals,
H A Dreadpix.c760 GLfloat *depthVals; local in function:slow_read_depth_stencil_pixels_separate
789 depthVals = malloc(width * sizeof(GLfloat));
791 if (stencilVals && depthVals) {
793 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVals);
798 depthVals, stencilVals, packing);
810 free(depthVals);
H A Dpack.c1141 const GLfloat *depthVals,
1157 memcpy(depthCopy, depthVals, n * sizeof(GLfloat));
1159 depthVals = depthCopy;
1173 GLuint z = (GLuint) (depthVals[i] * 0xffffff);
1179 ((GLfloat*)dest)[i*2] = depthVals[i];
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

Completed in 10 milliseconds