Searched refs:BRW_HORIZONTAL_STRIDE_2 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 600 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 615 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 627 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 787 brw_inst_set_src0_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 796 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 811 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 877 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 890 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 908 brw_inst_set_dst_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() 943 brw_inst_set_src1_hstride(&devinfo, last_inst, BRW_HORIZONTAL_STRIDE_2); in TEST_P() [all …]
|
D | brw_eu_defines.h | 156 BRW_HORIZONTAL_STRIDE_2 = 2, enumerator
|
D | brw_eu_emit.c | 107 dest.hstride = BRW_HORIZONTAL_STRIDE_2; in brw_set_dest() 776 case BRW_HORIZONTAL_STRIDE_2: in to_3src_align1_hstride()
|
D | brw_disasm.c | 1038 case BRW_ALIGN1_3SRC_SRC_HORIZONTAL_STRIDE_2: return BRW_HORIZONTAL_STRIDE_2; in hstride_from_align1_3src_hstride()
|
D | brw_vec4_generator.cpp | 2016 dst.hstride = BRW_HORIZONTAL_STRIDE_2; in generate_code()
|
/external/igt-gpu-tools/assembler/ |
D | brw_defines.h | 602 #define BRW_HORIZONTAL_STRIDE_2 2 macro
|