Home | History | Annotate | Download | only in svga

Lines Matching defs:faces

66       id->face = s->real_face; /* faces have the same order */
216 * the FIFO, and returns pointers to the command's faces and
220 * The faces and mipSizes arrays are initialized to zero.
229 * - Surface may have multiple faces (for cube maps)
257 * Returns pointers to arrays allocated in the FIFO for 'faces'
271 SVGA3dSurfaceFace **faces, // OUT
287 *faces = &cmd->face[0];
290 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES);
322 SVGA3dSurfaceFace *faces;
326 sid, 0, format, &faces, &mipSizes, 1);
330 faces[0].numMipLevels = 1;