Lines Matching defs:depthSpan
1004 GLenum dstType, const GLfloat *depthSpan,
1014 memcpy(depthCopy, depthSpan, n * sizeof(GLfloat));
1016 depthSpan = depthCopy;
1025 dst[i] = FLOAT_TO_UBYTE( depthSpan[i] );
1034 dst[i] = FLOAT_TO_BYTE( depthSpan[i] );
1043 CLAMPED_FLOAT_TO_USHORT(dst[i], depthSpan[i]);
1055 dst[i] = FLOAT_TO_SHORT( depthSpan[i] );
1068 GLuint z = (GLuint) (depthSpan[i] * scale);
1082 dst[i] = FLOAT_TO_UINT( depthSpan[i] );
1094 dst[i] = FLOAT_TO_INT( depthSpan[i] );
1106 dst[i] = depthSpan[i];
1119 dst[i] = _mesa_float_to_half(depthSpan[i]);