Searched refs:BRW_HORIZONTAL_STRIDE_4 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 532 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()
|
D | brw_eu_defines.h | 148 BRW_HORIZONTAL_STRIDE_4 = 3, enumerator
|
D | brw_disasm.c | 958 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_4: return BRW_HORIZONTAL_STRIDE_4; in hstride_from_align1_3src_hstride()
|
D | brw_vec4.cpp | 1852 BRW_HORIZONTAL_STRIDE_4, in get_timestamp()
|
D | brw_eu_emit.c | 705 case BRW_HORIZONTAL_STRIDE_4: in to_3src_align1_hstride()
|
D | brw_fs.cpp | 3068 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()
|