Home
last modified time | relevance | path

Searched defs:src1_type (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_dpas.cpp24 const brw_reg_type src1_type = BRW_REGISTER_TYPE_HF; in f16_using_mac() local
131 const brw_reg_type src1_type = inst->src[1].type == BRW_REGISTER_TYPE_UB in int8_using_dp4a() local
180 const brw_reg_type src1_type = inst->src[1].type == BRW_REGISTER_TYPE_UB in int8_using_mul_add() local
Dtest_eu_validate.cpp1413 enum brw_reg_type src1_type; in TEST_P() member
1420 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1484 enum brw_reg_type src1_type; in TEST_P() member
1489 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1543 enum brw_reg_type src1_type; in TEST_P() member
1551 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1620 enum brw_reg_type src1_type; in TEST_P() member
1627 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1705 enum brw_reg_type src1_type; in TEST_P() member
1712 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Dbrw_eu_validate.c583 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_half_float_conversion() local
618 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_mixed_float() local
644 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_byte_conversion() local
791 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
819 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
1091 enum brw_reg_type src1_type = num_sources > 1 ? in special_restrictions_for_mixed_float_mode() local
1739 enum brw_reg_type src1_type = in special_requirements_for_handling_double_precision_data_types() local
1813 const enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in instruction_restrictions() local
2095 const enum brw_reg_type src1_type = in instruction_restrictions() local
/external/mesa3d/src/intel/compiler/elk/
Delk_test_eu_validate.cpp1324 enum elk_reg_type src1_type; in TEST_P() member
1331 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1391 enum elk_reg_type src1_type; in TEST_P() member
1396 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1446 enum elk_reg_type src1_type; in TEST_P() member
1454 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1523 enum elk_reg_type src1_type; in TEST_P() member
1530 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1608 enum elk_reg_type src1_type; in TEST_P() member
1615 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Delk_eu_validate.c612 enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in is_half_float_conversion() local
650 enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in is_mixed_float() local
676 enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in is_byte_conversion() local
831 enum elk_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
859 enum elk_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
1157 enum elk_reg_type src1_type = num_sources > 1 ? in special_restrictions_for_mixed_float_mode() local
2012 enum elk_reg_type src1_type = in special_requirements_for_handling_double_precision_data_types() local
2128 const enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in instruction_restrictions() local
2501 const enum elk_reg_type src1_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()
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py590 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1042 LLVMTypeRef src1_type = LLVMTypeOf(src[1]); in do_alu_action() local
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c198 LLVMTypeRef src1_type = LLVMTypeOf(src1); in emit_bcsel() local
/external/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2895 nir_alu_type src1_type = dxil_type_to_nir_type(dxil_value_get_type(src1)); in emit_alu() local