Searched refs:GFX75 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_gfx_ver_enum.h | 36 GFX75 = (1 << 5), enumerator 59 case 75: return GFX75; in gfx_ver_from_devinfo()
|
D | brw_eu.c | 619 { BRW_OPCODE_DIM, 10, "dim", 1, 1, GFX75 }, 634 { BRW_OPCODE_F32TO16, 19, "f32to16", 1, 1, GFX7 | GFX75 }, 635 { BRW_OPCODE_F16TO32, 20, "f16to32", 1, 1, GFX7 | GFX75 }, 657 { BRW_OPCODE_CALLA, 43, "calla", 0, 0, GFX_GE(GFX75) },
|