Searched refs:r600_bytecode_cf (Results 1 – 5 of 5) sorted by relevance
148 struct r600_bytecode_cf { struct182 struct r600_bytecode_cf *start; argument183 struct r600_bytecode_cf **mid; /* used to store the else point */203 struct r600_bytecode_cf *cf_last;222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);242 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf);
26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
214 static struct r600_bytecode_cf *r600_bytecode_cf(void) in r600_bytecode_cf() function216 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); in r600_bytecode_cf()274 struct r600_bytecode_cf *cf = r600_bytecode_cf(); in r600_bytecode_add_cf()1808 static void r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r600_bytecode_cf_vtx_build()1817 static int r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in r600_bytecode_cf_build()1903 struct r600_bytecode_cf *cf; in r600_bytecode_build()2199 struct r600_bytecode_cf *cf = NULL, *next_cf; in r600_bytecode_clear()2235 struct r600_bytecode_cf *cf = NULL; in r600_bytecode_dump()
30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build()
4999 sp->mid = (struct r600_bytecode_cf **)realloc((void *)sp->mid, in fc_set_mid()5000 sizeof(struct r600_bytecode_cf *) * (sp->num_mid + 1)); in fc_set_mid()