Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1412 enum brw_reg_type src0_type; in TEST_P() member
1420 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1483 enum brw_reg_type src0_type; in TEST_P() member
1489 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1542 enum brw_reg_type src0_type; in TEST_P() member
1551 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1619 enum brw_reg_type src0_type; in TEST_P() member
1627 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1704 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_fs_lower_dpas.cpp23 const brw_reg_type src0_type = inst->dst.type; in f16_using_mac() local
178 const brw_reg_type src0_type = inst->dst.type; in int8_using_mul_add() local
Dbrw_eu_validate.c577 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_half_float_conversion() local
613 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_mixed_float() local
638 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_byte_conversion() local
790 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
818 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
1090 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local
1738 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1812 const enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in instruction_restrictions() local
2093 const enum brw_reg_type src0_type = in instruction_restrictions() local
/external/mesa3d/src/intel/compiler/elk/
Delk_test_eu_validate.cpp1323 enum elk_reg_type src0_type; in TEST_P() member
1331 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1390 enum elk_reg_type src0_type; in TEST_P() member
1396 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1445 enum elk_reg_type src0_type; in TEST_P() member
1454 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1522 enum elk_reg_type src0_type; in TEST_P() member
1530 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1607 enum elk_reg_type src0_type; in TEST_P() member
1615 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Delk_eu_validate.c606 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in is_half_float_conversion() local
645 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in is_mixed_float() local
670 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in is_byte_conversion() local
830 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
858 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
1156 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local
2011 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
2127 const enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in instruction_restrictions() local
2499 const enum elk_reg_type src0_type = in instruction_restrictions() local
/external/mesa3d/src/panfrost/lib/
Dpan_blend.h77 nir_alu_type src0_type, src1_type; member
Dpan_blend.c632 nir_alu_type src0_type, nir_alu_type src1_type, in pan_blend_create_shader()