HomeSort by relevance Sort by last modified time
    Searched refs:then_list (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/compiler/nir/
nir_loop_analyze.h 52 foreach_list_typed_safe(nir_cf_node, node, node, &if_stmt->then_list) {
nir_opt_if.c 146 continue_list = &nif->then_list;
150 entry_list = &nif->then_list;
214 progress |= opt_if_cf_list(&nif->then_list);
nir_opt_trivial_continues.c 87 if (lower_trivial_continues_list(&nif->then_list, at_loop_tail, loop))
nir_lower_returns.c 66 nir_instr_insert(nir_before_cf_list(&if_stmt->then_list), &brk->instr);
108 then_progress = lower_returns_in_cf_list(&if_stmt->then_list, state);
139 nir_cf_reinsert(&list, nir_after_cf_list(&if_stmt->then_list));
nir_opt_dead_cf.c 126 struct exec_list *cf_list = condition ? &if_stmt->then_list
300 progress |= dead_cf_list(&if_stmt->then_list, &then_ends_in_jump);
nir_lower_gs_intrinsics.c 92 b->cursor = nir_after_cf_list(&if_stmt->then_list);
nir_sweep.c 79 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) {
nir_to_lcssa.c 168 foreach_list_typed(nir_cf_node, nested_node, node, &if_stmt->then_list)
nir_lower_indirect_derefs.c 63 b->cursor = nir_after_cf_list(&if_stmt->then_list);
nir_opt_gcm.c 87 gcm_build_block_info(&if_stmt->then_list, state, loop_depth);
nir_validate.c 782 validate_assert(state, !exec_list_is_empty(&if_stmt->then_list));
788 exec_list_validate(&if_stmt->then_list);
789 foreach_list_typed(nir_cf_node, cf_node, node, &if_stmt->then_list) {
    [all...]
nir_opt_loop_unroll.c 479 foreach_list_typed_safe(nir_cf_node, nested_node, node, &if_stmt->then_list)
nir_clone.c 572 clone_cf_list(state, &ni->then_list, &i->then_list);
nir.h 1535 struct exec_list then_list; \/** < list of nir_cf_node *\/ member in struct:nir_if
    [all...]
nir_control_flow.c 637 foreach_list_typed(nir_cf_node, child, node, &if_stmt->then_list)
nir_loop_analyze.c 809 foreach_list_typed(nir_cf_node, nested_node, node, &if_stmt->then_list)
nir.c 381 exec_list_make_empty(&if_stmt->then_list);
382 exec_list_push_tail(&if_stmt->then_list, &then->cf_node.node);
    [all...]
nir_print.c 994 foreach_list_typed(nir_cf_node, node, node, &if_stmt->then_list) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_tcs_workarounds.c 108 b->cursor = nir_after_cf_list(&if_stmt->then_list);
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_dynamic_offsets.c 101 nir_instr_insert_after_cf_list(&if_stmt->then_list, &intrin->instr);
111 struct exec_node *tnode = exec_list_get_tail(&if_stmt->then_list);
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 621 b->nb.cursor = nir_after_cf_list(&if_stmt->then_list);
653 b->nb.cursor = nir_after_cf_list(&if_stmt->then_list);
683 b->nb.cursor = nir_after_cf_list(&cont_if->then_list);
755 b->nb.cursor = nir_after_cf_list(&case_if->then_list);
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 129 b.cursor = nir_after_cf_list(&if_stmt->then_list);
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 527 b.cursor = nir_after_cf_list(&if_stmt->then_list);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]

Completed in 948 milliseconds

1 2