Home
last modified time | relevance | path

Searched refs:BRW_VERTICAL_STRIDE_4 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp254 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
258 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
287 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
294 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
405 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
414 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
449 { BRW_VERTICAL_STRIDE_4, true }, in TEST_P()
595 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
653 brw_inst_set_src1_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
668 brw_inst_set_src0_vstride(&devinfo, last_inst, BRW_VERTICAL_STRIDE_4); in TEST_P()
[all …]
Dbrw_eu_validate.c520 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, in general_restrictions_on_region_parameters()
525 brw_inst_src0_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, in general_restrictions_on_region_parameters()
535 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, in general_restrictions_on_region_parameters()
540 brw_inst_src1_vstride(devinfo, inst) != BRW_VERTICAL_STRIDE_4, in general_restrictions_on_region_parameters()
Dbrw_disasm.c944 case BRW_ALIGN1_3SRC_VERTICAL_STRIDE_4: return BRW_VERTICAL_STRIDE_4; in vstride_from_align1_3src_vstride()
971 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_VERTICAL_STRIDE_4; in vstride_from_align1_3src_hstride()
993 case BRW_VERTICAL_STRIDE_4: return BRW_WIDTH_4; in implied_width()
1069 _vert_stride = BRW_VERTICAL_STRIDE_4; in src0_3src()
1137 _vert_stride = BRW_VERTICAL_STRIDE_4; in src1_3src()
1219 _vert_stride = BRW_VERTICAL_STRIDE_4; in src2_3src()
Dbrw_reg.h435 BRW_VERTICAL_STRIDE_4, in brw_vec4_reg()
796 BRW_VERTICAL_STRIDE_4, /* ? */ in brw_ip_reg()
Dbrw_fs_generator.cpp1092 vstride = BRW_VERTICAL_STRIDE_4; in generate_ddx()
1126 BRW_VERTICAL_STRIDE_4, in generate_ddy()
1133 BRW_VERTICAL_STRIDE_4, in generate_ddy()
1146 BRW_VERTICAL_STRIDE_4, in generate_ddy()
1153 BRW_VERTICAL_STRIDE_4, in generate_ddy()
Dbrw_eu_defines.h894 BRW_VERTICAL_STRIDE_4 = 3, enumerator
Dbrw_eu_emit.c253 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); in brw_set_src0()
264 brw_inst_set_src0_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); in brw_set_src0()
343 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); in brw_set_src1()
354 brw_inst_set_src1_vstride(devinfo, inst, BRW_VERTICAL_STRIDE_4); in brw_set_src1()
684 case BRW_VERTICAL_STRIDE_4: in to_3src_align1_vstride()
996 assert(src0.vstride == BRW_VERTICAL_STRIDE_4 && in ALU1()
Dbrw_vec4_generator.cpp1935 src[0].vstride = BRW_VERTICAL_STRIDE_4; in generate_code()
2064 src[0].vstride = BRW_VERTICAL_STRIDE_4; in generate_code()