HomeSort by relevance Sort by last modified time
    Searched defs:if_stack (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_cfg.cpp 173 exec_list if_stack, else_stack, do_stack, while_stack; local
191 if_stack.push_tail(link(mem_ctx, cur_if));
244 cur_if = pop_stack(&if_stack);
brw_eu.h 82 * - if_stack contains IF and ELSE instructions which must be patched
87 int *if_stack; member in struct:brw_codegen
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 43 struct util_dynarray if_stack; member in struct:nvfx_fpc
264 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset);
774 assert(util_dynarray_contains(&fpc->if_stack, unsigned));
775 hw = &fpc->fp->insn[util_dynarray_top(&fpc->if_stack, unsigned)];
785 assert(util_dynarray_contains(&fpc->if_stack, unsigned));
786 hw = &fpc->fp->insn[util_dynarray_pop(&fpc->if_stack, unsigned)];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 71 * For each IF/ELSE/ENDIF block, if_stack[if_stack_pos] has where the else
72 * instructions should be placed, and if_stack[if_stack_pos - 1] has where
75 nir_cursor *if_stack; member in struct:ttn_compile
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2281 int *if_stack, *loop_stack; local
    [all...]

Completed in 1029 milliseconds