Home | History | Annotate | Download | only in r600

Lines Matching refs:mid

4999 	sp->mid = (struct r600_bytecode_cf **)realloc((void *)sp->mid,
5001 sp->mid[sp->num_mid] = ctx->bc->cf_last;
5015 if (sp->mid) {
5016 free(sp->mid);
5017 sp->mid = NULL;
5103 if (ctx->bc->fc_stack[ctx->bc->fc_sp].mid == NULL) {
5107 ctx->bc->fc_stack[ctx->bc->fc_sp].mid[0]->cf_addr = ctx->bc->cf_last->id + 2;
5149 ctx->bc->fc_stack[ctx->bc->fc_sp].mid[i]->cf_addr = ctx->bc->cf_last->id;