Home
last modified time | relevance | path

Searched refs:writes_stencil (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c51 !sp->fs_variant->info.writes_stencil; in sp_build_quad_pipeline()
Dsp_quad_depth_test.c773 boolean shader_stencil_ref = fsInfo->writes_stencil; in depth_test_quads_fallback()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h69 boolean writes_stencil; /**< does fragment shader write stencil value? */ member
Dtgsi_scan.c205 info->writes_stencil = TRUE; in tgsi_scan_shader()