Searched refs:r_0_1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 54 struct nvfx_reg r_0_1; member 787 if (!vpc->r_0_1.type) in nvfx_vertprog_parse_instruction() 788 vpc->r_0_1 = constant(vpc, -1, 0, 1, 0, 0); in nvfx_vertprog_parse_instruction() 789 …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() 790 …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()
|