Lines Matching refs:Dst

243       newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
244 newInst.Dst[0].Register.Index = tmp0;
245 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XY;
257 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
258 newInst.Dst[0].Register.Index = tmp0;
259 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_X;
274 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
275 newInst.Dst[0].Register.Index = tmp0;
276 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_X;
286 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
287 newInst.Dst[0].Register.Index = tmp0;
288 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_X;
299 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
300 newInst.Dst[0].Register.Index = tmp0;
301 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_Y;
332 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
333 newInst.Dst[0].Register.Index = tmp0;
334 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_Z;
348 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
349 newInst.Dst[0].Register.Index = tmp0;
350 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_Z;
361 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
362 newInst.Dst[0].Register.Index = tmp0;
363 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_Y;
377 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
378 newInst.Dst[0].Register.Index = tmp0;
379 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_W;
393 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
394 newInst.Dst[0].Register.Index = tmp0;
395 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_Y;
414 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
415 newInst.Dst[0].Register.Index = tmp0;
416 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_W;
448 newInst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
449 newInst.Dst[0].Register.Index = aactx->colorOutput;
450 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZ;
460 newInst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
461 newInst.Dst[0].Register.Index = aactx->colorOutput;
462 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_W;
477 struct tgsi_full_dst_register *dst = &inst->Dst[i];