libraries: gnmdriver: few more functions implemented (#1544)

This commit is contained in:
psucien 2024-11-18 10:23:21 +01:00 committed by GitHub
parent e1fecda74f
commit 8fbd9187f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 119 additions and 17 deletions

View file

@ -57,6 +57,8 @@ struct Liverpool {
static constexpr u32 ConfigRegWordOffset = 0x2000;
static constexpr u32 ShRegWordOffset = 0x2C00;
static constexpr u32 NumRegs = 0xD000;
static constexpr u32 DrawIndirectArgsSize = 0x10u;
static constexpr u32 DrawIndexedIndirectArgsSize = 0x14u;
using UserData = std::array<u32, NumShaderUserData>;