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