Lines Matching refs:faces
69 id->face = s->real_layer; /* faces have the same order */
223 * the FIFO, and returns pointers to the command's faces and
227 * The faces and mipSizes arrays are initialized to zero.
236 * - Surface may have multiple faces (for cube maps)
264 * Returns pointers to arrays allocated in the FIFO for 'faces'
278 SVGA3dSurfaceFace **faces, // OUT
295 *faces = &cmd->face[0];
298 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES);
330 SVGA3dSurfaceFace *faces;
334 sid, 0, format, &faces, &mipSizes, 1);
338 faces[0].numMipLevels = 1;