Lines Matching defs:dest
1181 fi_type *dest = save->vertex_store->buffer_in_ram;
1200 dest[k] = src[k];
1204 dest[k] = FLOAT_AS_UNION(k == 3);
1207 dest[k] = INT_AS_UNION(k == 3);
1210 dest[k] = UINT_AS_UNION(k == 3);
1213 dest[k] = FLOAT_AS_UNION(k == 3);
1218 dest += newsz;
1223 dest[k] = data[k];
1225 dest += sz;
1326 C *dest = (C *)save->attrptr[A]; \
1327 if (N>0) dest[0] = V0; \
1328 if (N>1) dest[1] = V1; \
1329 if (N>2) dest[2] = V2; \
1330 if (N>3) dest[3] = V3; \