Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.h110 char depth_output; member
Dnir_to_dxil.c5647 state->state.psv1.psv0.ps.depth_output = ctx->mod.info.has_out_depth; in dxil_fill_validation_state()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c510 struct qreg depth_output; in ntq_emit_tex() local
526 depth_output = qir_uniform_f(c, 0.0f); in ntq_emit_tex()
529 depth_output = u1; in ntq_emit_tex()
533 depth_output = qir_SEL(c, QPU_COND_ZS, u1, u0); in ntq_emit_tex()
537 depth_output = qir_SEL(c, QPU_COND_ZC, u1, u0); in ntq_emit_tex()
541 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
545 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
549 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
553 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
557 depth_output = normalized; in ntq_emit_tex()
[all …]