Searched refs:BRW_HORIZONTAL_STRIDE_4 (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 920 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()
|
D | brw_eu_defines.h | 158 BRW_HORIZONTAL_STRIDE_4 = 3, enumerator
|
D | brw_disasm.c | 1182 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_HORIZONTAL_STRIDE_4; in hstride_from_align1_3src_hstride()
|
D | brw_vec4.cpp | 1942 BRW_HORIZONTAL_STRIDE_4, in get_timestamp()
|
D | brw_eu_emit.c | 797 case BRW_HORIZONTAL_STRIDE_4: in to_3src_align1_hstride()
|
D | brw_fs.cpp | 3491 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()
|