Searched refs:DepthBias (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pixeltransfer.c | 133 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_scale_and_bias_depth() 148 const GLdouble bias = ctx->Pixel.DepthBias * max; in _mesa_scale_and_bias_depth_uint()
|
D | pixel.c | 594 if (ctx->Pixel.DepthBias == param) in _mesa_PixelTransferf() 597 ctx->Pixel.DepthBias = param; in _mesa_PixelTransferf() 703 ctx->Pixel.DepthBias = 0.0; in _mesa_init_pixel()
|
D | readpix.c | 65 if (ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0) in fast_read_depth_pixels() 604 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0; in read_depth_stencil_pixels()
|
D | texstore.c | 1026 ctx->Pixel.DepthBias == 0.0f && in _mesa_texstore_z32() 1133 ctx->Pixel.DepthBias == 0.0f && in _mesa_texstore_z16() 2789 ctx->Pixel.DepthBias == 0.0f && in _mesa_texstore_z24_s8() 3833 ctx->Pixel.DepthBias == 0.0f && in _mesa_texstore_z32f_x24s8()
|
D | pack.c | 5437 if (ctx->Pixel.DepthScale == 1.0 && ctx->Pixel.DepthBias == 0.0) { in _mesa_unpack_depth_span() 5516 ctx->Pixel.DepthBias == 0.0) { in _mesa_unpack_depth_span() 5584 const GLfloat bias = ctx->Pixel.DepthBias; in _mesa_unpack_depth_span() 5665 if (ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0) { in _mesa_pack_depth_span() 5792 if (ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0) { in _mesa_pack_depth_stencil_span()
|
D | mtypes.h | 1045 GLfloat DepthBias, DepthScale; member
|
D | get.c | 846 { GL_DEPTH_BIAS, CONTEXT_FLOAT(Pixel.DepthBias), NO_EXTRA },
|
/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 | 216 ctx->Pixel.DepthBias == 0.0) { in scale_and_bias_z() 227 GLdouble d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in scale_and_bias_z()
|
D | s_drawpix.c | 310 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0; in draw_depth_pixels() 556 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0; in draw_depth_stencil_pixels()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 577 …et_line = state.offset_point = rasterizer_desc->SlopeScaledDepthBias || rasterizer_desc->DepthBias; in CreateRasterizerState() 579 state.offset_units = rasterizer_desc->DepthBias; in CreateRasterizerState()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 757 ctx->Pixel.DepthBias != 0.0F); in fallback_copy_texsubimage()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | d3d10.idl | 389 INT DepthBias;
|
D | d3d11.idl | 696 INT DepthBias;
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 118 GLfloat DepthBias, DepthScale; member
|