Searched refs:r_0_1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c54 struct nvfx_reg r_0_1; member in struct:nvfx_vpc
787 if (!vpc->r_0_1.type)
788 vpc->r_0_1 = constant(vpc, -1, 0, 1, 0, 0);
789 nvfx_vp_emit(vpc, arith(0, VEC, MAX, dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), X, X, X, X), none));
790 nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, Y, Y, Y), none));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c55 struct nvfx_reg r_0_1; member in struct:nvfx_vpc
788 if (!vpc->r_0_1.type)
789 vpc->r_0_1 = constant(vpc, -1, 0, 1, 0, 0);
790 nvfx_vp_emit(vpc, arith(0, VEC, MAX, dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), X, X, X, X), none));
791 nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, Y, Y, Y), none));

Completed in 4 milliseconds