Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py430 self.comm_exprs = 0
441 self.comm_exprs += 1
447 s.__index_comm_exprs(base_idx + self.comm_exprs)
448 self.comm_exprs += s.comm_exprs
450 return self.comm_exprs
1188 comm_exprs = xform.search.comm_exprs
1191 if comm_exprs <= nir_search_max_comm_ops:
1194 "({} <= {}).".format(comm_exprs, nir_search_max_comm_op),
1201 if comm_exprs > nir_search_max_comm_ops:
1204 "\"many-comm-expr\".".format(comm_exprs,
Dnir_search.h156 uint8_t comm_exprs; member
Dnir_search.c711 1 << MIN2(search->comm_exprs, NIR_SEARCH_MAX_COMM_OPS); in nir_replace_instr()