Searched refs:BRW_WIDTH_1 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_reg.h | 480 BRW_WIDTH_1, in brw_vec1_reg() 587 BRW_WIDTH_1, in brw_imm_reg() 783 BRW_WIDTH_1, in brw_ip_reg() 799 BRW_WIDTH_1, in brw_notification_reg() 1115 region_matches(reg, BRW_VERTICAL_STRIDE_0, BRW_WIDTH_1, \
|
D | brw_eu_emit.c | 441 if (reg.width == BRW_WIDTH_1 && in brw_set_src0() 444 brw_inst_set_src0_width(devinfo, inst, BRW_WIDTH_1); in brw_set_src0() 523 if (reg.width == BRW_WIDTH_1 && in brw_set_src1() 526 brw_inst_set_src1_width(devinfo, inst, BRW_WIDTH_1); in brw_set_src1() 1156 src0.width = BRW_WIDTH_1; in brw_LINE() 1166 src0.width = BRW_WIDTH_1; in brw_PLN()
|
D | brw_vec4_generator.cpp | 1925 src[0].width = BRW_WIDTH_1; in generate_code() 2049 src[0].width = BRW_WIDTH_1; in generate_code()
|
D | brw_defines.h | 1559 BRW_WIDTH_1 = 0, enumerator
|
D | brw_fs_generator.cpp | 1500 value.width = BRW_WIDTH_1; in generate_shader_time_add()
|