Home
last modified time | relevance | path

Searched refs:DepthScale (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texture.c144 swImg->DepthScale = 1.0; in _swrast_init_texture_image()
149 swImg->DepthScale = (GLfloat) texImage->Depth; in _swrast_init_texture_image()
Ds_copypix.c204 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()
Ds_context.h138 GLfloat WidthScale, HeightScale, DepthScale; member
Ds_drawpix.c320 = 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()
/external/mesa3d/src/mesa/main/
Dpixeltransfer.c134 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()
Dpixel.c570 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()
Dreadpix.c160 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()
Dpack.c783 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()
Dtexstore.c835 return ctx->Pixel.DepthScale != 1.0f || in _mesa_texstore_needs_transfer_ops()
Dmtypes.h742 GLfloat DepthBias, DepthScale; member
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h109 GLfloat DepthBias, DepthScale; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2366 const GLboolean scaleOrBias = (ctx->Pixel.DepthScale != 1.0F || in fallback_copy_texsubimage()