Home
last modified time | relevance | path

Searched refs:SVGA3D_DX_MAX_VIEWPORTS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h336 struct pipe_scissor_state scissor[SVGA3D_DX_MAX_VIEWPORTS];
340 struct pipe_viewport_state viewport[SVGA3D_DX_MAX_VIEWPORTS];
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];
Dsvga_state_framebuffer.c699 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS]; in emit_viewport()
700 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; in emit_viewport()
755 unsigned last_prescale = SVGA3D_DX_MAX_VIEWPORTS - 1; in emit_viewport()
757 for (i = SVGA3D_DX_MAX_VIEWPORTS-1; i > 0; i--) { in emit_viewport()
799 SVGASignedRect rect[SVGA3D_DX_MAX_VIEWPORTS]; in emit_scissor_rect()
Dsvga_screen.c427 svgascreen->max_viewports == SVGA3D_DX_MAX_VIEWPORTS)); in svga_get_param()
1241 svgascreen->max_viewports = SVGA3D_DX_MAX_VIEWPORTS; in svga_screen_create()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h715 #define SVGA3D_DX_MAX_VIEWPORTS 16 macro
2090 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS];