Searched refs:isc0 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp203 bool isc0 = v0->is_const(); local in function:r600_sb::expr_handler::fold_setcc
208 if (isc0) {
218 if (isc0 && isc1) {
244 } else if (isc0) {
798 bool isc0 = v0->is_const(); local in function:r600_sb::expr_handler::fold_alu_op2
801 if (!isc0 && !isc1)
806 if (isc0) {
816 if (isc0 && isc1) {
823 if (isc0 && cv0 == literal(0)) {
864 } else if (isc0
961 bool isc0 = v0->is_const(); local in function:r600_sb::expr_handler::fold_alu_op3
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp203 bool isc0 = v0->is_const(); local in function:r600_sb::expr_handler::fold_setcc
208 if (isc0) {
218 if (isc0 && isc1) {
244 } else if (isc0) {
798 bool isc0 = v0->is_const(); local in function:r600_sb::expr_handler::fold_alu_op2
801 if (!isc0 && !isc1)
806 if (isc0) {
816 if (isc0 && isc1) {
823 if (isc0 && cv0 == literal(0)) {
864 } else if (isc0
961 bool isc0 = v0->is_const(); local in function:r600_sb::expr_handler::fold_alu_op3
[all...]

Completed in 78 milliseconds