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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_validate.c136 inst_dst_type(const struct intel_device_info *devinfo, const brw_inst *inst) function in typeref:enum:brw_reg_type
145 unsigned dst_type = signed_type(inst_dst_type(devinfo, inst));
533 enum brw_reg_type dst_exec_type = inst_dst_type(devinfo, inst);
744 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst);
746 inst_dst_type(devinfo, inst) == BRW_REGISTER_TYPE_B ||
747 inst_dst_type(devinfo, inst) == BRW_REGISTER_TYPE_UB;
1436 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst);
1643 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst);
1694 enum brw_reg_type dst_type = inst_dst_type(devinfo, inst);
1758 enum brw_reg_type dst_type = inst_dst_type(devinf
[all...]

Completed in 3 milliseconds