Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.h66 bool writes_zs_or_oq, bool alpha_to_coverage, in pan_earlyzs_get() argument
69 return lut.states[writes_zs_or_oq][alpha_to_coverage][zs_always_passes]; in pan_earlyzs_get()
Dpan_earlyzs.c48 bool writes_zs_or_oq, in analyze() argument
82 late_update |= (late_coverage && writes_zs_or_oq); in analyze()