Home
last modified time | relevance | path

Searched refs:SVGA3dTextureState (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c135 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()
Dsvga_cmd.h186 SVGA3dTextureState **states,
Dsvga_cmd.c1293 SVGA3dTextureState **states, // OUT in SVGA3D_BeginSetTextureState()
1306 *states = (SVGA3dTextureState*) &cmd[1]; in SVGA3D_BeginSetTextureState()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c187 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()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1563 } SVGA3dTextureState; typedef