| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_shader_util.h | 34 ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil,
|
| H A D | ac_shader_util.c | 33 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 D | sp_quad_pipe.c | 51 !sp->fs_variant->info.writes_stencil) ||
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_shader_util.h | 82 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask);
|
| H A D | ac_shader_util.c | 34 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 D | sp_quad_pipe.c | 51 !sp->fs_variant->info.writes_stencil) ||
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_shader.c | 232 info->fs.writes_stencil = true; 258 !info->fs.writes_stencil && 264 !info->fs.writes_stencil &&
|
| H A D | pan_shader.h | 99 bool stencil = info->fs.writes_stencil; 212 shader_info->fs.writes_stencil;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | gen8_cmd_buffer.c | 253 pipeline->writes_stencil)) || 360 pipeline->writes_stencil; 465 pipeline->writes_stencil, 516 pipeline->writes_stencil,
|
| H A D | gen7_cmd_buffer.c | 237 pipeline->writes_stencil,
|
| H A D | genX_pipeline.c | 834 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 D | tgsi_scan.h | 101 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 D | tgsi_scan.h | 100 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 D | si_shader.h | 368 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 D | si_shader_llvm_ps.c | 884 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 D | si_shader.c | 688 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 D | radv_shader.h | 207 bool writes_stencil; member in struct:radv_shader_info::__anon685e57830608
|
| H A D | radv_shader_info.c | 458 info->ps.writes_stencil = true;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_ir.h | 215 bool writes_stencil; member in struct:pan_shader_info::__anonc44d1634060a::__anonc44d16340708
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.h | 492 unsigned writes_stencil:1; member in struct:si_shader_part_key::__anon05df395d0a08
|
| H A D | si_shader_nir.c | 653 info->writes_stencil = true;
|
| H A D | si_state_shaders.c | 1298 !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 D | radv_shader.h | 300 bool writes_stencil; member in struct:radv_shader_info::__anonc0b8b2d60908
|
| H A D | radv_shader_info.c | 464 info->ps.writes_stencil = true;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx8_cmd_buffer.c | 289 pipeline->writes_stencil)) || 396 pipeline->writes_stencil;
|