Home
last modified time | relevance | path

Searched defs:svga_hw_clear_state (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h392 struct svga_hw_clear_state struct
394 struct pipe_framebuffer_state framebuffer;
397 SVGA3dRect viewport;
398 struct svga_depthrange depthrange;
401 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS];
402 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS];
403 struct pipe_scissor_state scissors[SVGA3D_DX_MAX_VIEWPORTS];
404 unsigned num_prescale;
406 unsigned num_rendertargets;
407 struct pipe_surface *rtv[SVGA3D_MAX_RENDER_TARGETS];
[all …]