Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm.c1171 return BRW_VERTICAL_STRIDE_2; in vstride_from_align1_3src_vstride()
1198 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_2: return BRW_VERTICAL_STRIDE_2; in vstride_from_align1_3src_hstride()
1221 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2; in implied_width()
Dbrw_eu_defines.h1058 BRW_VERTICAL_STRIDE_2 = 2, enumerator
Dbrw_eu_validate.c1044 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 && in general_restrictions_on_region_parameters()
1059 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 && in general_restrictions_on_region_parameters()
Dtest_eu_validate.cpp224 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2); in TEST_P()
839 { BRW_VERTICAL_STRIDE_2, devinfo.verx10 >= 75 }, in TEST_P()
1041 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2); in TEST_P()
1092 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2); in TEST_P()
Dbrw_reg.h503 BRW_VERTICAL_STRIDE_2, in brw_vec2_reg()
Dbrw_eu_emit.c326 reg.vstride == BRW_VERTICAL_STRIDE_2) { in brw_set_src0()
433 reg.vstride == BRW_VERTICAL_STRIDE_2) { in brw_set_src1()
774 case BRW_VERTICAL_STRIDE_2: in to_3src_align1_vstride()
Dbrw_fs_generator.cpp1253 vstride = BRW_VERTICAL_STRIDE_2; in generate_ddx()