Home
last modified time | relevance | path

Searched refs:src0_type (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c1228 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1230 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()