Searched refs:DepthBias (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pixeltransfer.c | 135 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()
|
D | pixel.c | 577 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()
|
D | readpix.c | 158 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()
|
D | pack.c | 782 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()
|
D | texstore.c | 834 ctx->Pixel.DepthBias != 0.0f; in _mesa_texstore_needs_transfer_ops()
|
D | mtypes.h | 774 GLfloat DepthBias, DepthScale; member
|
/external/libdrm/intel/tests/ |
D | gen6-3d.batch-ref.txt | 92 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/ |
D | s_copypix.c | 205 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()
|
D | s_drawpix.c | 312 = 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/ |
D | meta.h | 109 GLfloat DepthBias, DepthScale; member
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 428 { GL_DEPTH_BIAS, CONTEXT_FLOAT(Pixel.DepthBias), NO_EXTRA },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2190 ctx->Pixel.DepthBias != 0.0F); in fallback_copy_texsubimage()
|