Home
last modified time | relevance | path

Searched refs:writes_depth (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c247 info->fs.writes_depth = true; in GENX()
270 !info->fs.writes_depth && in GENX()
276 !info->fs.writes_depth && in GENX()
Dpan_earlyzs.c57 bool shader_writes_zs = (s->fs.writes_depth || s->fs.writes_stencil); in analyze()
Dpan_shader.h74 return info->fs.writes_depth ? MALI_DEPTH_SOURCE_SHADER : in pan_depth_source()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.h88 return (fs->shader->code.writes_depth) ? TRUE : FALSE; in r300_fragment_shader_writes_depth()
Dr300_fs.c548 if (shader->code.writes_depth) { in r300_translate_fragment_shader()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h243 unsigned writes_depth:1; member
Dr300_fragprog_emit.c279 c->code->writes_depth = 1; in emit_alu()
Dr500_fragprog_emit.c279 c->code->writes_depth = 1; in emit_paired()
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-earlyzs.cpp53 .writes_depth = !!(flags & WRITES_Z), in test()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h288 bool writes_depth; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c718 return (info->fs.writes_depth || info->fs.writes_stencil); in panvk_fs_required()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c7148 UNUSED bool writes_depth = wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF; local
7309 writes_depth || wm.PixelShaderKillsPixel ||
7324 wm.PixelShaderComputedDepth = writes_depth;
7337 if (!(has_writeable_rt(ice->state.cso_blend, fs_info) || writes_depth) &&
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c281 return (fs->info.fs.writes_depth || fs->info.fs.writes_stencil); in panfrost_fs_required()