Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.c57 bool shader_writes_zs = (s->fs.writes_depth || s->fs.writes_stencil); in analyze() local
58 bool late_update = shader_writes_zs; in analyze()
59 bool late_kill = shader_writes_zs; in analyze()