Searched refs:exec_list_make_empty (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dlist_iterators.cpp50 exec_list_make_empty(&node_list);
62 exec_list_make_empty(&node_list);
168 exec_list_make_empty(&node_list);
181 exec_list_make_empty(&node_list);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c161 exec_list_make_empty(&state.old_inputs);
166 exec_list_make_empty(&state.old_outputs);
H A Dnir.c46 exec_list_make_empty(&shader->uniforms);
47 exec_list_make_empty(&shader->inputs);
48 exec_list_make_empty(&shader->outputs);
49 exec_list_make_empty(&shader->shared);
60 exec_list_make_empty(&shader->functions);
61 exec_list_make_empty(&shader->globals);
62 exec_list_make_empty(&shader->system_values);
281 exec_list_make_empty(&impl->body);
282 exec_list_make_empty(&impl->registers);
283 exec_list_make_empty(
[all...]
H A Dnir_opt_comparison_pre.c76 exec_list_make_empty(&bq->blocks);
77 exec_list_make_empty(&bq->reusable_blocks);
H A Dnir_phi_builder.c107 exec_list_make_empty(&pb->values);
127 exec_list_make_empty(&val->phis);
H A Dnir_control_flow.c664 exec_list_make_empty(&extracted->list);
680 exec_list_make_empty(&extracted->list);
H A Dnir_lower_system_values.c344 exec_list_make_empty(&shader->system_values);
H A Dnir_opt_gcm.c466 exec_list_make_empty(&state.instrs);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c340 exec_list_make_empty(&state.old_inputs);
344 exec_list_make_empty(&state.old_outputs);
348 exec_list_make_empty(&state.new_inputs);
349 exec_list_make_empty(&state.new_outputs);
H A Dnir_opt_comparison_pre.c76 exec_list_make_empty(&bq->blocks);
77 exec_list_make_empty(&bq->reusable_blocks);
H A Dnir_phi_builder.c107 exec_list_make_empty(&pb->values);
127 exec_list_make_empty(&val->phis);
H A Dnir.c123 exec_list_make_empty(&shader->variables);
134 exec_list_make_empty(&shader->functions);
457 exec_list_make_empty(&impl->body);
458 exec_list_make_empty(&impl->registers);
459 exec_list_make_empty(&impl->locals);
513 exec_list_make_empty(&block->instr_list);
538 exec_list_make_empty(&if_stmt->then_list);
543 exec_list_make_empty(&if_stmt->else_list);
560 exec_list_make_empty(&loop->body);
798 exec_list_make_empty(
[all...]
H A Dnir_lower_phis_to_scalar.c289 exec_list_make_empty(&state.dead_instrs);
H A Dnir_control_flow.c676 exec_list_make_empty(&extracted->list);
709 exec_list_make_empty(&extracted->list);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlist.h351 exec_list_make_empty(struct exec_list *list) function in typeref:typename:void
488 exec_list_make_empty(target);
498 exec_list_make_empty(list);
520 exec_list_make_empty(source);
535 exec_list_make_empty(after);
557 exec_list_make_empty(before);
583 exec_list_make_empty(this);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlist.h351 exec_list_make_empty(struct exec_list *list) function in typeref:typename:void
488 exec_list_make_empty(target);
498 exec_list_make_empty(list);
520 exec_list_make_empty(source);
535 exec_list_make_empty(after);
557 exec_list_make_empty(before);
583 exec_list_make_empty(this);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm_info.c100 exec_list_make_empty(&disasm->group_list);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dcmdline.c63 exec_list_make_empty(&new_list);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp94 exec_list_make_empty(&nir_start_block(b->impl)->instr_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dlima_compiler_cmdline.c65 exec_list_make_empty(&new_list);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm_info.c111 exec_list_make_empty(&disasm->group_list);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c95 exec_list_make_empty(&new_list);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_shader.c87 exec_list_make_empty(&sorted);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshaderobj.c298 exec_list_make_empty(&prog->EmptyUniformLocations);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c84 exec_list_make_empty(&new_list);

Completed in 27 milliseconds

12