Searched refs:src0_type (Results 1 – 1 of 1) sorted by relevance
1228 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local1230 num_sources > 1 ? brw_inst_src1_type(devinfo, inst) : src0_type; in special_requirements_for_handling_double_precision_data_types()1231 unsigned src0_type_size = brw_reg_type_to_size(src0_type); in special_requirements_for_handling_double_precision_data_types()