Searched refs:SVGA3dTextureState (Results 1 – 5 of 5) sorted by relevance
182 SVGA3dTextureState *ts; in update_tss_binding()272 SVGA3dTextureState *ts; in svga_reemit_tss_bindings()316 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()2285 while(body + sizeof(SVGA3dTextureState) <= next) { in svga_dump_command()2286 dump_SVGA3dTextureState((const SVGA3dTextureState *)body); in svga_dump_command()2287 body += sizeof(SVGA3dTextureState); in svga_dump_command()
926 SVGA3dTextureState; typedef