radv: enable DGC IES for compute with ESO

This was supposed to be enabled.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32484>
This commit is contained in:
Samuel Pitoiset
2024-12-04 15:25:54 +01:00
committed by Marge Bot
parent e26a383ee8
commit e73fdac9a6
+1 -1
View File
@@ -1948,7 +1948,7 @@ radv_get_physical_device_properties(struct radv_physical_device *pdev)
.supportedIndirectCommandsShaderStages =
VK_SHADER_STAGE_ALL_GRAPHICS | VK_SHADER_STAGE_COMPUTE_BIT | taskmesh_stages | rt_stages,
.supportedIndirectCommandsShaderStagesPipelineBinding = VK_SHADER_STAGE_COMPUTE_BIT,
.supportedIndirectCommandsShaderStagesShaderBinding = 0,
.supportedIndirectCommandsShaderStagesShaderBinding = VK_SHADER_STAGE_COMPUTE_BIT,
.deviceGeneratedCommandsTransformFeedback = true,
.deviceGeneratedCommandsMultiDrawIndirectCount = true,
};