Searched refs:BRW_WIDTH_4 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 255 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 259 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 406 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 415 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 536 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 540 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 554 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 568 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 596 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() 654 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_4); in TEST_P() [all …]
|
D | brw_reg.h | 436 BRW_WIDTH_4, in brw_vec4_reg() 690 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
|
D | brw_fs_generator.cpp | 1093 width = BRW_WIDTH_4; in generate_ddx() 1127 BRW_WIDTH_4, in generate_ddy() 1134 BRW_WIDTH_4, in generate_ddy() 1147 BRW_WIDTH_4, in generate_ddy() 1154 BRW_WIDTH_4, in generate_ddy()
|
D | brw_disasm.c | 993 case BRW_VERTICAL_STRIDE_4: return BRW_WIDTH_4; in implied_width() 1070 _width = BRW_WIDTH_4; in src0_3src() 1138 _width = BRW_WIDTH_4; in src1_3src() 1220 _width = BRW_WIDTH_4; in src2_3src()
|
D | brw_eu_defines.h | 911 BRW_WIDTH_4 = 2, enumerator
|
D | brw_vec4.cpp | 1851 BRW_WIDTH_4, in get_timestamp()
|
D | brw_eu_emit.c | 997 src0.width == BRW_WIDTH_4 && in ALU1()
|