Searched refs:nvfx_src (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h420 struct nvfx_src { struct
446 struct nvfx_src src[3];
450 nvfx_insn(bool sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2)
479 static inline struct nvfx_src
480 nvfx_src(struct nvfx_reg reg) function in typeref:struct:nvfx_src
482 struct nvfx_src temp = {
492 static inline struct nvfx_src
493 nvfx_src_swz(struct nvfx_src sr
[all...]
H A Dnvfx_vertprog.c121 int pos, struct nvfx_src src)
365 static inline struct nvfx_src
367 struct nvfx_src src;
463 struct nvfx_src src[3], tmp;
466 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
496 src[i] = nvfx_src(temp(vpc));
507 src[i] = nvfx_src(temp(vpc));
518 src[i] = nvfx_src(temp(vpc));
560 tmp = nvfx_src(tem
[all...]
H A Dnvfx_fragprog.c90 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src)
241 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src)
243 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
376 static inline struct nvfx_src
379 struct nvfx_src src;
449 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
451 struct nvfx_src src[3], tmp;
483 struct nvfx_src adden
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h420 struct nvfx_src { struct
446 struct nvfx_src src[3];
450 nvfx_insn(bool sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2)
479 static inline struct nvfx_src
480 nvfx_src(struct nvfx_reg reg) function in typeref:struct:nvfx_src
482 struct nvfx_src temp = {
492 static inline struct nvfx_src
493 nvfx_src_swz(struct nvfx_src sr
[all...]
H A Dnvfx_vertprog.c122 int pos, struct nvfx_src src)
366 static inline struct nvfx_src
368 struct nvfx_src src;
464 struct nvfx_src src[3], tmp;
467 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
497 src[i] = nvfx_src(temp(vpc));
508 src[i] = nvfx_src(temp(vpc));
519 src[i] = nvfx_src(temp(vpc));
561 tmp = nvfx_src(tem
[all...]
H A Dnvfx_fragprog.c90 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src)
241 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src)
243 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
376 static inline struct nvfx_src
379 struct nvfx_src src;
449 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
451 struct nvfx_src src[3], tmp;
483 struct nvfx_src adden
[all...]

Completed in 9 milliseconds