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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_validate.c1979 const bool src1_valid = type_sz(brw_inst_src1_type(devinfo, inst)) == 4 || local in function:instruction_restrictions
1985 type_sz(exec_type) == 4 && !(src0_valid && src1_valid),
2040 bool src1_valid = !brw_inst_src1_negate(devinfo, inst) && local in function:instruction_restrictions
2042 ERROR_IF(!src0_valid || !src1_valid,

Completed in 4 milliseconds