Searched refs:BRW_VERTICAL_STRIDE_16 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 842 { BRW_VERTICAL_STRIDE_16, false }, in TEST_P() 878 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 891 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 926 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 930 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 944 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 958 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 972 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 990 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P()
|
D | brw_eu_defines.h | 1061 BRW_VERTICAL_STRIDE_16 = 5, enumerator
|
D | brw_reg.h | 452 BRW_VERTICAL_STRIDE_16, in brw_vec16_reg()
|
D | brw_eu_emit.c | 780 case BRW_VERTICAL_STRIDE_16: in to_3src_align1_vstride()
|