radv: workaround WWZ exporting index=1 through location=1
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Fixes: 290c3d360e
("aco,radv: lower outputs to exports when nir for monolithic ps")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9232
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24354>
This commit is contained in:
@@ -260,6 +260,8 @@ radv_get_hash_flags(const struct radv_device *device, bool stats)
|
||||
hash_flags |= RADV_HASH_SHADER_NGG_STREAMOUT;
|
||||
if (device->instance->debug_flags & RADV_DEBUG_NO_RT)
|
||||
hash_flags |= RADV_HASH_SHADER_NO_RT;
|
||||
if (device->instance->dual_color_blend_by_location)
|
||||
hash_flags |= RADV_HASH_SHADER_DUAL_BLEND_MRT1;
|
||||
return hash_flags;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user