Searched defs:src1_type (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 1433 enum brw_reg_type src1_type; in TEST_P() member 1439 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument 1497 enum brw_reg_type src1_type; in TEST_P() member 1501 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument 1550 enum brw_reg_type src1_type; in TEST_P() member 1557 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument 1622 enum brw_reg_type src1_type; in TEST_P() member 1628 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument 1703 enum brw_reg_type src1_type; in TEST_P() member 1709 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument [all …]
|
D | brw_eu_validate.c | 617 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_half_float_conversion() local 653 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_mixed_float() local 677 enum brw_reg_type src1_type = brw_inst_src1_type(devinfo, inst); in is_byte_conversion() local 777 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local 805 enum brw_reg_type src1_type = num_sources > 1 ? in general_restrictions_based_on_operand_types() local 1098 enum brw_reg_type src1_type = num_sources > 1 ? in special_restrictions_for_mixed_float_mode() local 1880 enum brw_reg_type src1_type = in special_requirements_for_handling_double_precision_data_types() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 538 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, argument
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 139 LLVMTypeRef src1_type = LLVMTypeOf(src1); in emit_int_cmp() local 237 LLVMTypeRef src1_type = LLVMTypeOf(src1); in emit_bcsel() local
|