Home | History | Annotate | Download | only in r600

Lines Matching refs:bc

222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);
225 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family);
226 void r600_bytecode_clear(struct r600_bytecode *bc);
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
228 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx);
229 int r600_bytecode_add_tex(struct r600_bytecode *bc, const struct r600_bytecode_tex *tex);
230 int r600_bytecode_add_output(struct r600_bytecode *bc, const struct r600_bytecode_output *output);
231 int r600_bytecode_build(struct r600_bytecode *bc);
232 int r600_bytecode_add_cfinst(struct r600_bytecode *bc, int inst);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type);
235 void r600_bytecode_dump(struct r600_bytecode *bc);
237 int cm_bytecode_add_cf_end(struct r600_bytecode *bc);
243 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);