Skip to content

turnip,ir3: account for dispatch group offsets

Fixes tests:

 dEQP-VK.compute.device_group.dispatch_base

Also, I could make IR3_DP_BASE_GROUP_X{YZ} and IR3_DP_LOCAL_GROUP_SIZE_X{YZ} to have the same enum values since first is used only in Vulkan and second only in GL.

Merge request reports