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...] |