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()612 = 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()
160 ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f || in _mesa_readpixels_needs_slow_path()165 return ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in _mesa_readpixels_needs_slow_path()278 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) in read_uint_depth_pixels()824 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in read_depth_stencil_pixels()
783 if (ctx->Pixel.DepthScale == 1.0F && ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span()861 ctx->Pixel.DepthScale == 1.0F && in _mesa_unpack_depth_span()930 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_unpack_depth_span()1012 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) { in _mesa_pack_depth_span()1155 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()
742 GLfloat DepthBias, DepthScale; member
109 GLfloat DepthBias, DepthScale; member
2366 const GLboolean scaleOrBias = (ctx->Pixel.DepthScale != 1.0F || in fallback_copy_texsubimage()