Home
last modified time | relevance | path

Searched refs:SVGA3dCmdSetRenderTarget (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c403 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget *cmd) in dump_SVGA3dCmdSetRenderTarget()
2274 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; in svga_dump_command()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h537 SVGA3dCmdSetRenderTarget; /* SVGA_3D_CMD_SETRENDERTARGET */ typedef
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c592 SVGA3dCmdSetRenderTarget *cmd; in SVGA3D_SetRenderTarget()