Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A 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 …]
H A Dbrw_eu_validate.c573 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_half_float_conversion() local
608 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_mixed_float() local
635 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_byte_conversion() local
828 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
856 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
1134 enum brw_reg_type src1_type = num_sources > 1 ? in special_restrictions_for_mixed_float_mode() local
1806 enum brw_reg_type src1_type = in special_requirements_for_handling_double_precision_data_types() local
1883 const enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in instruction_restrictions() local
2182 const enum brw_reg_type src1_type = in instruction_restrictions() local
H A Dbrw_fs_lower_dpas.cpp24 const brw_reg_type src1_type = BRW_TYPE_HF; in f16_using_mac() local
131 const brw_reg_type src1_type = inst->src[1].type == BRW_TYPE_UB in int8_using_dp4a() local
180 const brw_reg_type src1_type = inst->src[1].type == BRW_TYPE_UB in int8_using_mul_add() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A 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 …]
H A Delk_eu_validate.c510 enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in is_half_float_conversion() local
548 enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in is_mixed_float() local
574 enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in is_byte_conversion() local
700 enum elk_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
728 enum elk_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
1019 enum elk_reg_type src1_type = num_sources > 1 ? in special_restrictions_for_mixed_float_mode() local
1807 enum elk_reg_type src1_type = in special_requirements_for_handling_double_precision_data_types() local
1897 const enum elk_reg_type src1_type = elk_inst_src1_type(devinfo, inst); in instruction_restrictions() local
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_blend.c91 nir_alu_type src0_type, nir_alu_type src1_type, in get_blend_shader_locked()
172 nir_alu_type src0_type, nir_alu_type src1_type, unsigned rt, in get_blend_shader()
436 nir_alu_type src1_type = fs_info->bifrost.blend_src1_type; in panvk_per_arch() local
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blend.h77 nir_alu_type src0_type, src1_type; member
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py585 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, argument
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c1032 LLVMTypeRef src1_type = LLVMTypeOf(src[1]); in do_alu_action() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c198 LLVMTypeRef src1_type = LLVMTypeOf(src1); in emit_bcsel() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c2893 nir_alu_type src1_type = dxil_type_to_nir_type(dxil_value_get_type(src1)); in emit_alu() local