Home | History | Annotate | Download | only in nir

Lines Matching refs:exec_list_make_empty

40    exec_list_make_empty(&shader->uniforms);
41 exec_list_make_empty(&shader->inputs);
42 exec_list_make_empty(&shader->outputs);
43 exec_list_make_empty(&shader->shared);
54 exec_list_make_empty(&shader->functions);
55 exec_list_make_empty(&shader->registers);
56 exec_list_make_empty(&shader->globals);
57 exec_list_make_empty(&shader->system_values);
284 exec_list_make_empty(&impl->body);
285 exec_list_make_empty(&impl->registers);
286 exec_list_make_empty(&impl->locals);
363 exec_list_make_empty(&block->instr_list);
386 exec_list_make_empty(&if_stmt->then_list);
391 exec_list_make_empty(&if_stmt->else_list);
406 exec_list_make_empty(&loop->body);
593 exec_list_make_empty(&instr->srcs);
603 exec_list_make_empty(&instr->entries);