Searched refs:comm_exprs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.h148 uint8_t comm_exprs; member in struct:__anon6df600ff0608
H A Dnir_algebraic.py200 ${val.comm_expr_idx}, ${val.comm_exprs},
341 self.comm_exprs = 0
345 self.comm_exprs += 1
351 s.__index_comm_exprs(base_idx + self.comm_exprs)
352 self.comm_exprs += s.comm_exprs
354 return self.comm_exprs
H A Dnir_search.c617 1 << MIN2(search->comm_exprs, NIR_SEARCH_MAX_COMM_OPS);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.h156 uint8_t comm_exprs; member in struct:__anond19bc6b20608
H A Dnir_algebraic.py194 ${val.comm_expr_idx}, ${val.comm_exprs},
411 self.comm_exprs = 0
422 self.comm_exprs += 1
428 s.__index_comm_exprs(base_idx + self.comm_exprs)
429 self.comm_exprs += s.comm_exprs
431 return self.comm_exprs
1169 comm_exprs = xform.search.comm_exprs
1172 if comm_exprs <
[all...]
H A Dnir_search.c711 1 << MIN2(search->comm_exprs, NIR_SEARCH_MAX_COMM_OPS);

Completed in 15 milliseconds