Searched refs:BRW_VERTICAL_STRIDE_8 (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_wm.c84 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
161 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
H A Dbrw_eu.h304 #define BRW_VERTICAL_STRIDE_8 4 macro
1288 BRW_VERTICAL_STRIDE_8,
H A Dbrw_eu_emit.c297 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
361 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_wm.c84 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
161 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
H A Dbrw_eu.h304 #define BRW_VERTICAL_STRIDE_8 4 macro
1288 BRW_VERTICAL_STRIDE_8,
H A Dbrw_eu_emit.c297 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
361 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c501 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
572 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
983 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
1038 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c501 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
572 if (reg.vstride == BRW_VERTICAL_STRIDE_8)
983 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
1038 dw == 16 ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h970 BRW_VERTICAL_STRIDE_8 = 4, enumerator in enum:brw_vertical_stride
H A Dbrw_fs_builder.h759 if (src.vstride != BRW_VERTICAL_STRIDE_8 ||
H A Dbrw_disasm.c996 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_8: return BRW_VERTICAL_STRIDE_8;
1045 case BRW_VERTICAL_STRIDE_8: return BRW_WIDTH_8;
H A Dbrw_eu_emit.c288 if (reg.vstride == BRW_VERTICAL_STRIDE_8) {
391 if (reg.vstride == BRW_VERTICAL_STRIDE_8) {
674 case BRW_VERTICAL_STRIDE_8:
1128 src1.vstride = BRW_VERTICAL_STRIDE_8;
H A Dbrw_reg.h476 BRW_VERTICAL_STRIDE_8,
H A Dtest_eu_validate.cpp445 { BRW_VERTICAL_STRIDE_8, false },
666 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_8);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h676 #define BRW_VERTICAL_STRIDE_8 4 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h676 #define BRW_VERTICAL_STRIDE_8 4 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h676 #define BRW_VERTICAL_STRIDE_8 4 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h676 #define BRW_VERTICAL_STRIDE_8 4 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h669 #define BRW_VERTICAL_STRIDE_8 4 macro
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_builder.h823 if (src.vstride != BRW_VERTICAL_STRIDE_8 ||
H A Dbrw_eu_defines.h1044 BRW_VERTICAL_STRIDE_8 = 4, enumerator in enum:brw_vertical_stride
H A Dbrw_eu_emit.c319 if (reg.vstride == BRW_VERTICAL_STRIDE_8) {
426 if (reg.vstride == BRW_VERTICAL_STRIDE_8) {
778 case BRW_VERTICAL_STRIDE_8:
1242 src1.vstride = BRW_VERTICAL_STRIDE_8;
H A Dbrw_reg.h469 BRW_VERTICAL_STRIDE_8,
H A Dbrw_disasm.c1169 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_8: return BRW_VERTICAL_STRIDE_8;
1218 case BRW_VERTICAL_STRIDE_8: return BRW_WIDTH_8;
H A Dtest_eu_validate.cpp838 { BRW_VERTICAL_STRIDE_8, false },
1059 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_8);

Completed in 71 milliseconds

12