Searched refs:DepthBias (Results 1 – 17 of 17) 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 | 576 if (ctx->Pixel.DepthBias == param) in _mesa_PixelTransferf() 579 ctx->Pixel.DepthBias = param; in _mesa_PixelTransferf() 653 ctx->Pixel.DepthBias = 0.0; in _mesa_init_pixel()
|
D | readpix.c | 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()
|
D | pack.c | 783 if (ctx->Pixel.DepthScale == 1.0F && ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span() 862 ctx->Pixel.DepthBias == 0.0F) { in _mesa_unpack_depth_span() 931 const GLfloat bias = ctx->Pixel.DepthBias; 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()
|
D | texstore.c | 836 ctx->Pixel.DepthBias != 0.0f; in _mesa_texstore_needs_transfer_ops()
|
D | mtypes.h | 742 GLfloat DepthBias, DepthScale; member
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 206 rasterDesc.DepthBias = (INT)rasterState.polygonOffsetUnits; in getRasterizerState() 211 rasterDesc.DepthBias = 0; in getRasterizerState()
|
D | PixelTransfer11.cpp | 61 rasterDesc.DepthBias = 0; in loadResources()
|
D | Clear11.cpp | 254 rsDesc.DepthBias = 0; in ensureResourcesInitialized()
|
D | SwapChain11.cpp | 766 rasterizerDesc.DepthBias = 0; in initPassThroughResources()
|
D | Blit11.cpp | 642 rasterDesc.DepthBias = 0; in initResources()
|
/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 | 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()
|
/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/drivers/common/ |
D | meta.h | 109 GLfloat DepthBias, DepthScale; member
|
/external/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 391 rasterizer->DepthBias = 0; in fill_in_rasterizer_state()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2367 ctx->Pixel.DepthBias != 0.0F); in fallback_copy_texsubimage()
|