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.cpp143 bool_op_info bop = {}; in optimize_cc_op2()
225 bool_op_info bop = {}; in optimize_CNDcc_op()
335 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) { in get_bool_op_info()
Dsb_pass.h406 struct bool_op_info { struct
428 bool get_bool_op_info(value *b, bool_op_info& bop); argument