Lines Matching defs:header
89 * more uniform: each command begins with a header containing the
93 * reserve space for the whole command, and write the header.
113 SVGA3dCmdHeader *header;
115 header = swc->reserve(swc, sizeof *header + cmdSize, nr_relocs);
116 if (!header)
119 header->id = cmd;
120 header->size = cmdSize;
124 return &header[1];