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.cpp1435 enum brw_reg_type src0_type; in TEST_P() member
1442 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1499 enum brw_reg_type src0_type; in TEST_P() member
1504 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1552 enum brw_reg_type src0_type; in TEST_P() member
1560 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1624 enum brw_reg_type src0_type; in TEST_P() member
1631 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1705 enum brw_reg_type src0_type; in TEST_P() member
1712 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Dbrw_eu_validate.c647 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_half_float_conversion() local
686 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_mixed_float() local
711 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_byte_conversion() local
868 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
896 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
1194 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local
2038 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