Home
last modified time | relevance | path

Searched refs:exec_list_is_empty (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/
Dlist.h360 exec_list_is_empty(const struct exec_list *list) in exec_list_is_empty() function
378 return !exec_list_is_empty(list) && in exec_list_is_singular()
385 return !exec_list_is_empty(list) ? list->head_sentinel.next : NULL; in exec_list_get_head_const()
391 return !exec_list_is_empty(list) ? list->head_sentinel.next : NULL; in exec_list_get_head()
409 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL; in exec_list_get_tail_const()
415 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL; in exec_list_get_tail()
487 if (exec_list_is_empty(list)) { in exec_list_move_nodes_to()
505 if (exec_list_is_empty(source)) in exec_list_append()
526 if (exec_list_is_empty(after)) in exec_node_insert_list_after()
548 if (exec_list_is_empty(before)) in exec_node_insert_list_before()
[all …]
/external/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp86 ASSERT_TRUE(!exec_list_is_empty((&nir_if_first_then_block(nif)->instr_list))); in TEST_F()
87 ASSERT_TRUE(exec_list_is_empty((&nir_if_first_else_block(nif)->instr_list))); in TEST_F()
142 ASSERT_TRUE(exec_list_is_empty((&nir_if_first_else_block(nif)->instr_list))); in TEST_F()
/external/mesa3d/src/compiler/nir/
Dnir_opt_dead_cf.c119 if (!exec_list_is_empty(&last_block->instr_list)) { in opt_constant_if()
202 if (!exec_list_is_empty(&after->instr_list) && in node_is_dead()
322 if (!exec_list_is_empty(&next->instr_list) || in dead_cf_list()
339 (!exec_list_is_empty(&next->instr_list) || in dead_cf_list()
Dnir_opt_conditional_discard.c52 if (!exec_list_is_empty(&else_block->instr_list)) in nir_opt_conditional_discard_block()
58 if (exec_list_is_empty(&then_block->instr_list)) in nir_opt_conditional_discard_block()
Dnir_lower_returns.c75 assert(!exec_list_is_empty(&list.list)); in predicate_following()
162 if (exec_list_is_empty(&list.list)) { in lower_returns_in_block()
Dnir_loop_analyze.h98 if (exec_list_is_empty(&block->instr_list)) in nir_block_ends_in_break()
Dnir_opt_if.c750 exec_list_is_empty(&block->instr_list); in is_block_empty()
756 if (exec_list_is_empty(&block->instr_list)) in nir_block_ends_in_continue()
847 exec_list_is_empty(&last_block->instr_list)) in opt_if_loop_last_continue()
1282 exec_list_is_empty(&next_blk->instr_list)) { in opt_if_merge()
Dnir_validate.c1203 validate_assert(state, exec_list_is_empty(&block->instr_list)); in validate_end_block()
1227 validate_assert(state, !exec_list_is_empty(&if_stmt->then_list)); in validate_if()
1228 validate_assert(state, !exec_list_is_empty(&if_stmt->else_list)); in validate_if()
1258 validate_assert(state, !exec_list_is_empty(&loop->body)); in validate_loop()
1493 validate_assert(state, exec_list_is_empty(&impl->end_block->instr_list)); in validate_function_impl()
1522 validate_assert(state, !exec_list_is_empty(&impl->body)); in validate_function_impl()
Dnir_phi_builder.c291 while (!exec_list_is_empty(&val->phis)) { in nir_phi_builder_finish()
Dnir_control_flow.c567 assert(exec_list_is_empty(&after->instr_list)); in stitch_blocks()
742 if (exec_list_is_empty(&cf_list->list)) in nir_cf_reinsert()
Dnir_lower_regs_to_ssa.c213 if (exec_list_is_empty(&impl->registers)) in nir_lower_regs_to_ssa_impl()
Dnir_clone.c545 assert(exec_list_is_empty(&nblk->instr_list)); in clone_block()
655 if (exec_list_is_empty(&src->list)) in nir_cf_list_clone()
Dnir_split_vars.c204 return !exec_list_is_empty(&split_vars); in split_var_list_structs()
618 return !exec_list_is_empty(&split_vars); in split_var_list_arrays()
1639 if ((modes & nir_var_function_temp) && !exec_list_is_empty(&impl->locals)) in function_impl_has_vars_with_modes()
Dnir_opt_gcm.c639 while (!exec_list_is_empty(&state.instrs)) { in opt_gcm_impl()
Dnir_opt_loop_unroll.c284 exec_list_is_empty(&nir_cf_node_as_block(unroll_loc)->instr_list)); in complex_unroll_loop_body()
Dnir.c812 if (exec_list_is_empty(&cursor.block->instr_list)) { in reduce_cursor()
915 assert(exec_list_is_empty(&cursor.block->instr_list)); in nir_instr_insert()
Dnir.h2840 return !exec_list_is_empty(&block->instr_list) && in nir_block_ends_in_jump()
3172 return exec_list_is_empty(&block->instr_list); in nir_cf_list_is_empty_block()
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c816 assert(!exec_list_is_empty(&perf_ctx->sample_buffers)); in gen_perf_begin_query()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c646 exec_list_is_empty(&nir_else_block->instr_list)); in ppir_emit_if()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1009 if (func->impl && !exec_list_is_empty(&func->impl->locals)) in nir_shader_has_local_variables()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2796 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_uniform_if()
2841 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_nonuniform_if()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2057 if (!exec_list_is_empty(&if_stmt->else_list)) { in ntt_emit_if()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2211 bool has_else = !exec_list_is_empty(&if_stmt->else_list); in emit_if()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2121 if (!exec_list_is_empty(&if_stmt->else_list)) { in visit_if()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1912 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()

12