Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_types.c174 exec_list_append(&shader->inputs, &state.new_ins); in nir_lower_io_types()
175 exec_list_append(&shader->outputs, &state.new_outs); in nir_lower_io_types()
Dnir_lower_io_to_temporaries.c199 exec_list_append(&shader->globals, &state.old_inputs); in nir_lower_io_to_temporaries()
200 exec_list_append(&shader->globals, &state.old_outputs); in nir_lower_io_to_temporaries()
Dnir_inline_functions.c177 exec_list_append(&b->impl->locals, &callee_copy->locals); in inline_functions_block()
178 exec_list_append(&b->impl->registers, &callee_copy->registers); in inline_functions_block()
Dnir_control_flow.c571 exec_list_append(&before->instr_list, &after->instr_list); in stitch_blocks()
/external/mesa3d/src/compiler/glsl/
Dlist.h490 exec_list_append(struct exec_list *list, struct exec_list *source) in exec_list_append() function
513 exec_list_append(source, list); in exec_list_prepend()
635 exec_list_append(this, source); in append_list()