Lines Matching defs:init
52 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst,
95 init(BRW_OPCODE_NOP, 8, dst, NULL, 0);
100 init(opcode, exec_size, reg_undef, NULL, 0);
105 init(opcode, exec_size, dst, NULL, 0);
112 init(opcode, exec_size, dst, src, 1);
119 init(opcode, exec_size, dst, src, 2);
126 init(opcode, exec_size, dst, src, 3);
132 init(opcode, exec_width, dst, src, sources);
485 fs_reg::init()
495 init();
1126 init();
1135 init();