Searched refs:BRW_VERTICAL_STRIDE_2 (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h968 BRW_VERTICAL_STRIDE_2 = 2, enumerator in enum:brw_vertical_stride
H A Dbrw_disasm.c994 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_2: return BRW_VERTICAL_STRIDE_2;
1021 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_2: return BRW_VERTICAL_STRIDE_2;
1043 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2;
H A Dbrw_eu_validate.c865 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 &&
880 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 &&
H A Dbrw_reg.h510 BRW_VERTICAL_STRIDE_2,
H A Dbrw_eu_emit.c295 reg.vstride == BRW_VERTICAL_STRIDE_2) {
398 reg.vstride == BRW_VERTICAL_STRIDE_2) {
670 case BRW_VERTICAL_STRIDE_2:
H A Dtest_eu_validate.cpp443 { BRW_VERTICAL_STRIDE_2, devinfo.is_haswell || devinfo.gen >= 8 },
645 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2);
696 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2);
H A Dbrw_fs_generator.cpp1212 vstride = BRW_VERTICAL_STRIDE_2;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h674 #define BRW_VERTICAL_STRIDE_2 2 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h674 #define BRW_VERTICAL_STRIDE_2 2 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h674 #define BRW_VERTICAL_STRIDE_2 2 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h674 #define BRW_VERTICAL_STRIDE_2 2 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h667 #define BRW_VERTICAL_STRIDE_2 2 macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.h302 #define BRW_VERTICAL_STRIDE_2 2 macro
1320 BRW_VERTICAL_STRIDE_2,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.h302 #define BRW_VERTICAL_STRIDE_2 2 macro
1320 BRW_VERTICAL_STRIDE_2,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm.c1167 return BRW_VERTICAL_STRIDE_2;
1194 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_2: return BRW_VERTICAL_STRIDE_2;
1216 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2;
H A Dbrw_eu_validate.c952 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 &&
967 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_2 &&
H A Dbrw_eu_defines.h1042 BRW_VERTICAL_STRIDE_2 = 2, enumerator in enum:brw_vertical_stride
H A Dbrw_reg.h503 BRW_VERTICAL_STRIDE_2,
H A Dtest_eu_validate.cpp221 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2);
836 { BRW_VERTICAL_STRIDE_2, devinfo.verx10 >= 75 },
1038 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2);
1089 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_2);
H A Dbrw_eu_emit.c326 reg.vstride == BRW_VERTICAL_STRIDE_2) {
433 reg.vstride == BRW_VERTICAL_STRIDE_2) {
773 case BRW_VERTICAL_STRIDE_2:
H A Dbrw_fs_generator.cpp1353 vstride = BRW_VERTICAL_STRIDE_2;

Completed in 66 milliseconds