Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_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
Dtest_eu_validate.cpp2768 src2_type, \ in TEST_P() argument
2875 enum brw_reg_type src2_type; in TEST_P() member
2878 #define INST(dst_type, src0_type, src1_type, src2_type, expected_result) \ in TEST_P() argument
3058 brw_reg_type src2_type; in TEST_P() member
3186 brw_reg_type src2_type; in TEST_P() member
Dbrw_eu_validate.c1980 const enum brw_reg_type src2_type = inst->src[2].type; in instruction_restrictions() local
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py572 src2_type, const_expr, description = ""): argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1033 LLVMTypeRef src2_type = LLVMTypeOf(src[2]); in do_alu_action() local
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c199 LLVMTypeRef src2_type = LLVMTypeOf(src2); in emit_bcsel() local