| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | test_eu_validate.cpp | 319 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 358 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 630 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 634 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 663 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 670 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 785 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 794 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 837 { BRW_VERTICAL_STRIDE_4, true }, 983 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); [all...] |
| H A D | brw_eu_validate.c | 953 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 958 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 968 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 973 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 1142 ERROR_IF(brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 1146 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4,
|
| H A D | brw_disasm.c | 1168 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_4: return BRW_VERTICAL_STRIDE_4; 1195 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_VERTICAL_STRIDE_4; 1217 case BRW_VERTICAL_STRIDE_4: return BRW_WIDTH_4; 1302 _vert_stride = BRW_VERTICAL_STRIDE_4; 1376 _vert_stride = BRW_VERTICAL_STRIDE_4; 1464 _vert_stride = BRW_VERTICAL_STRIDE_4;
|
| H A D | brw_reg.h | 486 BRW_VERTICAL_STRIDE_4, 855 BRW_VERTICAL_STRIDE_4, /* ? */
|
| H A D | brw_eu_emit.c | 323 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 334 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 430 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 441 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 776 case BRW_VERTICAL_STRIDE_4:
|
| H A D | brw_eu_defines.h | 1043 BRW_VERTICAL_STRIDE_4 = 3, enumerator in enum:brw_vertical_stride
|
| H A D | brw_vec4_generator.cpp | 1971 src[0].vstride = BRW_VERTICAL_STRIDE_4; 2099 src[0].vstride = BRW_VERTICAL_STRIDE_4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | test_eu_validate.cpp | 237 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 241 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 270 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 277 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 392 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 401 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 444 { BRW_VERTICAL_STRIDE_4, true }, 590 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 648 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); 663 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); [all...] |
| H A D | brw_eu_validate.c | 866 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 871 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 881 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 886 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 1055 ERROR_IF(brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, 1059 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4,
|
| H A D | brw_disasm.c | 995 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_4: return BRW_VERTICAL_STRIDE_4; 1022 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_VERTICAL_STRIDE_4; 1044 case BRW_VERTICAL_STRIDE_4: return BRW_WIDTH_4; 1126 _vert_stride = BRW_VERTICAL_STRIDE_4; 1194 _vert_stride = BRW_VERTICAL_STRIDE_4; 1276 _vert_stride = BRW_VERTICAL_STRIDE_4;
|
| H A D | brw_eu_defines.h | 969 BRW_VERTICAL_STRIDE_4 = 3, enumerator in enum:brw_vertical_stride
|
| H A D | brw_reg.h | 493 BRW_VERTICAL_STRIDE_4, 862 BRW_VERTICAL_STRIDE_4, /* ? */
|
| H A D | brw_eu_emit.c | 292 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 303 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 395 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 406 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); 672 case BRW_VERTICAL_STRIDE_4:
|
| H A D | brw_vec4_generator.cpp | 1915 src[0].vstride = BRW_VERTICAL_STRIDE_4; 2044 src[0].vstride = BRW_VERTICAL_STRIDE_4;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| H A D | brw_eu.h | 303 #define BRW_VERTICAL_STRIDE_4 3 macro 1304 BRW_VERTICAL_STRIDE_4, 1584 BRW_VERTICAL_STRIDE_4, /* ? */
|
| H A D | brw_eu_emit.c | 298 insn->bits2.da16.src0_vert_stride = BRW_VERTICAL_STRIDE_4; 362 insn->bits3.da16.src1_vert_stride = BRW_VERTICAL_STRIDE_4;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| H A D | brw_eu.h | 303 #define BRW_VERTICAL_STRIDE_4 3 macro 1304 BRW_VERTICAL_STRIDE_4, 1584 BRW_VERTICAL_STRIDE_4, /* ? */
|
| H A D | brw_eu_emit.c | 298 insn->bits2.da16.src0_vert_stride = BRW_VERTICAL_STRIDE_4; 362 insn->bits3.da16.src1_vert_stride = BRW_VERTICAL_STRIDE_4;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | brw_defines.h | 675 #define BRW_VERTICAL_STRIDE_4 3 macro
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | brw_defines.h | 675 #define BRW_VERTICAL_STRIDE_4 3 macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | brw_defines.h | 675 #define BRW_VERTICAL_STRIDE_4 3 macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | brw_defines.h | 675 #define BRW_VERTICAL_STRIDE_4 3 macro
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | brw_defines.h | 668 #define BRW_VERTICAL_STRIDE_4 3 macro
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen8_eu.c | 502 __gen8_set_src0_vert_stride(inst, BRW_VERTICAL_STRIDE_4); 573 __gen8_set_src1_vert_stride(inst, BRW_VERTICAL_STRIDE_4);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen8_eu.c | 502 __gen8_set_src0_vert_stride(inst, BRW_VERTICAL_STRIDE_4); 573 __gen8_set_src1_vert_stride(inst, BRW_VERTICAL_STRIDE_4);
|