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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_validate.c450 enum brw_reg_type dst_exec_type = brw_inst_dst_type(devinfo, inst); local in function:execution_type
455 return dst_exec_type;
461 types_are_mixed_float(src0_exec_type, dst_exec_type) ||
462 types_are_mixed_float(src1_exec_type, dst_exec_type)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_validate.c533 enum brw_reg_type dst_exec_type = inst_dst_type(devinfo, inst); local in function:execution_type
538 return dst_exec_type;
544 types_are_mixed_float(src0_exec_type, dst_exec_type) ||
545 types_are_mixed_float(src1_exec_type, dst_exec_type)) {

Completed in 10 milliseconds