Home
last modified time | relevance | path

Searched refs:BRW_HORIZONTAL_STRIDE_2 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp224 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
239 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
251 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
407 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
416 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
427 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
489 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
502 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
520 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
555 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P()
[all …]
Dbrw_eu_defines.h147 BRW_HORIZONTAL_STRIDE_2 = 2, enumerator
Dbrw_disasm.c957 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_2: return BRW_HORIZONTAL_STRIDE_2; in hstride_from_align1_3src_hstride()
Dbrw_vec4_generator.cpp2033 dst.hstride = BRW_HORIZONTAL_STRIDE_2; in generate_code()
Dbrw_eu_emit.c703 case BRW_HORIZONTAL_STRIDE_2: in to_3src_align1_hstride()