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.c534 struct qreg depth_output; in ntq_emit_tex() local
550 depth_output = qir_uniform_f(c, 0.0f); in ntq_emit_tex()
553 depth_output = u1; in ntq_emit_tex()
557 depth_output = qir_SEL(c, QPU_COND_ZS, u1, u0); in ntq_emit_tex()
561 depth_output = qir_SEL(c, QPU_COND_ZC, u1, u0); in ntq_emit_tex()
565 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
569 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
573 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
577 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
581 depth_output = normalized; in ntq_emit_tex()
[all …]