Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1432 enum brw_reg_type src0_type; in TEST_P() member
1439 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1496 enum brw_reg_type src0_type; in TEST_P() member
1501 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1549 enum brw_reg_type src0_type; in TEST_P() member
1557 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1621 enum brw_reg_type src0_type; in TEST_P() member
1628 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1702 enum brw_reg_type src0_type; in TEST_P() member
1709 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Dbrw_eu_validate.c614 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_half_float_conversion() local
651 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_mixed_float() local
674 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_byte_conversion() local
779 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
807 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
1100 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local
1930 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h75 nir_alu_type src0_type, src1_type; member