Home
last modified time | relevance | path

Searched refs:BRW_WIDTH_1 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reg.h480 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, \
Dbrw_eu_emit.c441 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()
Dbrw_vec4_generator.cpp1925 src[0].width = BRW_WIDTH_1; in generate_code()
2049 src[0].width = BRW_WIDTH_1; in generate_code()
Dbrw_defines.h1559 BRW_WIDTH_1 = 0, enumerator
Dbrw_fs_generator.cpp1500 value.width = BRW_WIDTH_1; in generate_shader_time_add()