Home | History | Annotate | Download | only in translate

Lines Matching defs:dst

43 typedef void (*fetch_func)(void *dst,
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
643 memcpy(dst, src, copy_size);
657 tg->attrib[attr].emit( data, dst );
665 tg->attrib[attr].emit( data, dst );
769 const struct util_format_description *dst )
772 unsigned nr = MIN2(src->nr_channels, dst->nr_channels);
776 if (src->channel[i].type != dst->channel[i].type) {
781 if (src->channel[i].size > dst->channel[i].size) {