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 | 839 { BRW_VERTICAL_STRIDE_16, false }, in TEST_P() 875 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 888 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 923 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 927 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 941 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 955 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 969 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 987 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P()
|
D | brw_eu_defines.h | 1045 BRW_VERTICAL_STRIDE_16 = 5, enumerator
|
D | brw_reg.h | 452 BRW_VERTICAL_STRIDE_16, in brw_vec16_reg()
|
D | brw_eu_emit.c | 779 case BRW_VERTICAL_STRIDE_16: in to_3src_align1_vstride()
|