Home | History | Annotate | Download | only in svga

Lines Matching refs:arl_consts

151       if (emit->arl_consts[i].arl_num == emit->current_arl)
163 if (emit->arl_consts[i].arl_num == emit->current_arl)
164 return emit->arl_consts[i].number;
669 vals[j] = emit->arl_consts[i + j].number;
670 emit->arl_consts[i + j].idx = idx;
673 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_X;
676 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_Y;
679 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_Z;
682 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_W;
754 if (emit->arl_consts[i].arl_num == emit->current_arl) {
755 idx = emit->arl_consts[i].idx;
756 swizzle = emit->arl_consts[i].swizzle;
3181 if (emit->arl_consts[i].arl_num == current_arl)
3188 emit->arl_consts[i].number = (emit->arl_consts[i].number > num) ?
3190 emit->arl_consts[i].number;
3191 emit->arl_consts[i].arl_num = current_arl;