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 74 case TGSI_FILE_IMMEDIATE: return SVGA3DREG_CONST;
75 case TGSI_FILE_CONSTANT: return SVGA3DREG_CONST;
362 if (type0 == SVGA3DREG_CONST &&
363 type1 == SVGA3DREG_CONST &&
413 if (type0 == SVGA3DREG_CONST &&
414 ((type1 == SVGA3DREG_CONST && src0.base.num != src1.base.num) ||
415 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
418 if (type1 == SVGA3DREG_CONST &&
419 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
490 if (type0 == SVGA3DREG_CONST &
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 230 SVGA3DREG_CONST, /* Constant register file */
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 160 case SVGA3DREG_CONST:

Completed in 47 milliseconds