Home
last modified time | relevance | path

Searched refs:forcedSampleCount (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.h61 unsigned forcedSampleCount; /* available with GL43 capable device only */ member
H A Dsvga_screen.c1129 svgascreen->forcedSampleCount = in svga_screen_create()
1132 sws->have_gl43 = sws->have_gl43 && (svgascreen->forcedSampleCount >= 4); in svga_screen_create()
H A Dsvga_cmd_vgpu10.c1825 uint32 forcedSampleCount) in SVGA3D_sm5_DefineRasterizerState_v2()
1840 cmd->forcedSampleCount = forcedSampleCount; in SVGA3D_sm5_DefineRasterizerState_v2()
1808 SVGA3D_sm5_DefineRasterizerState_v2(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, uint32 forcedSampleCount) SVGA3D_sm5_DefineRasterizerState_v2() argument
H A Dsvga_cmd.h802 uint32 forcedSampleCount);
H A Dsvga_format.c2321 return (ss->sws->have_gl43 && (sample_count <= ss->forcedSampleCount)); in svga_is_dx_format_supported()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1608 uint8 forcedSampleCount; member
1661 uint32 forcedSampleCount; member

Completed in 12 milliseconds