mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
[amdgpu] Initial multi queue support
This commit is contained in:
parent
21f9c9b8ec
commit
cea6052e54
3 changed files with 538 additions and 520 deletions
|
|
@ -1469,7 +1469,8 @@ struct AmdgpuDevice {
|
|||
|
||||
void handleProtectMemory(std::uint64_t address, std::uint64_t size,
|
||||
std::uint32_t prot);
|
||||
void handleCommandBuffer(std::uint64_t address, std::uint64_t size);
|
||||
void handleCommandBuffer(std::uint64_t queueId, std::uint64_t address,
|
||||
std::uint64_t size);
|
||||
bool handleFlip(std::uint32_t bufferIndex, std::uint64_t arg,
|
||||
VkCommandBuffer cmd, VkImage targetImage,
|
||||
VkExtent2D targetExtent, std::vector<VkBuffer> &usedBuffers,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue