Searched refs:reg_undef (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_visitor.cpp | 499 const fs_reg srcs[] = { reg_undef, reg_undef, in emit_fb_writes() 500 reg_undef, offset(this->outputs[0], bld, 3) }; in emit_fb_writes() 504 inst = emit_single_fb_write(bld, tmp, reg_undef, reg_undef, 4); in emit_fb_writes() 627 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload); in emit_urb_writes() 788 fs_inst *inst = abld.emit(opcode, reg_undef, payload); in emit_urb_writes() 817 .emit(CS_OPCODE_CS_TERMINATE, reg_undef, payload); in emit_cs_terminate() 845 bld.exec_all().emit(SHADER_OPCODE_BARRIER, reg_undef, payload); in emit_barrier()
|
D | brw_fs_register_coalesce.cpp | 248 mov[i]->dst = reg_undef; in register_coalesce() 250 mov[i]->src[j] = reg_undef; in register_coalesce()
|
D | brw_fs.cpp | 99 init(opcode, exec_size, reg_undef, NULL, 0); in fs_inst() 1368 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, hdr); in emit_gs_thread_end() 1376 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload); in emit_gs_thread_end() 2196 inst->src[1] = reg_undef; in opt_algebraic() 2205 inst->src[1] = reg_undef; in opt_algebraic() 2214 inst->src[1] = reg_undef; in opt_algebraic() 2223 inst->src[1] = reg_undef; in opt_algebraic() 2235 inst->src[1] = reg_undef; in opt_algebraic() 2244 inst->src[1] = reg_undef; in opt_algebraic() 2252 inst->src[1] = reg_undef; in opt_algebraic() [all …]
|
D | brw_ir_fs.h | 315 static const fs_reg reg_undef; variable
|
D | brw_fs_cse.cpp | 275 entry->tmp = reg_undef; in opt_cse_local()
|
D | brw_fs_nir.cpp | 1778 fs_inst *inst = abld.emit(opcode, reg_undef, payload); in emit_gs_control_data_bits()
|