Lines Matching defs:depthSpan
1003 GLenum dstType, const GLfloat *depthSpan,
1013 memcpy(depthCopy, depthSpan, n * sizeof(GLfloat));
1015 depthSpan = depthCopy;
1024 dst[i] = FLOAT_TO_UBYTE( depthSpan[i] );
1033 dst[i] = FLOAT_TO_BYTE( depthSpan[i] );
1042 CLAMPED_FLOAT_TO_USHORT(dst[i], depthSpan[i]);
1054 dst[i] = FLOAT_TO_SHORT( depthSpan[i] );
1067 GLuint z = (GLuint) (depthSpan[i] * scale);
1081 dst[i] = FLOAT_TO_UINT( depthSpan[i] );
1093 dst[i] = FLOAT_TO_INT( depthSpan[i] );
1105 dst[i] = depthSpan[i];
1118 dst[i] = _mesa_float_to_half(depthSpan[i]);