HomeSort by relevance Sort by last modified time
    Searched refs:nvfx_src (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h 422 struct nvfx_src { struct
448 struct nvfx_src src[3];
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2)
481 static INLINE struct nvfx_src
482 nvfx_src(struct nvfx_reg reg) function
484 struct nvfx_src temp = {
494 static INLINE struct nvfx_src
495 nvfx_src_swz(struct nvfx_src src, int x, int y, int z, int w
    [all...]
nvfx_fragprog.c 87 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src)
238 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src)
240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
370 static INLINE struct nvfx_src
373 struct nvfx_src src;
443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
445 struct nvfx_src src[3], tmp;
477 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1))
    [all...]
nvfx_vertprog.c 118 int pos, struct nvfx_src src)
363 static inline struct nvfx_src
365 struct nvfx_src src;
461 struct nvfx_src src[3], tmp;
464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
494 src[i] = nvfx_src(temp(vpc));
505 src[i] = nvfx_src(temp(vpc));
516 src[i] = nvfx_src(temp(vpc));
561 tmp = nvfx_src(temp(vpc))
    [all...]

Completed in 53 milliseconds