Home
last modified time | relevance | path

Searched refs:get_3src_subreg_nr (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c755 get_3src_subreg_nr(struct brw_reg reg) in get_3src_subreg_nr() function
961 brw_inst_set_3src_a16_src0_subreg_nr(devinfo, inst, get_3src_subreg_nr(src0)); in brw_alu3()
970 brw_inst_set_3src_a16_src1_subreg_nr(devinfo, inst, get_3src_subreg_nr(src1)); in brw_alu3()
979 brw_inst_set_3src_a16_src2_subreg_nr(devinfo, inst, get_3src_subreg_nr(src2)); in brw_alu3()