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

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 70 case TGSI_FILE_IMMEDIATE: return SVGA3DREG_CONST;
71 case TGSI_FILE_CONSTANT: return SVGA3DREG_CONST;
537 if (type0 == SVGA3DREG_CONST &&
538 type1 == SVGA3DREG_CONST &&
592 if (type0 == SVGA3DREG_CONST &&
593 ((type1 == SVGA3DREG_CONST && src0.base.num != src1.base.num) ||
594 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
597 if (type1 == SVGA3DREG_CONST &&
598 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
672 if (type0 == SVGA3DREG_CONST &
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 232 SVGA3DREG_CONST, /* Constant register file */
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 163 case SVGA3DREG_CONST:

Completed in 50 milliseconds