Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_dpas.cpp25 const brw_reg_type src2_type = BRW_REGISTER_TYPE_HF; in f16_using_mac() local
134 const brw_reg_type src2_type = inst->src[2].type == BRW_REGISTER_TYPE_UB in int8_using_dp4a() local
183 const brw_reg_type src2_type = inst->src[2].type == BRW_REGISTER_TYPE_UB in int8_using_mul_add() local
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
3278 brw_reg_type src2_type; in TEST_P() member
Dbrw_eu_validate.c2097 const enum brw_reg_type src2_type = in instruction_restrictions() local
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py591 src2_type, const_expr, description = ""): argument
/external/mesa3d/src/intel/compiler/elk/
Delk_eu_validate.c2503 const enum elk_reg_type src2_type = in instruction_restrictions() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1043 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