Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c540 struct qreg depth_output; in ntq_emit_tex() local
556 depth_output = qir_uniform_f(c, 0.0f); in ntq_emit_tex()
559 depth_output = u1; in ntq_emit_tex()
563 depth_output = qir_SEL(c, QPU_COND_ZS, u1, u0); in ntq_emit_tex()
567 depth_output = qir_SEL(c, QPU_COND_ZC, u1, u0); in ntq_emit_tex()
571 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
575 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
579 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
583 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
587 depth_output = normalized; in ntq_emit_tex()
[all …]