Lines Matching defs:attrib
103 void *attrib)
107 pan_pack(attrib, ATTRIBUTE, cfg) {
120 struct mali_attribute_packed *attrib = descs;
123 panvk_emit_varying(dev, varyings, stage, i, attrib++);
272 unsigned idx, void *attrib)
275 unsigned buf_idx = attribs->attrib[idx].buf;
278 pan_pack(attrib, ATTRIBUTE, cfg) {
280 cfg.offset = attribs->attrib[idx].offset +
286 cfg.format = pdev->formats[attribs->attrib[idx].format].hw;
298 struct mali_attribute_packed *attrib = descs;
301 panvk_emit_attrib(dev, draw, attribs, bufs, buf_count, i, attrib++);