Home
last modified time | relevance | path

Searched refs:nvfx_src (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_shader.h420 struct nvfx_src { struct
446 struct nvfx_src src[3]; argument
450 …nt unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_s… in nvfx_insn()
479 static inline struct nvfx_src
480 nvfx_src(struct nvfx_reg reg) in nvfx_src() function
482 struct nvfx_src temp = { in nvfx_src()
492 static inline struct nvfx_src
493 nvfx_src_swz(struct nvfx_src src, int x, int y, int z, int w) in nvfx_src_swz()
495 struct nvfx_src dst = src; in nvfx_src_swz()
504 static inline struct nvfx_src
[all …]
Dnvfx_vertprog.c121 int pos, struct nvfx_src src) in emit_src()
365 static inline struct nvfx_src
367 struct nvfx_src src; in tgsi_src()
463 struct nvfx_src src[3], tmp; in nvfx_vertprog_parse_instruction()
466 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_vertprog_parse_instruction()
496 src[i] = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction()
507 src[i] = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction()
518 src[i] = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction()
560 tmp = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction()
581 tmp = nvfx_src(temp(vpc)); in nvfx_vertprog_parse_instruction()
[all …]
Dnvfx_fragprog.c90 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src) in emit_src()
241 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src) in nv40_fp_if()
243 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nv40_fp_if()
376 static inline struct nvfx_src
379 struct nvfx_src src; in tgsi_src()
449 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_fragprog_parse_instruction()
451 struct nvfx_src src[3], tmp; in nvfx_fragprog_parse_instruction()
483 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); in nvfx_fragprog_parse_instruction()
488 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
494 src[i] = nvfx_src(temp(fpc)); in nvfx_fragprog_parse_instruction()
[all …]