Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c135 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_scale_and_bias_depth()
150 const GLdouble bias = ctx->Pixel.DepthBias * max; in _mesa_scale_and_bias_depth_uint()
Dpixel.c577 if (ctx->Pixel.DepthBias == param) in _mesa_PixelTransferf()
580 ctx->Pixel.DepthBias = param; in _mesa_PixelTransferf()
654 ctx->Pixel.DepthBias = 0.0; in _mesa_init_pixel()
Dreadpix.c158 ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f || in _mesa_readpixels_needs_slow_path()
163 return ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in _mesa_readpixels_needs_slow_path()
276 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) in read_uint_depth_pixels()
822 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in read_depth_stencil_pixels()
Dpack.c782 if (ctx->Pixel.DepthScale == 1.0F && ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span()
861 ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span()
930 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_unpack_depth_span()
1011 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) { in _mesa_pack_depth_span()
1154 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) { in _mesa_pack_depth_stencil_span()
Dtexstore.c834 ctx->Pixel.DepthBias != 0.0f; in _mesa_texstore_needs_transfer_ops()
Dmtypes.h774 GLfloat DepthBias, DepthScale; member
/external/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt92 0x1230016c: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
215 0x12300358: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
345 0x12300560: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
412 0x1230066c: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
482 0x12300784: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
615 0x12300998: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
682 0x12300aa4: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
752 0x12300bbc: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
885 0x12300dd0: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
952 0x12300edc: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c205 ctx->Pixel.DepthBias == 0.0F) { in scale_and_bias_z()
216 GLdouble d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in scale_and_bias_z()
Ds_drawpix.c312 = ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f; in draw_depth_pixels()
604 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F; in draw_depth_stencil_pixels()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h109 GLfloat DepthBias, DepthScale; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h428 { GL_DEPTH_BIAS, CONTEXT_FLOAT(Pixel.DepthBias), NO_EXTRA },
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2190 ctx->Pixel.DepthBias != 0.0F); in fallback_copy_texsubimage()