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.h96 char depth_output; member
Dnir_to_dxil.c4780 state->state.psv0.ps.depth_output = ctx->mod.info.has_out_depth; in dxil_fill_validation_state()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c529 struct qreg depth_output; in ntq_emit_tex() local
545 depth_output = qir_uniform_f(c, 0.0f); in ntq_emit_tex()
548 depth_output = u1; in ntq_emit_tex()
552 depth_output = qir_SEL(c, QPU_COND_ZS, u1, u0); in ntq_emit_tex()
556 depth_output = qir_SEL(c, QPU_COND_ZC, u1, u0); in ntq_emit_tex()
560 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
564 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
568 depth_output = qir_SEL(c, QPU_COND_NS, u1, u0); in ntq_emit_tex()
572 depth_output = qir_SEL(c, QPU_COND_NC, u1, u0); in ntq_emit_tex()
576 depth_output = normalized; in ntq_emit_tex()
[all …]