Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp1436 enum brw_reg_type src1_type; in TEST_P() member
1442 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument
1500 enum brw_reg_type src1_type; in TEST_P() member
1504 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument
1553 enum brw_reg_type src1_type; in TEST_P() member
1560 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument
1625 enum brw_reg_type src1_type; in TEST_P() member
1631 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument
1706 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.c653 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_half_float_conversion() local
691 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_mixed_float() local
717 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_byte_conversion() local
869 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
897 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local
1195 enum brw_reg_type src1_type = num_sources > 1 ? in special_restrictions_for_mixed_float_mode() local
2039 enum brw_reg_type src1_type = in special_requirements_for_handling_double_precision_data_types() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h75 nir_alu_type src0_type, src1_type; member
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py587 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.c1157 LLVMTypeRef src1_type = LLVMTypeOf(src[1]); in do_alu_action() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c243 LLVMTypeRef src1_type = LLVMTypeOf(src1); in emit_bcsel() local