Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_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
Dtest_eu_validate.cpp1388 enum brw_reg_type src1_type; in TEST_P() member
1395 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1456 enum brw_reg_type src1_type; in TEST_P() member
1461 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1512 enum brw_reg_type src1_type; in TEST_P() member
1519 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1581 enum brw_reg_type src1_type; in TEST_P() member
1587 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1659 enum brw_reg_type src1_type; in TEST_P() member
1666 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
Dbrw_eu_validate.c529 enum brw_reg_type src1_type = inst->src[1].type; in is_half_float_conversion() local
559 enum brw_reg_type src1_type = inst->src[1].type; in is_mixed_float() local
583 enum brw_reg_type src1_type = inst->src[1].type; in is_byte_conversion() local
1736 const enum brw_reg_type src1_type = inst->src[1].type; in instruction_restrictions() local
1979 const enum brw_reg_type src1_type = inst->src[1].type; in instruction_restrictions() local
/third_party/mesa3d/src/intel/compiler/elk/
Delk_test_eu_validate.cpp1328 enum elk_reg_type src1_type; in TEST_P() member
1335 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1395 enum elk_reg_type src1_type; in TEST_P() member
1400 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1450 enum elk_reg_type src1_type; in TEST_P() member
1458 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1527 enum elk_reg_type src1_type; in TEST_P() member
1534 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1612 enum elk_reg_type src1_type; in TEST_P() member
1619 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
[all …]
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
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_blend.c51 nir_alu_type src0_type, nir_alu_type src1_type, in get_blend_shader()
389 nir_alu_type src1_type = fs_info->bifrost.blend_src1_type; in panvk_per_arch() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h78 nir_alu_type src0_type, src1_type; member
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py571 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1032 LLVMTypeRef src1_type = LLVMTypeOf(src[1]); in do_alu_action() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c198 LLVMTypeRef src1_type = LLVMTypeOf(src1); in emit_bcsel() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2891 nir_alu_type src1_type = dxil_type_to_nir_type(dxil_value_get_type(src1)); in emit_alu() local