Home
last modified time | relevance | path

Searched refs:BRW_WIDTH_2 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp352 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
361 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
600 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
672 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
702 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_2); in TEST_P()
Dbrw_eu_defines.h910 BRW_WIDTH_2 = 1, enumerator
Dbrw_reg.h453 BRW_WIDTH_2, in brw_vec2_reg()
Dbrw_fs_generator.cpp169 brw_reg.width = BRW_WIDTH_2; in brw_reg_from_fs_reg()
1089 width = BRW_WIDTH_2; in generate_ddx()
Dbrw_disasm.c992 case BRW_VERTICAL_STRIDE_2: return BRW_WIDTH_2; in implied_width()
Dbrw_vec4.cpp2539 hw_reg->width = BRW_WIDTH_2; in apply_logical_swizzle()
Dbrw_eu_emit.c1001 src0.width = BRW_WIDTH_2; in ALU1()
Dbrw_fs.cpp3068 BRW_VERTICAL_STRIDE_8, BRW_WIDTH_2, BRW_HORIZONTAL_STRIDE_4, in emit_repclear_shader()