Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h94 boolean reads_z; /**< does fragment shader read depth? */ member
Dtgsi_scan.c172 info->reads_z = true; in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c197 if (emit->info.reads_z) { in ps30_input()
Dsvga_tgsi_insn.c3079 if (emit->ps_reads_pos && emit->info.reads_z) { in emit_ps_preamble()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h681 bool reads_z; member
Dnir_to_vir.c1998 if (!c->s->info.fs.early_fragment_tests || c->reads_z) { in emit_frag_end()
2837 c->reads_z = true; in ntq_emit_load_input()