Searched refs:DepthScale (Results 1 – 12 of 12) sorted by relevance
144 swImg->DepthScale = 1.0; in _swrast_init_texture_image()149 swImg->DepthScale = (GLfloat) texImage->Depth; in _swrast_init_texture_image()
204 ctx->Pixel.DepthScale == 1.0F && in scale_and_bias_z()216 GLdouble d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in scale_and_bias_z()
138 GLfloat WidthScale, HeightScale, DepthScale; member
320 = ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in draw_depth_pixels()637 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in draw_depth_stencil_pixels()
134 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth()149 const GLdouble scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth_uint()
570 if (ctx->Pixel.DepthScale == param) in _mesa_PixelTransferf()573 ctx->Pixel.DepthScale = param; in _mesa_PixelTransferf()654 ctx->Pixel.DepthScale = 1.0; in _mesa_init_pixel()
168 ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f || in _mesa_readpixels_needs_slow_path()173 return ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in _mesa_readpixels_needs_slow_path()286 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) in read_uint_depth_pixels()832 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in read_depth_stencil_pixels()
784 if (ctx->Pixel.DepthScale == 1.0F && ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span()862 ctx->Pixel.DepthScale == 1.0F && in _mesa_unpack_depth_span()931 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_unpack_depth_span()1013 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) { in _mesa_pack_depth_span()1156 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) { in _mesa_pack_depth_stencil_span()
835 return ctx->Pixel.DepthScale != 1.0f || in _mesa_texstore_needs_transfer_ops()
718 GLfloat DepthBias, DepthScale; member
109 GLfloat DepthBias, DepthScale; member
2686 const GLboolean scaleOrBias = (ctx->Pixel.DepthScale != 1.0F || in fallback_copy_texsubimage()