Searched refs:nvfx_src (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_shader.h | 422 struct nvfx_src { struct 448 struct nvfx_src src[3]; argument 452 …nt unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_s… in nvfx_insn() 481 static INLINE struct nvfx_src 482 nvfx_src(struct nvfx_reg reg) in nvfx_src() function 484 struct nvfx_src temp = { in nvfx_src() 494 static INLINE struct nvfx_src 495 nvfx_src_swz(struct nvfx_src src, int x, int y, int z, int w) in nvfx_src_swz() 497 struct nvfx_src dst = src; in nvfx_src_swz() 506 static INLINE struct nvfx_src [all …]
|
D | nvfx_vertprog.c | 118 int pos, struct nvfx_src src) in emit_src() 363 static inline struct nvfx_src 365 struct nvfx_src src; in tgsi_src() 461 struct nvfx_src src[3], tmp; in nvfx_vertprog_parse_instruction() 464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_vertprog_parse_instruction() 494 src[i] = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction() 505 src[i] = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction() 516 src[i] = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction() 561 tmp = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction() 582 tmp = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction() [all …]
|
D | nvfx_fragprog.c | 87 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src) in emit_src() 238 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src) in nv40_fp_if() 240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nv40_fp_if() 370 static INLINE struct nvfx_src 373 struct nvfx_src src; in tgsi_src() 443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_fragprog_parse_instruction() 445 struct nvfx_src src[3], tmp; in nvfx_fragprog_parse_instruction() 477 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); in nvfx_fragprog_parse_instruction() 482 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction() 488 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction() [all …]
|