Searched refs:slopeScaledDepthBias (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1266 float slopeScaledDepthBias; member in struct:__anoncfb9ff1d1608
1295 float slopeScaledDepthBias; member in struct:SVGA3dCmdDXDefineRasterizerState
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1307 float slopeScaledDepthBias; member in struct:__anonac0ea0701608
1336 float slopeScaledDepthBias; member in struct:SVGA3dCmdDXDefineRasterizerState
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h571 float slopeScaledDepthBias,
H A Dsvga_cmd_vgpu10.c977 float slopeScaledDepthBias,
993 SVGA3D_COPY_BASIC_6(depthBiasClamp, slopeScaledDepthBias,
970 SVGA3D_vgpu10_DefineRasterizerState(struct svga_winsys_context * swc,SVGA3dRasterizerStateId rasterizerId,uint8 fillMode,SVGA3dCullMode cullMode,uint8 frontCounterClockwise,int32 depthBias,float depthBiasClamp,float slopeScaledDepthBias,uint8 depthClipEnable,uint8 scissorEnable,uint8 multisampleEnable,uint8 antialiasedLineEnable,float lineWidth,uint8 lineStippleEnable,uint8 lineStippleFactor,uint16 lineStipplePattern,uint8 provokingVertexLast) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dstate.h1109 float slopeScaledDepthBias; member in struct:SWR_RASTSTATE
H A Drasterizer_impl.h508 if (pState->depthBias == 0 && pState->slopeScaledDepthBias == 0)
513 float scale = pState->slopeScaledDepthBias;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h571 float slopeScaledDepthBias,
H A Dsvga_cmd_vgpu10.c977 float slopeScaledDepthBias,
993 SVGA3D_COPY_BASIC_6(depthBiasClamp, slopeScaledDepthBias,
970 SVGA3D_vgpu10_DefineRasterizerState(struct svga_winsys_context * swc,SVGA3dRasterizerStateId rasterizerId,uint8 fillMode,SVGA3dCullMode cullMode,uint8 frontCounterClockwise,int32 depthBias,float depthBiasClamp,float slopeScaledDepthBias,uint8 depthClipEnable,uint8 scissorEnable,uint8 multisampleEnable,uint8 antialiasedLineEnable,float lineWidth,uint8 lineStippleEnable,uint8 lineStippleFactor,uint16 lineStipplePattern,uint8 provokingVertexLast) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1181 rastState->slopeScaledDepthBias = rasterizer->offset_scale;
1185 rastState->slopeScaledDepthBias = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1329 rastState->slopeScaledDepthBias = rasterizer->offset_scale;
1333 rastState->slopeScaledDepthBias = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1849 SVGA3D_DUMP_PARAMETER(slopeScaledDepthBias, f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1849 SVGA3D_DUMP_PARAMETER(slopeScaledDepthBias, f);

Completed in 31 milliseconds