Lines Matching refs:swz

161    sr |= ((src.swz[0] << NVFX_VP(SRC_SWZ_X_SHIFT)) |  in emit_src()
162 (src.swz[1] << NVFX_VP(SRC_SWZ_Y_SHIFT)) | in emit_src()
163 (src.swz[2] << NVFX_VP(SRC_SWZ_Z_SHIFT)) | in emit_src()
164 (src.swz[3] << NVFX_VP(SRC_SWZ_W_SHIFT))); in emit_src()
394 src.swz[0] = fsrc->Register.SwizzleX; in tgsi_src()
395 src.swz[1] = fsrc->Register.SwizzleY; in tgsi_src()
396 src.swz[2] = fsrc->Register.SwizzleZ; in tgsi_src()
397 src.swz[3] = fsrc->Register.SwizzleW; in tgsi_src()
584 …nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, swz(tmp, X, X, X, X), none, swz(tmp, Y, Y, Y, Y)… in nvfx_vertprog_parse_instruction()
643 …nvfx_vp_emit(vpc, arith(0, SCA, LG2, tmp.reg, NVFX_VP_MASK_X, none, none, swz(src[0], X, X, X, X))… in nvfx_vertprog_parse_instruction()
644 …nvfx_vp_emit(vpc, arith(0, VEC, MUL, tmp.reg, NVFX_VP_MASK_X, swz(tmp, X, X, X, X), swz(src[1], X,… in nvfx_vertprog_parse_instruction()
645 nvfx_vp_emit(vpc, arith(sat, SCA, EX2, dst, mask, none, none, swz(tmp, X, X, X, X))); in nvfx_vertprog_parse_instruction()
701 …nvfx_vp_emit(vpc, arith(0, VEC, MUL, tmp.reg, mask, swz(src[0], Z, X, Y, Y), swz(src[1], Y, Z, X, … in nvfx_vertprog_parse_instruction()
702 …emit(vpc, arith(sat, VEC, MAD, dst, (mask & ~NVFX_VP_MASK_W), swz(src[0], Y, Z, X, X), swz(src[1],… in nvfx_vertprog_parse_instruction()
734 tmp.swz[0] = tmp.swz[1] = tmp.swz[2] = tmp.swz[3] = 0; in nvfx_vertprog_parse_instruction()
808 …nvfx_vp_emit(vpc, arith(0, VEC, MAX, dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), X, X, X, … in nvfx_vertprog_parse_instruction()
809 …nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, … in nvfx_vertprog_parse_instruction()