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