Lines Matching refs:store
656 p->store = reralloc(p->mem_ctx, p->store, brw_inst, p->store_size);
663 memset(&p->store[p->nr_insn], 0,
671 return &p->store[start_insn];
692 return dst - (void *)p->store;
1369 p->if_stack[p->if_stack_depth] = inst - p->store;
1383 return &p->store[p->if_stack[p->if_stack_depth]];
1397 p->loop_stack[p->loop_stack_depth] = inst - p->store;
1405 return &p->store[p->loop_stack[p->loop_stack_depth - 1]];
1502 brw_inst *next_inst = &p->store[p->nr_insn];
1689 * A single next_insn() may change the base address of instruction store
1690 * memory(p->store), so call it first before referencing the instruction
1691 * store pointer from an index
1846 push_loop_stack(p, &p->store[p->nr_insn]);
1847 return &p->store[p->nr_insn];
1967 brw_inst *jmp_insn = &p->store[jmp_insn_idx];
2591 /* The "Sampler Index" field can only store values between 0 and 15.
2908 void *store = p->store;
2913 for (offset = next_offset(devinfo, store, start_offset);
2915 offset = next_offset(devinfo, store, offset)) {
2916 brw_inst *insn = store + offset;
2956 void *store = p->store;
2963 for (offset = next_offset(devinfo, store, start_offset);
2965 offset = next_offset(devinfo, store, offset)) {
2966 brw_inst *insn = store + offset;
2987 void *store = p->store;
2993 brw_inst *insn = store + offset;