Searched refs:writes_z (Results 1 - 14 of 14) sorted by relevance

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

Completed in 230 milliseconds