Home
last modified time | relevance | path

Searched refs:exec_list_append (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c378 exec_list_append(&shader->variables, &state.old_inputs); in nir_lower_io_to_temporaries()
379 exec_list_append(&shader->variables, &state.old_outputs); in nir_lower_io_to_temporaries()
380 exec_list_append(&shader->variables, &state.new_inputs); in nir_lower_io_to_temporaries()
381 exec_list_append(&shader->variables, &state.new_outputs); in nir_lower_io_to_temporaries()
Dnir_inline_functions.c43 exec_list_append(&b->impl->locals, &copy->locals); in nir_inline_function_impl()
44 exec_list_append(&b->impl->registers, &copy->registers); in nir_inline_function_impl()
Dnir_control_flow.c581 exec_list_append(&before->instr_list, &after->instr_list); in stitch_blocks()
Dnir_linking_helpers.c1222 exec_list_append(&shader->variables, &io_vars); in nir_assign_io_var_locations()
/external/mesa3d/src/compiler/glsl/
Dlist.h503 exec_list_append(struct exec_list *list, struct exec_list *source) in exec_list_append() function
541 exec_list_append(source, list); in exec_list_prepend()
663 exec_list_append(this, source); in append_list()
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c70 exec_list_append(&nir->variables, &new_list); in sort_varyings()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c990 exec_list_append(&shader->variables, &state.old_outputs); in ir3_nir_lower_gs()
991 exec_list_append(&shader->variables, &state.emit_outputs); in ir3_nir_lower_gs()
992 exec_list_append(&shader->variables, &state.new_outputs); in ir3_nir_lower_gs()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c89 exec_list_append(&nir->variables, &new_list); in sort_varyings()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp416 exec_list_append(&shader->variables, &new_list); in sort_uniforms()
449 exec_list_append(&shader->variables, &new_list); in sort_fsoutput()