Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c171 bool cullable = (ins->op != BI_OPCODE_BLEND); in bi_opt_dce_post_ra() local
172 cullable &= !bi_opcode_props[ins->op].sr_write; in bi_opt_dce_post_ra()
174 if (!(live & mask) && cullable) in bi_opt_dce_post_ra()