Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/elk/
Delk_test_eu_validate.cpp1327 enum elk_reg_type src0_type; in TEST_P() member
1335 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1394 enum elk_reg_type src0_type; in TEST_P() member
1400 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1449 enum elk_reg_type src0_type; in TEST_P() member
1458 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1526 enum elk_reg_type src0_type; in TEST_P() member
1534 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1611 enum elk_reg_type src0_type; in TEST_P() member
1619 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Delk_eu_validate.c504 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in is_half_float_conversion() local
543 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in is_mixed_float() local
568 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in is_byte_conversion() local
699 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
727 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
1018 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in special_restrictions_for_mixed_float_mode() local
1806 enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1896 const enum elk_reg_type src0_type = elk_inst_src0_type(devinfo, inst); in instruction_restrictions() local
/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1387 enum brw_reg_type src0_type; in TEST_P() member
1395 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1455 enum brw_reg_type src0_type; in TEST_P() member
1461 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1511 enum brw_reg_type src0_type; in TEST_P() member
1519 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1580 enum brw_reg_type src0_type; in TEST_P() member
1587 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1658 enum brw_reg_type src0_type; in TEST_P() member
1666 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Dbrw_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.c523 enum brw_reg_type src0_type = inst->src[0].type; in is_half_float_conversion() local
554 enum brw_reg_type src0_type = inst->src[0].type; in is_mixed_float() local
576 enum brw_reg_type src0_type = inst->src[0].type; in is_byte_conversion() local
744 enum brw_reg_type src0_type = inst->src[0].type; in general_restrictions_based_on_operand_types() local
772 enum brw_reg_type src0_type = inst->src[0].type; in general_restrictions_based_on_operand_types() local
1035 enum brw_reg_type src0_type = inst->src[0].type; in special_restrictions_for_mixed_float_mode() local
1660 enum brw_reg_type src0_type = inst->src[0].type; in special_requirements_for_handling_double_precision_data_types() local
1735 const enum brw_reg_type src0_type = inst->src[0].type; in instruction_restrictions() local
1978 const enum brw_reg_type src0_type = inst->src[0].type; in instruction_restrictions() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_blend.c51 nir_alu_type src0_type, nir_alu_type src1_type, in get_blend_shader()
388 nir_alu_type src0_type = fs_info->bifrost.blend[i].type; in panvk_per_arch() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h78 nir_alu_type src0_type, src1_type; member