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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp204 bool isc1 = v1->is_const(); local in function:r600_sb::expr_handler::fold_setcc
213 if (isc1) {
218 if (isc0 && isc1) {
221 } else if (isc1) {
799 bool isc1 = v1->is_const(); local in function:r600_sb::expr_handler::fold_alu_op2
801 if (!isc0 && !isc1)
811 if (isc1) {
816 if (isc0 && isc1) {
843 } else if (isc1 && cv1 == literal(0)) {
871 } else if (isc1
962 bool isc1 = v1->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.cpp204 bool isc1 = v1->is_const(); local in function:r600_sb::expr_handler::fold_setcc
213 if (isc1) {
218 if (isc0 && isc1) {
221 } else if (isc1) {
799 bool isc1 = v1->is_const(); local in function:r600_sb::expr_handler::fold_alu_op2
801 if (!isc0 && !isc1)
811 if (isc1) {
816 if (isc0 && isc1) {
843 } else if (isc1 && cv1 == literal(0)) {
871 } else if (isc1
962 bool isc1 = v1->is_const(); local in function:r600_sb::expr_handler::fold_alu_op3
[all...]

Completed in 4 milliseconds