Searched refs:exec_list_push_tail (Results 1 - 25 of 71) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_global_vars_to_local.c96 exec_list_push_tail(&impl->locals, &var->node);
H A Dnir_opt_move.c68 exec_list_push_tail(&block->instr_list, &src_instr->node);
H A Dnir_lower_io_to_temporaries.c321 exec_list_push_tail(dst_list, &var->node);
356 exec_list_push_tail(&state.new_outputs, &output->node);
362 exec_list_push_tail(&state.new_inputs, &input->node);
H A Dnir_phi_builder.c128 exec_list_push_tail(&pb->values, &val->node);
238 exec_list_push_tail(&val->phis, &phi->instr.node);
H A Dnir_opt_peephole_select.c443 exec_list_push_tail(&prev_block->instr_list, &instr->node);
449 exec_list_push_tail(&prev_block->instr_list, &instr->node);
H A Dnir_from_ssa.c421 exec_list_push_tail(&pcopy->entries, &entry->node);
436 exec_list_push_tail(&block_pcopy->entries, &entry->node);
590 exec_list_push_tail(&state->dead_instrs, &parent_instr->node);
619 exec_list_push_tail(&state->dead_instrs, &instr->node);
686 exec_list_push_tail(&state->dead_instrs, &pcopy->instr.node);
829 exec_list_push_tail(&state->dead_instrs, &pcopy->instr.node);
H A Dnir_control_flow.c206 exec_list_push_tail(&new_block->instr_list, &instr->node);
350 exec_list_push_tail(&new_block->instr_list, &cur_instr->node);
721 exec_list_push_tail(&extracted->list, &cf_node->node);
H A Dnir.c159 exec_list_push_tail(list, &reg->node);
210 exec_list_push_tail(&shader->variables, &var->node);
321 exec_list_push_tail(&shader->variables, &vars[i].var->node);
331 exec_list_push_tail(&shader->functions, &func->node);
473 exec_list_push_tail(&impl->body, &start_block->cf_node.node);
539 exec_list_push_tail(&if_stmt->then_list, &then->cf_node.node);
544 exec_list_push_tail(&if_stmt->else_list, &else_stmt->cf_node.node);
561 exec_list_push_tail(&loop->body, &body->cf_node.node);
822 exec_list_push_tail(&instr->srcs, &phi_src->node);
1059 exec_list_push_tail(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_global_vars_to_local.c95 exec_list_push_tail(&impl->locals, &var->node);
H A Dnir_move_load_const.c95 exec_list_push_tail(&block->instr_list, &instr->node);
H A Dnir_opt_move_comparisons.c70 exec_list_push_tail(&block->instr_list, &src_instr->node);
H A Dnir_opt_move_load_ubo.c50 exec_list_push_tail(&block->instr_list, &src_instr->node);
H A Dnir_lower_io_to_temporaries.c173 exec_list_push_tail(&shader->outputs, &output->node);
179 exec_list_push_tail(&shader->inputs, &input->node);
H A Dnir_lower_clip.c57 exec_list_push_tail(&shader->outputs, &var->node);
61 exec_list_push_tail(&shader->inputs, &var->node);
216 exec_list_push_tail(&shader->globals, &clipvertex->node);
H A Dnir_phi_builder.c128 exec_list_push_tail(&pb->values, &val->node);
239 exec_list_push_tail(&val->phis, &phi->instr.node);
314 exec_list_push_tail(&phi->srcs, &src->node);
H A Dnir_opt_peephole_select.c238 exec_list_push_tail(&prev_block->instr_list, &instr->node);
244 exec_list_push_tail(&prev_block->instr_list, &instr->node);
H A Dnir.c86 exec_list_push_tail(list, &reg->node);
119 exec_list_push_tail(&shader->globals, &var->node);
123 exec_list_push_tail(&shader->inputs, &var->node);
127 exec_list_push_tail(&shader->outputs, &var->node);
133 exec_list_push_tail(&shader->uniforms, &var->node);
138 exec_list_push_tail(&shader->shared, &var->node);
146 exec_list_push_tail(&shader->system_values, &var->node);
194 exec_list_push_tail(&shader->functions, &func->node);
295 exec_list_push_tail(&impl->body, &start_block->cf_node.node);
361 exec_list_push_tail(
[all...]
H A Dnir_control_flow.c206 exec_list_push_tail(&new_block->instr_list, &instr->node);
251 exec_list_push_tail(&phi->srcs, &src->node);
357 exec_list_push_tail(&new_block->instr_list, &cur_instr->node);
692 exec_list_push_tail(&extracted->list, &cf_node->node);
H A Dnir_lower_two_sided_color.c62 exec_list_push_tail(&shader->inputs, &var->node);
H A Dnir_opt_gcm.c186 exec_list_push_tail(&state->instrs, &instr->node);
448 exec_list_push_tail(&instr->block->instr_list, &instr->node);
H A Dnir_opt_if.c522 exec_list_push_tail(&phi->srcs, &phi_src->node);
527 exec_list_push_tail(&phi->srcs, &phi_src->node);
737 exec_list_push_tail(&phi->srcs, &phi_src->node);
744 exec_list_push_tail(&phi->srcs, &phi_src->node);
1335 exec_list_push_tail(&next_blk->instr_list, &instr->node);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dlist_iterators.cpp55 exec_list_push_tail(&node_list, node);
174 exec_list_push_tail(&node_list, &node->node);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker_util.cpp111 exec_list_push_tail(&prog->EmptyUniformLocations,
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_move_varying_inputs.c148 exec_list_push_tail(&state->start_block->instr_list, &instr->node);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm_info.c113 exec_list_push_tail(&disasm->group_list, &tail->link);

Completed in 38 milliseconds

123