Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h82 boolean reads_z; /**< does fragment shader read depth? */ member
Dtgsi_scan.c196 info->reads_z = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_depth_clamp.c237 if (ctx->info.reads_z) { in prolog_fs()
327 if (ctx->info.reads_z) { in transform_instr()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h97 boolean reads_z; /**< does fragment shader read depth? */ member
Dtgsi_scan.c172 info->reads_z = true; in scan_src_operand()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c197 if (emit->info.reads_z) { in ps30_input()
Dsvga_tgsi_insn.c3010 if (emit->ps_reads_pos && emit->info.reads_z) { in emit_ps_preamble()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1746 psState.usesSourceDepth = ctx->fs->info.base.reads_z; in swr_update_derived()