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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_validate.c445 enum brw_reg_type src0_exec_type, src1_exec_type; local in function:execution_type
452 src0_exec_type = execution_type_for_type(brw_inst_src0_type(devinfo, inst));
454 if (src0_exec_type == BRW_REGISTER_TYPE_HF)
456 return src0_exec_type;
460 if (types_are_mixed_float(src0_exec_type, src1_exec_type) ||
461 types_are_mixed_float(src0_exec_type, dst_exec_type) ||
466 if (src0_exec_type == src1_exec_type)
467 return src0_exec_type;
473 (src0_exec_type == BRW_REGISTER_TYPE_F ||
477 if (src0_exec_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_validate.c528 enum brw_reg_type src0_exec_type, src1_exec_type; local in function:execution_type
535 src0_exec_type = execution_type_for_type(brw_inst_src0_type(devinfo, inst));
537 if (src0_exec_type == BRW_REGISTER_TYPE_HF)
539 return src0_exec_type;
543 if (types_are_mixed_float(src0_exec_type, src1_exec_type) ||
544 types_are_mixed_float(src0_exec_type, dst_exec_type) ||
549 if (src0_exec_type == src1_exec_type)
550 return src0_exec_type;
552 if (src0_exec_type == BRW_REGISTER_TYPE_NF ||
560 (src0_exec_type
[all...]

Completed in 10 milliseconds