Searched refs:SVGA3dTextureState (Results 1 – 5 of 5) sorted by relevance
135 SVGA3dTextureState *ts; in update_tss_binding()204 SVGA3dTextureState *ts; in svga_reemit_tss_bindings()249 SVGA3dTextureState ts[PIPE_MAX_SAMPLERS*SVGA3D_TS_MAX];327 SVGA3dTextureState *ts; in update_tss()
186 SVGA3dTextureState **states,
1293 SVGA3dTextureState **states, // OUT in SVGA3D_BeginSetTextureState()1306 *states = (SVGA3dTextureState*) &cmd[1]; in SVGA3D_BeginSetTextureState()
187 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState()1602 while(body + sizeof(SVGA3dTextureState) <= next) { in svga_dump_command()1603 dump_SVGA3dTextureState((const SVGA3dTextureState *)body); in svga_dump_command()1604 body += sizeof(SVGA3dTextureState); in svga_dump_command()
1563 } SVGA3dTextureState; typedef