Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp532 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_4); in TEST_P()
648 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_4); in TEST_P()
667 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_4); in TEST_P()
907 { BRW_REGISTER_TYPE_B, BRW_REGISTER_TYPE_VF, BRW_HORIZONTAL_STRIDE_4, true }, in TEST_P()
911 { BRW_REGISTER_TYPE_W, BRW_REGISTER_TYPE_V, BRW_HORIZONTAL_STRIDE_4, false }, in TEST_P()
916 { BRW_REGISTER_TYPE_W, BRW_REGISTER_TYPE_UV, BRW_HORIZONTAL_STRIDE_4, false }, in TEST_P()
Dbrw_eu_defines.h148 BRW_HORIZONTAL_STRIDE_4 = 3, enumerator
Dbrw_disasm.c958 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_HORIZONTAL_STRIDE_4; in hstride_from_align1_3src_hstride()
Dbrw_vec4.cpp1852 BRW_HORIZONTAL_STRIDE_4, in get_timestamp()
Dbrw_eu_emit.c705 case BRW_HORIZONTAL_STRIDE_4: in to_3src_align1_hstride()
Dbrw_fs.cpp3068 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()