Searched refs:BRW_WIDTH_1 (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_reg.h | 470 BRW_WIDTH_1, in brw_vec1_reg() 577 BRW_WIDTH_1, in brw_imm_reg() 797 BRW_WIDTH_1, in brw_ip_reg() 813 BRW_WIDTH_1, in brw_notification_reg() 1151 region_matches(reg, BRW_VERTICAL_STRIDE_0, BRW_WIDTH_1, \
|
D | brw_disasm.c | 987 return BRW_WIDTH_1; in implied_width() 1066 _width = BRW_WIDTH_1; in src0_3src() 1075 _width == BRW_WIDTH_1 && in src0_3src() 1134 _width = BRW_WIDTH_1; in src1_3src() 1143 _width == BRW_WIDTH_1 && in src1_3src() 1216 _width = BRW_WIDTH_1; in src2_3src() 1225 _width == BRW_WIDTH_1 && in src2_3src()
|
D | test_eu_validate.cpp | 306 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 315 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 329 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 339 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 651 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 669 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 740 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P() 757 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_1); in TEST_P()
|
D | brw_eu_validate.c | 159 brw_inst_src0_width(devinfo, inst) == BRW_WIDTH_1 && in src0_has_scalar_region() 167 brw_inst_src1_width(devinfo, inst) == BRW_WIDTH_1 && in src1_has_scalar_region()
|
D | brw_eu_defines.h | 909 BRW_WIDTH_1 = 0, enumerator
|
D | brw_eu_emit.c | 229 if (reg.width == BRW_WIDTH_1 && in brw_set_src0() 232 brw_inst_set_src0_width(devinfo, inst, BRW_WIDTH_1); in brw_set_src0() 319 if (reg.width == BRW_WIDTH_1 && in brw_set_src1() 322 brw_inst_set_src1_width(devinfo, inst, BRW_WIDTH_1); in brw_set_src1() 1090 src0.width = BRW_WIDTH_1; in brw_LINE() 1100 src0.width = BRW_WIDTH_1; in brw_PLN()
|
D | brw_vec4_generator.cpp | 1936 src[0].width = BRW_WIDTH_1; in generate_code() 2065 src[0].width = BRW_WIDTH_1; in generate_code()
|
D | brw_fs_generator.cpp | 167 brw_reg.width == BRW_WIDTH_1 && in brw_reg_from_fs_reg() 1596 value.width = BRW_WIDTH_1; in generate_shader_time_add()
|