Searched refs:SVGA3D_DX_MAX_VIEWPORTS (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_context.h304 struct pipe_scissor_state scissor[SVGA3D_DX_MAX_VIEWPORTS];
308 struct pipe_viewport_state viewport[SVGA3D_DX_MAX_VIEWPORTS];
355 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS];
356 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS];
357 struct pipe_scissor_state scissors[SVGA3D_DX_MAX_VIEWPORTS];
H A Dsvga_state_framebuffer.c699 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS];
700 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS];
755 unsigned last_prescale = SVGA3D_DX_MAX_VIEWPORTS - 1;
757 for (i = SVGA3D_DX_MAX_VIEWPORTS-1; i > 0; i--) {
799 SVGASignedRect rect[SVGA3D_DX_MAX_VIEWPORTS];
H A Dsvga_screen.c388 svgascreen->max_viewports == SVGA3D_DX_MAX_VIEWPORTS));
1054 svgascreen->max_viewports = SVGA3D_DX_MAX_VIEWPORTS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h585 #define SVGA3D_DX_MAX_VIEWPORTS 16 macro
1614 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h626 #define SVGA3D_DX_MAX_VIEWPORTS 16 macro
1771 SVGA3dViewport viewports[SVGA3D_DX_MAX_VIEWPORTS];

Completed in 16 milliseconds