Home | History | Annotate | Download | only in i965

Lines Matching refs:store_size

704    if (p->nr_insn + 1 > p->store_size) {
706 printf("incresing the store size to %d\n", p->store_size << 1);
707 p->store_size <<= 1;
709 struct brw_instruction, p->store_size);