radv/meta: remove redundant check for hw resolve pipelines
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30187>
This commit is contained in:
committed by
Marge Bot
parent
76e4edefbf
commit
ecd3bbf826
@@ -289,9 +289,6 @@ build_resolve_pipeline(struct radv_device *device, unsigned fs_key)
|
||||
{
|
||||
VkResult result = VK_SUCCESS;
|
||||
|
||||
if (device->meta_state.resolve.pipeline[fs_key])
|
||||
return result;
|
||||
|
||||
mtx_lock(&device->meta_state.mtx);
|
||||
if (device->meta_state.resolve.pipeline[fs_key]) {
|
||||
mtx_unlock(&device->meta_state.mtx);
|
||||
|
||||
Reference in New Issue
Block a user