Home
last modified time | relevance | path

Searched refs:exec_width (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ir_fs.h320 void init(enum opcode opcode, uint8_t exec_width, const fs_reg &dst,
Dbrw_fs.cpp128 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()