Searched refs:BRW_WIDTH_4 (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 323 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 …]
|
D | brw_reg.h | 487 BRW_WIDTH_4, in brw_vec4_reg() 749 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
|
D | brw_disasm.c | 1222 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()
|
D | brw_eu_defines.h | 1077 BRW_WIDTH_4 = 2, enumerator
|
D | brw_vec4_generator.cpp | 930 offset.width == BRW_WIDTH_4 && in generate_tes_add_indirect_urb_offset()
|
D | brw_vec4.cpp | 1656 BRW_WIDTH_4, in get_timestamp()
|
D | brw_fs_generator.cpp | 1258 width = BRW_WIDTH_4; in generate_ddx()
|