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

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]

Completed in 294 milliseconds