Searched refs:writes_stencil (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_util.h34 ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil,
H A Dac_shader_util.c33 ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, argument
40 else if (writes_stencil)
44 } else if (writes_stencil || writes_samplemask) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c51 !sp->fs_variant->info.writes_stencil) ||
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_util.h82 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask);
H A Dac_shader_util.c34 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask) argument
40 else if (writes_stencil)
44 } else if (writes_stencil || writes_samplemask) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c51 !sp->fs_variant->info.writes_stencil) ||
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c232 info->fs.writes_stencil = true;
258 !info->fs.writes_stencil &&
264 !info->fs.writes_stencil &&
H A Dpan_shader.h99 bool stencil = info->fs.writes_stencil;
212 shader_info->fs.writes_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Dgen8_cmd_buffer.c253 pipeline->writes_stencil)) ||
360 pipeline->writes_stencil;
465 pipeline->writes_stencil,
516 pipeline->writes_stencil,
H A Dgen7_cmd_buffer.c237 pipeline->writes_stencil,
H A DgenX_pipeline.c834 pipeline->writes_stencil = false;
850 sanitize_ds_state(&info, &pipeline->writes_stencil, ds_aspects);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h101 boolean writes_stencil; /**< does fragment shader write stencil value? */ member in struct:tgsi_shader_info
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h100 boolean writes_stencil; /**< does fragment shader write stencil value? */ member in struct:tgsi_shader_info
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h368 bool writes_stencil; /**< does fragment shader write stencil value? */ member in struct:si_shader_info
616 unsigned writes_stencil : 1; member in struct:si_shader_part_key::__anon396a29300a08
H A Dsi_shader_llvm_ps.c884 key->ps_epilog.writes_z + key->ps_epilog.writes_stencil + key->ps_epilog.writes_samplemask;
903 if (!key->ps_epilog.writes_z && !key->ps_epilog.writes_stencil &&
946 if (key->ps_epilog.writes_stencil)
H A Dsi_shader.c688 shader->selector->info.writes_z + shader->selector->info.writes_stencil +
1855 key->ps_epilog.writes_stencil = info->writes_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h207 bool writes_stencil; member in struct:radv_shader_info::__anon685e57830608
H A Dradv_shader_info.c458 info->ps.writes_stencil = true;
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_ir.h215 bool writes_stencil; member in struct:pan_shader_info::__anonc44d1634060a::__anonc44d16340708
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h492 unsigned writes_stencil:1; member in struct:si_shader_part_key::__anon05df395d0a08
H A Dsi_shader_nir.c653 info->writes_stencil = true;
H A Dsi_state_shaders.c1298 !info->writes_z && !info->writes_stencil && !info->writes_samplemask)
1311 info->writes_stencil,
1416 ps->info.writes_stencil ||
2420 S_02880C_STENCIL_TEST_VAL_EXPORT_ENABLE(sel->info.writes_stencil) |
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h300 bool writes_stencil; member in struct:radv_shader_info::__anonc0b8b2d60908
H A Dradv_shader_info.c464 info->ps.writes_stencil = true;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Dgfx8_cmd_buffer.c289 pipeline->writes_stencil)) ||
396 pipeline->writes_stencil;

Completed in 45 milliseconds

12