Home
last modified time | relevance | path

Searched defs:nphi (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_clone.c434 nir_phi_instr *nphi = nir_phi_instr_create(state->ns); in clone_phi() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3383 emit_phi(struct ir3_context *ctx, nir_phi_instr *nphi) in emit_phi()
3407 struct ir3_instruction *phi, nir_phi_instr *nphi) in read_phi_src()
3448 nir_phi_instr *nphi = phi->phi.nphi; in resolve_phis() local
Dir3.h406 void *nphi; member