Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h408 unsigned writes_z:1; member
578 unsigned si_get_spi_shader_z_format(bool writes_z, bool writes_stencil,
Dsi_state_shaders.c785 !info->writes_z && !info->writes_stencil && !info->writes_samplemask) in si_shader_ps()
800 si_get_spi_shader_z_format(info->writes_z, in si_shader_ps()
880 ps->info.writes_z || in si_shader_selector_key_hw_vs()
1593 S_02880C_Z_EXPORT_ENABLE(sel->info.writes_z) | in si_create_shader_selector()
Dsi_shader.c2998 unsigned si_get_spi_shader_z_format(bool writes_z, bool writes_stencil, in si_get_spi_shader_z_format() argument
3001 if (writes_z) { in si_get_spi_shader_z_format()
5796 shader->selector->info.writes_z + in create_function()
7221 key->ps_epilog.writes_z = info->writes_z; in si_get_ps_epilog_key()
8393 key->ps_epilog.writes_z + in si_build_ps_epilog_function()
8417 if (!key->ps_epilog.writes_z && in si_build_ps_epilog_function()
8449 if (key->ps_epilog.writes_z) in si_build_ps_epilog_function()
/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.c785 boolean interp_depth = !fsInfo->writes_z || qs->softpipe->early_depth; in depth_test_quads_fallback()
905 boolean interp_depth = !fsInfo->writes_z || qs->softpipe->early_depth; in choose_depth_test()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.h112 bool writes_z; member
Dac_nir_to_llvm.c4363 ctx->shader_info->fs.writes_z = true; in handle_fs_outputs_post()
4376 if (!ctx->shader_info->fs.writes_z && !ctx->shader_info->fs.writes_stencil) in handle_fs_outputs_post()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h92 boolean writes_z; /**< does fragment shader write Z value? */ member
Dtgsi_scan.c598 info->writes_z = true; in scan_declaration()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_static.c219 && !i915->fs->info.writes_z) in update_dst_buf_vars()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c552 S_02880C_Z_EXPORT_ENABLE(ps->info.fs.writes_z) | in radv_emit_fragment_shader()
574 ps->info.fs.writes_z ? V_028710_SPI_SHADER_32_R : in radv_emit_fragment_shader()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1248 psState.writesODepth = ctx->fs->info.base.writes_z; in swr_update_derived()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c347 if (!shader->info.base.writes_z && !shader->info.base.writes_stencil) { in generate_fs_loop()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1042 info->prop.fp.writesDepth = scan.writes_z; in scanSource()