Searched refs:if_stack (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 186 exec_list if_stack, else_stack, do_stack, while_stack; in cfg_t() local 204 push_stack(&if_stack, mem_ctx, cur_if); in cfg_t() 258 cur_if = pop_stack(&if_stack); in cfg_t()
|
H A D | brw_eu.c | 351 p->if_stack = rzalloc_array(mem_ctx, int, p->if_stack_array_size); in brw_init_codegen()
|
H A D | brw_eu_emit.c | 1369 p->if_stack[p->if_stack_depth] = inst - p->store; in push_if_stack() 1374 p->if_stack = reralloc(p->mem_ctx, p->if_stack, int, in push_if_stack() 1383 return &p->store[p->if_stack[p->if_stack_depth]]; in pop_if_stack()
|
H A D | brw_eu.h | 120 * - if_stack contains IF and ELSE instructions which must be patched 125 int *if_stack; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 43 struct util_dynarray if_stack; member 264 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset); in nv40_fp_if() 774 assert(util_dynarray_contains(&fpc->if_stack, unsigned)); in nvfx_fragprog_parse_instruction() 775 hw = &fpc->fp->insn[util_dynarray_top(&fpc->if_stack, unsigned)]; in nvfx_fragprog_parse_instruction() 785 assert(util_dynarray_contains(&fpc->if_stack, unsigned)); in nvfx_fragprog_parse_instruction() 786 hw = &fpc->fp->insn[util_dynarray_pop(&fpc->if_stack, unsigned)]; in nvfx_fragprog_parse_instruction() 1160 util_dynarray_fini(&fpc->if_stack); in _nvfx_fragprog_translate()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 2979 int if_stack = c->current_if_else; in ntt_emit_if_ureg() local 2988 c->current_if_else = if_stack; in ntt_emit_if_ureg()
|
Completed in 16 milliseconds