Searched refs:BRW_VERTICAL_STRIDE_16 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 451 { BRW_VERTICAL_STRIDE_16, false }, in TEST_P() 487 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 500 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 535 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 539 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 553 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 567 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 581 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P() 599 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_16); in TEST_P()
|
D | brw_eu_defines.h | 896 BRW_VERTICAL_STRIDE_16 = 5, enumerator
|
D | brw_reg.h | 401 BRW_VERTICAL_STRIDE_16, in brw_vec16_reg()
|
D | brw_eu_emit.c | 687 case BRW_VERTICAL_STRIDE_16: in to_3src_align1_vstride()
|