Searched refs:nvfx_reg (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_shader.h | 417 struct nvfx_reg { struct 423 struct nvfx_reg reg; argument 447 struct nvfx_reg dst; 452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s… in nvfx_insn() 471 static INLINE struct nvfx_reg 472 nvfx_reg(int type, int index) in nvfx_reg() function 474 struct nvfx_reg temp = { in nvfx_reg() 482 nvfx_src(struct nvfx_reg reg) in nvfx_src()
|
D | nvfx_vertprog.c | 48 struct nvfx_reg r_result[PIPE_MAX_SHADER_OUTPUTS]; 49 struct nvfx_reg *r_address; 50 struct nvfx_reg *r_temp; 51 struct nvfx_reg *r_const; 52 struct nvfx_reg r_0_1; 54 struct nvfx_reg *imm; 64 static struct nvfx_reg 72 return nvfx_reg(NVFXSR_TEMP, 0); in temp() 77 return nvfx_reg(NVFXSR_TEMP, idx); in temp() 87 static struct nvfx_reg [all …]
|
D | nvfx_fragprog.c | 25 struct nvfx_reg r_result[PIPE_MAX_SHADER_OUTPUTS]; 26 struct nvfx_reg r_input[PIPE_MAX_SHADER_INPUTS]; 27 struct nvfx_reg *r_temp; 36 struct nvfx_reg* r_imm; 44 static INLINE struct nvfx_reg 52 return nvfx_reg(NVFXSR_TEMP, 0); in temp() 57 return nvfx_reg(NVFXSR_TEMP, idx); in temp() 67 static inline struct nvfx_reg 74 return nvfx_reg(NVFXSR_IMM, idx); in nvfx_fp_imm() 160 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst) in emit_dst() [all …]
|