Searched refs:src0_valid (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_eu_validate.c | 1975 const bool src0_valid = type_sz(brw_inst_src0_type(devinfo, inst)) == 4 || local in function:instruction_restrictions 1985 type_sz(exec_type) == 4 && !(src0_valid && src1_valid), 2038 bool src0_valid = !brw_inst_src0_negate(devinfo, inst) && local in function:instruction_restrictions 2042 ERROR_IF(!src0_valid || !src1_valid, |
Completed in 4 milliseconds