Searched refs:scratch_rsrc (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 87 Temp scratch_rsrc; member 1458 if (ctx.scratch_rsrc == Temp()) { in setup_vgpr_spill_reload() 1461 ctx.scratch_rsrc = in setup_vgpr_spill_reload() 1472 if (ctx.scratch_rsrc == Temp()) { in setup_vgpr_spill_reload() 1475 ctx.scratch_rsrc = in setup_vgpr_spill_reload() 1508 bld.scratch(aco_opcode::scratch_store_dword, Operand(v1), ctx.scratch_rsrc, elem, in spill_vgpr() 1512 bld.mubuf(aco_opcode::buffer_store_dword, ctx.scratch_rsrc, Operand(v1), in spill_vgpr() 1518 bld.scratch(aco_opcode::scratch_store_dword, Operand(v1), ctx.scratch_rsrc, temp, offset, in spill_vgpr() 1521 Instruction* instr = bld.mubuf(aco_opcode::buffer_store_dword, ctx.scratch_rsrc, Operand(v1), in spill_vgpr() 1549 ctx.scratch_rsrc, offse in reload_vgpr() [all...] |
Completed in 3 milliseconds