Home
last modified time | relevance | path

Searched refs:BRW_HORIZONTAL_STRIDE_4 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp920 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_4); in TEST_P()
1036 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_4); in TEST_P()
1055 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_4); in TEST_P()
2109 { BRW_REGISTER_TYPE_B, BRW_REGISTER_TYPE_VF, BRW_HORIZONTAL_STRIDE_4, true }, in TEST_P()
2113 { BRW_REGISTER_TYPE_W, BRW_REGISTER_TYPE_V, BRW_HORIZONTAL_STRIDE_4, false }, in TEST_P()
2118 { BRW_REGISTER_TYPE_W, BRW_REGISTER_TYPE_UV, BRW_HORIZONTAL_STRIDE_4, false }, in TEST_P()
Dbrw_eu_defines.h158 BRW_HORIZONTAL_STRIDE_4 = 3, enumerator
Dbrw_disasm.c1182 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_HORIZONTAL_STRIDE_4; in hstride_from_align1_3src_hstride()
Dbrw_vec4.cpp1942 BRW_HORIZONTAL_STRIDE_4, in get_timestamp()
Dbrw_eu_emit.c797 case BRW_HORIZONTAL_STRIDE_4: in to_3src_align1_hstride()
Dbrw_fs.cpp3491 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()