Searched refs:SVGA3dTextureState (Results 1 – 5 of 5) sorted by relevance
182 SVGA3dTextureState *ts; in update_tss_binding()271 SVGA3dTextureState *ts; in svga_reemit_tss_bindings()315 SVGA3dTextureState ts[PIPE_MAX_SAMPLERS*SVGA3D_TS_MAX];409 SVGA3dTextureState *ts; in update_tss()
1306 SVGA3dTextureState **states, // OUT in SVGA3D_BeginSetTextureState()1319 *states = (SVGA3dTextureState*) &cmd[1]; in SVGA3D_BeginSetTextureState()
208 SVGA3dTextureState **states,
204 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState()2276 while(body + sizeof(SVGA3dTextureState) <= next) { in svga_dump_command()2277 dump_SVGA3dTextureState((const SVGA3dTextureState *)body); in svga_dump_command()2278 body += sizeof(SVGA3dTextureState); in svga_dump_command()
851 SVGA3dTextureState; typedef