Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c32 nggc_passflag_used_by_other = 2, enumerator
33 nggc_passflag_used_by_both = nggc_passflag_used_by_pos | nggc_passflag_used_by_other,
884 else if (instr->pass_flags & nggc_passflag_used_by_other) in analyze_shader_before_culling_walk()
934 …ag = io_sem.location == VARYING_SLOT_POS ? nggc_passflag_used_by_pos : nggc_passflag_used_by_other; in analyze_shader_before_culling()