Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp124 bool_op_info bop = {}; in optimize_cc_op2()
206 bool_op_info bop = {}; in optimize_CNDcc_op()
316 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) { in get_bool_op_info()
Dsb_pass.h404 struct bool_op_info { struct
426 bool get_bool_op_info(value *b, bool_op_info& bop); argument