Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp255 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 …]
Dbrw_reg.h436 BRW_WIDTH_4, in brw_vec4_reg()
690 imm.width = BRW_WIDTH_4; in brw_imm_vf4()
Dbrw_fs_generator.cpp1093 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()
Dbrw_disasm.c993 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()
Dbrw_eu_defines.h911 BRW_WIDTH_4 = 2, enumerator
Dbrw_vec4.cpp1851 BRW_WIDTH_4, in get_timestamp()
Dbrw_eu_emit.c997 src0.width == BRW_WIDTH_4 && in ALU1()