Home
last modified time | relevance | path

Searched refs:nir_local_reg_create (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_vec_to_movs.c236 nir_register *reg = nir_local_reg_create(impl); in lower_vec_to_movs_block()
Dnir_lower_locals_to_regs.c114 nir_register *reg = nir_local_reg_create(state->impl); in get_reg_for_deref()
Dnir_from_ssa.c454 nir_register *reg = nir_local_reg_create(impl); in create_reg_for_ssa_def()
707 nir_register *reg = nir_local_reg_create(state->builder.impl); in resolve_parallel_copy()
Dnir.h1965 nir_register *nir_local_reg_create(nir_function_impl *impl);
Dnir.c99 nir_local_reg_create(nir_function_impl *impl) in nir_local_reg_create() function
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c961 nir_register *reg = nir_local_reg_create(b->impl); in setup_registers_and_variables()
987 reg = nir_local_reg_create(b->impl); in setup_registers_and_variables()
997 reg = nir_local_reg_create(b->impl); in setup_registers_and_variables()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c271 nir_register *reg = nir_local_reg_create(b->impl); in ttn_emit_declaration()
279 c->addr_reg = nir_local_reg_create(b->impl); in ttn_emit_declaration()
388 nir_register *reg = nir_local_reg_create(b->impl); in ttn_emit_declaration()
724 reg = nir_local_reg_create(c->build.impl); in ttn_get_dest()