Searched refs:exec_width (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_fs.h | 327 void init(enum opcode opcode, uint8_t exec_width, const fs_reg &dst,
|
D | brw_fs.cpp | 128 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_width, const fs_reg &dst, in fs_inst() argument 131 init(opcode, exec_width, dst, src, sources); in fs_inst()
|