Searched refs:BRW_WIDTH_2 (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 222 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P() 728 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P() 737 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P() 988 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P() 1060 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P() 1090 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P() 1411 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
|
D | brw_eu_defines.h | 1060 BRW_WIDTH_2 = 1, enumerator
|
D | brw_reg.h | 504 BRW_WIDTH_2, in brw_vec2_reg()
|
D | brw_fs_generator.cpp | 179 brw_reg.width = BRW_WIDTH_2; in brw_reg_from_fs_reg() 1354 width = BRW_WIDTH_2; in generate_ddx()
|
D | brw_disasm.c | 1216 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2; in implied_width()
|
D | brw_vec4.cpp | 2638 hw_reg->width = BRW_WIDTH_2; in apply_logical_swizzle()
|
D | brw_eu_emit.c | 1141 src0.width = BRW_WIDTH_2; in ALU1()
|
D | brw_fs.cpp | 3491 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()
|