Searched refs:SVGA3DREG_CONST (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c70 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...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c70 case TGSI_FILE_IMMEDIATE: return SVGA3DREG_CONST;
71 case TGSI_FILE_CONSTANT: return SVGA3DREG_CONST;
535 if (type0 == SVGA3DREG_CONST &&
536 type1 == SVGA3DREG_CONST &&
590 if (type0 == SVGA3DREG_CONST &&
591 ((type1 == SVGA3DREG_CONST && src0.base.num != src1.base.num) ||
592 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
595 if (type1 == SVGA3DREG_CONST &&
596 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
670 if (type0 == SVGA3DREG_CONST
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h232 SVGA3DREG_CONST, /* Constant register file */ enumerator in enum:__anon920b88fa0903
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h232 SVGA3DREG_CONST, /* Constant register file */ enumerator in enum:__anon89c9cd4d0903
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c163 case SVGA3DREG_CONST:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c163 case SVGA3DREG_CONST:

Completed in 10 milliseconds