Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rhys Perry
mesa
Commits
fce808f7
Commit
fce808f7
authored
Nov 16, 2022
by
Rhys Perry
Browse files
radv/gfx11: expose shaderBufferFloat32AtomicAdd
Signed-off-by:
Rhys Perry
<
pendingchaos02@gmail.com
>
parent
64de930c
Pipeline
#740695
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/amd/vulkan/radv_device.c
View file @
fce808f7
...
...
@@ -1606,7 +1606,7 @@ radv_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT
*
features
=
(
VkPhysicalDeviceShaderAtomicFloatFeaturesEXT
*
)
ext
;
features
->
shaderBufferFloat32Atomics
=
true
;
features
->
shaderBufferFloat32AtomicAdd
=
false
;
features
->
shaderBufferFloat32AtomicAdd
=
pdevice
->
rad_info
.
gfx_level
>=
GFX11
;
features
->
shaderBufferFloat64Atomics
=
true
;
features
->
shaderBufferFloat64AtomicAdd
=
false
;
features
->
shaderSharedFloat32Atomics
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment