Searched refs:exec_width (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_ir_fs.h | 320 void init(enum opcode opcode, uint8_t exec_width, const fs_reg &dst,
|
H A D | brw_fs.cpp | 128 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_width, const fs_reg &dst, argument 131 init(opcode, exec_width, dst, src, sources);
|
Completed in 170 milliseconds