Home
last modified time | relevance | path

Searched refs:BRW_WIDTH_16 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1063 BRW_WIDTH_16 = 4, enumerator
Dbrw_reg.h453 BRW_WIDTH_16, in brw_vec16_reg()
Dtest_eu_validate.cpp645 brw_inst_set_src0_width(&devinfo, last_inst, BRW_WIDTH_16); in TEST_P()
652 brw_inst_set_src1_width(&devinfo, last_inst, BRW_WIDTH_16); in TEST_P()
Dbrw_fs_generator.cpp650 if (lower_width == 8 && group_idx.width == BRW_WIDTH_16) { in generate_shuffle()