Home
last modified time | relevance | path

Searched refs:exec_list_make_empty (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dlist_iterators.cpp50 exec_list_make_empty(&node_list); in SetUp()
62 exec_list_make_empty(&node_list); in TearDown()
168 exec_list_make_empty(&node_list); in SetUp()
181 exec_list_make_empty(&node_list); in TearDown()
/external/mesa3d/src/compiler/glsl/
Dlist.h351 exec_list_make_empty(struct exec_list *list) in exec_list_make_empty() function
488 exec_list_make_empty(target); in exec_list_move_nodes_to()
498 exec_list_make_empty(list); in exec_list_move_nodes_to()
520 exec_list_make_empty(source); in exec_list_append()
535 exec_list_make_empty(after); in exec_node_insert_list_after()
557 exec_list_make_empty(before); in exec_node_insert_list_before()
583 exec_list_make_empty(this); in make_empty()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c338 exec_list_make_empty(&state.old_inputs); in nir_lower_io_to_temporaries()
342 exec_list_make_empty(&state.old_outputs); in nir_lower_io_to_temporaries()
346 exec_list_make_empty(&state.new_inputs); in nir_lower_io_to_temporaries()
347 exec_list_make_empty(&state.new_outputs); in nir_lower_io_to_temporaries()
Dnir_phi_builder.c107 exec_list_make_empty(&pb->values); in nir_phi_builder_create()
127 exec_list_make_empty(&val->phis); in nir_phi_builder_add_value()
Dnir_opt_comparison_pre.c76 exec_list_make_empty(&bq->blocks); in block_queue_init()
77 exec_list_make_empty(&bq->reusable_blocks); in block_queue_init()
Dnir.c109 exec_list_make_empty(&shader->variables); in nir_shader_create()
120 exec_list_make_empty(&shader->functions); in nir_shader_create()
369 exec_list_make_empty(&impl->body); in nir_function_impl_create_bare()
370 exec_list_make_empty(&impl->registers); in nir_function_impl_create_bare()
371 exec_list_make_empty(&impl->locals); in nir_function_impl_create_bare()
424 exec_list_make_empty(&block->instr_list); in nir_block_create()
449 exec_list_make_empty(&if_stmt->then_list); in nir_if_create()
454 exec_list_make_empty(&if_stmt->else_list); in nir_if_create()
469 exec_list_make_empty(&loop->body); in nir_loop_create()
697 exec_list_make_empty(&instr->srcs); in nir_phi_instr_create()
[all …]
Dnir_clone.c195 exec_list_make_empty(dst); in clone_var_list()
230 exec_list_make_empty(dst); in clone_reg_list()
652 exec_list_make_empty(&dst->list); in nir_cf_list_clone()
Dnir_control_flow.c681 exec_list_make_empty(&extracted->list); in nir_cf_extract()
714 exec_list_make_empty(&extracted->list); in nir_cf_extract()
Dnir_opt_gcm.c612 exec_list_make_empty(&state.instrs); in opt_gcm_impl()
Dnir_lower_vars_to_ssa.c718 exec_list_make_empty(&state.direct_deref_nodes); in nir_lower_vars_to_ssa_impl()
Dnir_split_vars.c171 exec_list_make_empty(&split_vars); in split_var_list_structs()
563 exec_list_make_empty(&split_vars); in split_var_list_arrays()
Dnir_from_ssa.c145 exec_list_make_empty(&set->nodes); in get_merge_node()
Dnir_serialize.c429 exec_list_make_empty(dst); in read_var_list()
485 exec_list_make_empty(dst); in read_reg_list()
Dnir_linking_helpers.c1083 exec_list_make_empty(sorted_list); in sort_varyings()
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c65 exec_list_make_empty(&new_list); in sort_varyings()
/external/mesa3d/src/intel/compiler/
Dbrw_disasm_info.c111 exec_list_make_empty(&disasm->group_list); in disasm_initialize()
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c484 exec_list_make_empty(&perf_ctx->free_sample_buffers); in free_sample_bufs()
569 exec_list_make_empty(&perf_ctx->sample_buffers); in gen_perf_init_context()
570 exec_list_make_empty(&perf_ctx->free_sample_buffers); in gen_perf_init_context()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c925 exec_list_make_empty(&state.old_outputs); in ir3_nir_lower_gs()
930 exec_list_make_empty(&state.new_outputs); in ir3_nir_lower_gs()
931 exec_list_make_empty(&state.emit_outputs); in ir3_nir_lower_gs()
/external/mesa3d/src/mesa/main/
Dshaderobj.c298 exec_list_make_empty(&prog->EmptyUniformLocations); in init_shader_program()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c84 exec_list_make_empty(&new_list); in sort_varyings()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp410 exec_list_make_empty(&new_list); in sort_uniforms()
438 exec_list_make_empty(&new_list); in sort_fsoutput()