Home
last modified time | relevance | path

Searched refs:sh_srcreg (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader.h157 struct sh_srcreg struct
173 sh_srcreg_type( struct sh_srcreg reg ) in sh_srcreg_type() argument
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 …]
Dsvga_shader_dump.c57 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) in format_reg()
150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di ) in dump_reg()
360 struct sh_srcreg *indreg, in dump_dstreg()
417 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info … in dump_srcreg()
421 STATIC_ASSERT(sizeof(struct sh_reg) == sizeof(struct sh_srcreg)); in dump_srcreg()
504 op->dstind = *(struct sh_srcreg *)*token; in parse_op()
[all …]