Home
last modified time | relevance | path

Searched refs:vir_emit_def (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h649 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()
Dvir.c426 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def() function
Dnir_to_vir.c406 vary = vir_emit_def(c, ldvary); in emit_fragment_varying()