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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c79 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i,
96 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_DEPTH, curr->zsbuf);
106 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL,
112 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL, NULL);
151 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i,
160 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_DEPTH, hw->zsbuf);
167 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL, hw->zsbuf);
173 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL, NULL);
H A Dsvga_cmd.h186 SVGA3D_SetRenderTarget(struct svga_winsys_context *swc,
H A Dsvga_cmd.c560 * SVGA3D_SetRenderTarget --
586 SVGA3D_SetRenderTarget(struct svga_winsys_context *swc, function in typeref:enum:pipe_error
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c79 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i,
96 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_DEPTH, curr->zsbuf);
106 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL,
112 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL, NULL);
151 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i,
160 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_DEPTH, hw->zsbuf);
167 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL, hw->zsbuf);
173 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_STENCIL, NULL);
H A Dsvga_cmd.h186 SVGA3D_SetRenderTarget(struct svga_winsys_context *swc,
H A Dsvga_cmd.c560 * SVGA3D_SetRenderTarget --
586 SVGA3D_SetRenderTarget(struct svga_winsys_context *swc, function in typeref:enum:pipe_error

Completed in 10 milliseconds