Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c423 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState *cmd) in dump_SVGA3dCmdSetTextureState()
2273 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; in svga_dump_command()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h860 SVGA3dCmdSetTextureState; /* SVGA_3D_CMD_SETTEXTURESTATE */ typedef
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1309 SVGA3dCmdSetTextureState *cmd; in SVGA3D_BeginSetTextureState()