Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1711 brw_inst_src0_vstride(devinfo, &inst) > BRW_VERTICAL_STRIDE_1 && in precompact()
1714 brw_inst_set_src0_vstride(devinfo, &inst, BRW_VERTICAL_STRIDE_1); in precompact()
1720 brw_inst_src1_vstride(devinfo, &inst) > BRW_VERTICAL_STRIDE_1 && in precompact()
1723 brw_inst_set_src1_vstride(devinfo, &inst, BRW_VERTICAL_STRIDE_1); in precompact()
Dbrw_disasm.c1169 return BRW_VERTICAL_STRIDE_1; in vstride_from_align1_3src_vstride()
1197 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_1: return BRW_VERTICAL_STRIDE_1; in vstride_from_align1_3src_hstride()
1220 case BRW_VERTICAL_STRIDE_1: return BRW_WIDTH_1; in implied_width()
Dbrw_eu_defines.h1057 BRW_VERTICAL_STRIDE_1 = 1, enumerator
Dtest_eu_validate.cpp707 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_1); in TEST_P()
717 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_1); in TEST_P()
838 { BRW_VERTICAL_STRIDE_1, false }, in TEST_P()
Dbrw_eu_emit.c771 case BRW_VERTICAL_STRIDE_1: in to_3src_align1_vstride()
/third_party/mesa3d/src/intel/tools/
Di965_gram.y1518 $$.vstride = BRW_VERTICAL_STRIDE_1;
1544 $$.vstride = BRW_VERTICAL_STRIDE_1;