Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_lower_dpas.cpp25 const brw_reg_type src2_type = BRW_TYPE_HF; in f16_using_mac() local
134 const brw_reg_type src2_type = inst->src[2].type == BRW_TYPE_UB in int8_using_dp4a() local
183 const brw_reg_type src2_type = inst->src[2].type == BRW_TYPE_UB in int8_using_mul_add() local
H A Dtest_eu_validate.cpp2867 src2_type, \ in TEST_P() argument
2974 enum brw_reg_type src2_type; in TEST_P() member
2977 #define INST(dst_type, src0_type, src1_type, src2_type, expected_result) \ in TEST_P() argument
3151 brw_reg_type src2_type; in TEST_P() member
3276 brw_reg_type src2_type; in TEST_P() member
H A Dbrw_eu_validate.c2184 const enum brw_reg_type src2_type = in instruction_restrictions() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py586 src2_type, const_expr, description = ""): argument
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c1033 LLVMTypeRef src2_type = LLVMTypeOf(src[2]); in do_alu_action() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c199 LLVMTypeRef src2_type = LLVMTypeOf(src2); in emit_bcsel() local