Lines Matching defs:states
1292 * XXX: Individual texture states need documentation. However,
1293 * they are very similar to the texture states defined by
1295 * for understanding SVGA3D texture states.
1308 SVGA3dTextureState **states, // OUT
1315 sizeof *cmd + sizeof **states * numStates,
1321 *states = (SVGA3dTextureState*) &cmd[1];
1338 * XXX: Individual render states need documentation. However,
1339 * they are very similar to the render states defined by
1341 * for understanding SVGA3D render states.
1354 SVGA3dRenderState **states, // OUT
1361 sizeof *cmd + sizeof **states * numStates,
1367 *states = (SVGA3dRenderState*) &cmd[1];