summaryrefslogtreecommitdiff
path: root/src/vulkan/runtime/vk_pipeline.c
diff options
context:
space:
mode:
authorFaith Ekstrand <faith.ekstrand@collabora.com>2024-02-28 14:03:00 -0600
committerMarge Bot <emma+marge@anholt.net>2024-02-29 02:49:42 +0000
commitd9908af9d280aa357005d0d01444d9ce8fb426cb (patch)
tree9cd28f3a54c807ffc0c78f74ae11d6a809a145e1 /src/vulkan/runtime/vk_pipeline.c
parent283d8ca98a706113aaa1390c2f2bee1c4ce37eee (diff)
vulkan/pipeline: Whitespace fix
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27860>
Diffstat (limited to 'src/vulkan/runtime/vk_pipeline.c')
-rw-r--r--src/vulkan/runtime/vk_pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/runtime/vk_pipeline.c b/src/vulkan/runtime/vk_pipeline.c
index c914120b87b..671f8f4c8e2 100644
--- a/src/vulkan/runtime/vk_pipeline.c
+++ b/src/vulkan/runtime/vk_pipeline.c
@@ -1166,7 +1166,7 @@ vk_graphics_pipeline_compile_shaders(struct vk_device *device,
part_stages |= mesa_to_vk_shader_stage(stage->stage);
_mesa_blake3_update(&blake3_ctx, stage->precomp->blake3,
- sizeof(stage->precomp->blake3));
+ sizeof(stage->precomp->blake3));
VkShaderCreateFlagsEXT shader_flags =
vk_pipeline_to_shader_flags(pipeline->base.flags, stage->stage);