• Home
  • Raw
  • Download

Lines Matching defs:devinfo

93 inst_is_send(const struct gen_device_info *devinfo, const brw_inst *inst)  in inst_is_send()
107 inst_is_split_send(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_split_send()
135 inst_dst_type(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_dst_type()
142 inst_is_raw_move(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_raw_move()
165 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in dst_is_null()
172 src0_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_null()
180 src1_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_is_null()
187 src0_is_acc(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_acc()
194 src1_is_acc(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_is_acc()
201 src0_has_scalar_region(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_has_scalar_region()
209 src1_has_scalar_region(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_has_scalar_region()
217 num_sources_from_inst(const struct gen_device_info *devinfo, in num_sources_from_inst()
272 invalid_values(const struct gen_device_info *devinfo, const brw_inst *inst) in invalid_values()
342 sources_not_null(const struct gen_device_info *devinfo, in sources_not_null()
370 alignment_supported(const struct gen_device_info *devinfo, in alignment_supported()
382 inst_uses_src_acc(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_uses_src_acc()
402 send_restrictions(const struct gen_device_info *devinfo, in send_restrictions()
469 is_unsupported_inst(const struct gen_device_info *devinfo, in is_unsupported_inst()
522 execution_type(const struct gen_device_info *devinfo, const brw_inst *inst) in execution_type()
605 is_half_float_conversion(const struct gen_device_info *devinfo, in is_half_float_conversion()
630 is_mixed_float(const struct gen_device_info *devinfo, const brw_inst *inst) in is_mixed_float()
665 is_byte_conversion(const struct gen_device_info *devinfo, in is_byte_conversion()
690 general_restrictions_based_on_operand_types(const struct gen_device_info *devinfo, in general_restrictions_based_on_operand_types()
922 general_restrictions_on_region_parameters(const struct gen_device_info *devinfo, in general_restrictions_on_region_parameters()
1081 special_restrictions_for_mixed_float_mode(const struct gen_device_info *devinfo, in special_restrictions_for_mixed_float_mode()
1362 region_alignment_rules(const struct gen_device_info *devinfo, in region_alignment_rules()
1676 vector_immediate_restrictions(const struct gen_device_info *devinfo, in vector_immediate_restrictions()
1738 const struct gen_device_info *devinfo, in special_requirements_for_handling_double_precision_data_types()
1910 instruction_restrictions(const struct gen_device_info *devinfo, in instruction_restrictions()
1942 brw_validate_instruction(const struct gen_device_info *devinfo, in brw_validate_instruction()
1976 brw_validate_instructions(const struct gen_device_info *devinfo, in brw_validate_instructions()