Home | History | Annotate | Download | only in swrast

Lines Matching defs:dst

205 	       GLfloat * dst)
213 dst[0] = src[0];
216 dst[1] = src[1];
219 dst[2] = src[2];
223 dst[i] = src[i];
227 dst[3] = src[3];
330 GLfloat dst[2][4], *dstp;
388 dst[optype][i] =
392 dst[optype][3] = src[optype][0][3] + src[optype][1][3];
397 dst[optype][i] =
401 dst[optype][3] = src[optype][0][3] - src[optype][1][3];
406 dst[optype][i] =
410 dst[optype][3] = src[optype][0][3] * src[optype][1][3];
415 dst[optype][i] =
420 dst[optype][3] =
427 dst[optype][i] =
435 dst[optype][3] =
445 dst[optype][i] = src[optype][0][i];
448 dst[optype][3] = src[optype][0][3];
453 dst[optype][i] =
459 dst[optype][3] =
468 dst[optype][i] =
473 dst[optype][3] =
488 dst[optype][i] = result;
492 dst[optype][3] = result;
506 dst[optype][i] = result;
510 dst[optype][3] = result;
524 dst[optype][i] = result;
528 dst[optype][3] = result;
545 inst->DstReg[optype].dstMask, dst[optype],
548 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp);