Home
last modified time | relevance | path

Searched refs:writes_z (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c50 !sp->fs_variant->info.writes_z && in sp_build_quad_pipeline()
Dsp_quad_depth_test.c772 boolean interp_depth = !fsInfo->writes_z; in depth_test_quads_fallback()
884 boolean interp_depth = !fsInfo->writes_z; in choose_depth_test()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h68 boolean writes_z; /**< does fragment shader write Z value? */ member
Dtgsi_scan.c202 info->writes_z = TRUE; in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_static.c220 && !i915->fs->info.writes_z) in update_dst_buf_vars()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c261 if (!shader->info.base.writes_z) { in generate_fs()
490 if (!shader->info.base.writes_z) { in generate_fs_loop()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp668 info->prop.fp.writesDepth = scan.writes_z; in scanSource()