Searched refs:vir_emit_def (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 649 struct qreg vir_emit_def(struct v3d_compile *c, struct qinst *inst); 735 return vir_emit_def(c, vir_inst(op, c->undef, \ 749 return vir_emit_def(c, vir_inst(op, c->undef, \ 764 return vir_emit_def(c, vir_inst(op, c->undef, a, b)); \ 912 return vir_emit_def(c, ldtmu); in vir_LDTMU()
|
D | vir.c | 426 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def() function
|
D | nir_to_vir.c | 406 vary = vir_emit_def(c, ldvary); in emit_fragment_varying()
|