mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
nvk: Set maxInlineUniformTotalSize
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27242>
This commit is contained in:
parent
58e916b3b7
commit
b2824dd38d
1 changed files with 1 additions and 0 deletions
|
|
@ -753,6 +753,7 @@ nvk_get_device_properties(const struct nvk_instance *instance,
|
|||
.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = 32,
|
||||
.maxDescriptorSetInlineUniformBlocks = 6 * 32,
|
||||
.maxDescriptorSetUpdateAfterBindInlineUniformBlocks = 6 * 32,
|
||||
.maxInlineUniformTotalSize = 1 << 16,
|
||||
.integerDotProduct4x8BitPackedUnsignedAccelerated
|
||||
= info->cls_eng3d >= VOLTA_A,
|
||||
.integerDotProduct4x8BitPackedSignedAccelerated
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue