Lines Matching defs:attrib
355 /* Stride to the same attrib in the next vertex in the vertex buffer,
1166 const union blitter_attrib *attrib)
1187 depth, num_instances, type, attrib);
1221 OUT_CS_32F(attrib->texcoord.x1);
1222 OUT_CS_32F(attrib->texcoord.y2);
1223 OUT_CS_32F(attrib->texcoord.x2);
1224 OUT_CS_32F(attrib->texcoord.y1);
1246 if (!attrib)
1247 attrib = &zeros;
1248 OUT_CS_TABLE(attrib->color, 4);