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

12

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_reg.h522 BRW_HORIZONTAL_STRIDE_0,
629 BRW_HORIZONTAL_STRIDE_0,
857 BRW_HORIZONTAL_STRIDE_0,
873 BRW_HORIZONTAL_STRIDE_0,
1239 BRW_HORIZONTAL_STRIDE_0)
1252 reg.hstride == BRW_HORIZONTAL_STRIDE_0) {
1257 assert(reg.hstride != BRW_HORIZONTAL_STRIDE_0);
H A Dbrw_disasm.c1179 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_0: return BRW_HORIZONTAL_STRIDE_0;
1210 _horiz_stride == BRW_HORIZONTAL_STRIDE_0) {
1214 } else if (_horiz_stride == BRW_HORIZONTAL_STRIDE_0) {
1300 _horiz_stride = BRW_HORIZONTAL_STRIDE_0;
1309 _horiz_stride == BRW_HORIZONTAL_STRIDE_0;
1374 _horiz_stride = BRW_HORIZONTAL_STRIDE_0;
1383 _horiz_stride == BRW_HORIZONTAL_STRIDE_0;
1462 _horiz_stride = BRW_HORIZONTAL_STRIDE_0;
1471 _horiz_stride == BRW_HORIZONTAL_STRIDE_0;
H A Dtest_eu_validate.cpp219 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
706 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
716 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
729 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
738 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
747 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
760 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
1040 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
1058 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
1129 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
[all...]
H A Dbrw_eu_emit.c148 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
172 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
301 brw_inst_set_src0_hstride(devinfo, inst, BRW_HORIZONTAL_STRIDE_0);
408 brw_inst_set_src1_hstride(devinfo, inst, BRW_HORIZONTAL_STRIDE_0);
791 case BRW_HORIZONTAL_STRIDE_0:
1142 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
1231 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
1241 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
H A Dbrw_eu_validate.c207 brw_inst_src0_hstride(devinfo, inst) == BRW_HORIZONTAL_STRIDE_0;
216 brw_inst_src1_hstride(devinfo, inst) == BRW_HORIZONTAL_STRIDE_0;
1076 ERROR_IF(brw_inst_dst_hstride(devinfo, inst) == BRW_HORIZONTAL_STRIDE_0,
H A Dbrw_fs_generator.cpp178 brw_reg.hstride == BRW_HORIZONTAL_STRIDE_0) {
1366 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
1369 src1.hstride = BRW_HORIZONTAL_STRIDE_0;
1868 value.hstride = BRW_HORIZONTAL_STRIDE_0;
H A Dbrw_eu_defines.h155 BRW_HORIZONTAL_STRIDE_0 = 0, enumerator in enum:brw_horizontal_stride
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm.c1006 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_0: return BRW_HORIZONTAL_STRIDE_0;
1037 _horiz_stride == BRW_HORIZONTAL_STRIDE_0) {
1041 } else if (_horiz_stride == BRW_HORIZONTAL_STRIDE_0) {
1124 _horiz_stride = BRW_HORIZONTAL_STRIDE_0;
1133 _horiz_stride == BRW_HORIZONTAL_STRIDE_0;
1192 _horiz_stride = BRW_HORIZONTAL_STRIDE_0;
1201 _horiz_stride == BRW_HORIZONTAL_STRIDE_0;
1274 _horiz_stride = BRW_HORIZONTAL_STRIDE_0;
1283 _horiz_stride == BRW_HORIZONTAL_STRIDE_0;
H A Dbrw_reg.h529 BRW_HORIZONTAL_STRIDE_0,
636 BRW_HORIZONTAL_STRIDE_0,
864 BRW_HORIZONTAL_STRIDE_0,
880 BRW_HORIZONTAL_STRIDE_0,
1225 BRW_HORIZONTAL_STRIDE_0)
H A Dtest_eu_validate.cpp313 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
323 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
336 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
345 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
354 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
367 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
647 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
665 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
736 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
753 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_0);
[all...]
H A Dbrw_eu_validate.c198 brw_inst_src0_hstride(devinfo, inst) == BRW_HORIZONTAL_STRIDE_0;
206 brw_inst_src1_hstride(devinfo, inst) == BRW_HORIZONTAL_STRIDE_0;
989 ERROR_IF(brw_inst_dst_hstride(devinfo, inst) == BRW_HORIZONTAL_STRIDE_0,
H A Dbrw_eu_defines.h152 BRW_HORIZONTAL_STRIDE_0 = 0, enumerator in enum:brw_horizontal_stride
H A Dbrw_eu_emit.c131 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
155 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
270 brw_inst_set_src0_hstride(devinfo, inst, BRW_HORIZONTAL_STRIDE_0);
373 brw_inst_set_src1_hstride(devinfo, inst, BRW_HORIZONTAL_STRIDE_0);
687 case BRW_HORIZONTAL_STRIDE_0:
1028 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
1117 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
1127 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
H A Dbrw_fs_generator.cpp175 brw_reg.hstride == BRW_HORIZONTAL_STRIDE_0) {
1225 src0.hstride = BRW_HORIZONTAL_STRIDE_0;
1228 src1.hstride = BRW_HORIZONTAL_STRIDE_0;
1640 value.hstride = BRW_HORIZONTAL_STRIDE_0;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.h120 #define BRW_HORIZONTAL_STRIDE_0 0 macro
1338 BRW_HORIZONTAL_STRIDE_0,
1429 BRW_HORIZONTAL_STRIDE_0,
1586 BRW_HORIZONTAL_STRIDE_0,
1606 BRW_HORIZONTAL_STRIDE_0,
H A Dbrw_eu_emit.c118 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
134 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
280 insn->bits2.da1.src0_horiz_stride = BRW_HORIZONTAL_STRIDE_0;
344 insn->bits3.da1.src1_horiz_stride = BRW_HORIZONTAL_STRIDE_0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.h120 #define BRW_HORIZONTAL_STRIDE_0 0 macro
1338 BRW_HORIZONTAL_STRIDE_0,
1429 BRW_HORIZONTAL_STRIDE_0,
1586 BRW_HORIZONTAL_STRIDE_0,
1606 BRW_HORIZONTAL_STRIDE_0,
H A Dbrw_eu_emit.c118 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
134 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
280 insn->bits2.da1.src0_horiz_stride = BRW_HORIZONTAL_STRIDE_0;
344 insn->bits3.da1.src1_horiz_stride = BRW_HORIZONTAL_STRIDE_0;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c349 if (reg.hstride == BRW_HORIZONTAL_STRIDE_0)
473 __gen8_set_src0_da1_hstride(inst, BRW_HORIZONTAL_STRIDE_0);
544 __gen8_set_src1_da1_hstride(inst, BRW_HORIZONTAL_STRIDE_0);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c349 if (reg.hstride == BRW_HORIZONTAL_STRIDE_0)
473 __gen8_set_src0_da1_hstride(inst, BRW_HORIZONTAL_STRIDE_0);
544 __gen8_set_src1_da1_hstride(inst, BRW_HORIZONTAL_STRIDE_0);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h554 #define BRW_HORIZONTAL_STRIDE_0 0 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h554 #define BRW_HORIZONTAL_STRIDE_0 0 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h554 #define BRW_HORIZONTAL_STRIDE_0 0 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h554 #define BRW_HORIZONTAL_STRIDE_0 0 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h547 #define BRW_HORIZONTAL_STRIDE_0 0 macro

Completed in 102 milliseconds

12