Home
last modified time | relevance | path

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

/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/compiler/nir/
Dnir_lower_vec_to_movs.c235 nir_register *reg = nir_local_reg_create(impl); in lower_vec_to_movs_block()
Dnir_from_ssa.c453 nir_register *reg = nir_local_reg_create(impl); in create_reg_for_ssa_def()
706 nir_register *reg = nir_local_reg_create(state->builder.impl); in resolve_parallel_copy()
Dnir_lower_locals_to_regs.c115 nir_register *reg = nir_local_reg_create(state->impl); in get_reg_for_deref()
Dnir.h1890 nir_register *nir_local_reg_create(nir_function_impl *impl);
Dnir.c96 nir_local_reg_create(nir_function_impl *impl) in nir_local_reg_create() function
/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()
387 nir_register *reg = nir_local_reg_create(b->impl); in ttn_emit_declaration()
723 reg = nir_local_reg_create(c->build.impl); in ttn_get_dest()