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.c182 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()
Dsvga_cmd.c1306 SVGA3dTextureState **states, // OUT in SVGA3D_BeginSetTextureState()
1319 *states = (SVGA3dTextureState*) &cmd[1]; in SVGA3D_BeginSetTextureState()
Dsvga_cmd.h208 SVGA3dTextureState **states,
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c204 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()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h926 SVGA3dTextureState; typedef