Home
last modified time | relevance | path

Searched refs:BRW_WIDTH_4 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp323 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
362 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
634 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
638 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
789 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
798 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
927 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
931 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
945 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
959 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P()
[all …]
Dbrw_reg.h487 BRW_WIDTH_4, in brw_vec4_reg()
749 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
Dbrw_disasm.c1222 case BRW_VERTICAL_STRIDE_4: return BRW_WIDTH_4; in implied_width()
1308 _width = BRW_WIDTH_4; in src0_3src()
1382 _width = BRW_WIDTH_4; in src1_3src()
1470 _width = BRW_WIDTH_4; in src2_3src()
Dbrw_eu_defines.h1077 BRW_WIDTH_4 = 2, enumerator
Dbrw_vec4_generator.cpp930 offset.width == BRW_WIDTH_4 && in generate_tes_add_indirect_urb_offset()
Dbrw_vec4.cpp1656 BRW_WIDTH_4, in get_timestamp()
Dbrw_fs_generator.cpp1258 width = BRW_WIDTH_4; in generate_ddx()