Searched refs:reads_z (Results 1 – 7 of 7) sorted by relevance
82 boolean reads_z; /**< does fragment shader read depth? */ member
196 info->reads_z = TRUE; in tgsi_scan_shader()
97 boolean reads_z; /**< does fragment shader read depth? */ member
171 info->reads_z = true; in scan_src_operand()
197 if (emit->info.reads_z) { in ps30_input()
3009 if (emit->ps_reads_pos && emit->info.reads_z) { in emit_ps_preamble()
1501 psState.usesSourceDepth = ctx->fs->info.base.reads_z; in swr_update_derived()