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

  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 157 struct sh_srcreg struct
173 sh_srcreg_type( struct sh_srcreg reg )
187 struct sh_srcreg src;
193 struct sh_srcreg src0;
194 struct sh_srcreg src1;
201 struct sh_srcreg src;
208 struct sh_srcreg src0;
209 struct sh_srcreg src1;
216 struct sh_srcreg src0;
217 struct sh_srcreg src1
    [all...]
svga_shader_dump.c 57 struct sh_srcreg dstind;
58 struct sh_srcreg src[DUMP_MAX_OP_SRC];
59 struct sh_srcreg srcind[DUMP_MAX_OP_SRC];
60 struct sh_srcreg p0;
135 const struct sh_srcreg *indreg)
150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di )
360 struct sh_srcreg *indreg,
417 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
421 STATIC_ASSERT(sizeof(struct sh_reg) == sizeof(struct sh_srcreg));
    [all...]

Completed in 655 milliseconds