mesa/src/broadcom/vulkan
Juan A. Suarez Romero df96a100ae v3dv: fix assertion on push constants
Fixes a compiler warning regarding the assertion.

Fixes: 6d6a3ab679 ("v3dv: asserts push constants data is valid")
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42269>
2026-06-19 18:01:40 +00:00
..
.dir-locals.el
.editorconfig
meson.build v3dv: use drirc_gen 2026-06-10 07:17:14 +00:00
v3dv_bo.c v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_bo.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_cl.c v3d: Rename cle_buffer_min_size to page_size 2026-03-27 18:54:29 +00:00
v3dv_cl.h
v3dv_cmd_buffer.c v3dv: fix assertion on push constants 2026-06-19 18:01:40 +00:00
v3dv_cmd_buffer.h v3dv: drop legacy CPU queue fallback paths 2026-06-09 16:53:48 +00:00
v3dv_common.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_descriptor_set.c v3dv: Implement and enable nullDescriptor support 2026-06-02 22:29:00 +00:00
v3dv_descriptor_set.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_device.c v3dv: directly use v3d_has_feature instead of caps struct 2026-06-17 08:58:08 +00:00
v3dv_device.h v3dv: directly use v3d_has_feature instead of caps struct 2026-06-17 08:58:08 +00:00
v3dv_drirc_gen.py v3dv: use drirc_gen 2026-06-10 07:17:14 +00:00
v3dv_event.c nir: introduce nir_descriptor_type for Vulkan like descriptors 2026-03-31 07:16:20 +00:00
v3dv_format_table.h v3dv: rename format_plane unorm/snorm flags to sw_unorm/sw_snorm 2026-06-16 10:46:39 +02:00
v3dv_formats.c v3dv: gate Dawn-required limits and features behind V3D_WEBGPU_OVERRIDE 2026-06-10 15:22:27 +00:00
v3dv_image.c v3dv: gate Dawn-required limits and features behind V3D_WEBGPU_OVERRIDE 2026-06-10 15:22:27 +00:00
v3dv_image.h v3dv: gate Dawn-required limits and features behind V3D_WEBGPU_OVERRIDE 2026-06-10 15:22:27 +00:00
v3dv_limits.h v3dv: increase max push constants size 2026-06-12 12:20:37 +00:00
v3dv_meta_clear.c broadcom: add and use max_render_targets to devinfo 2026-06-10 15:22:27 +00:00
v3dv_meta_common.h
v3dv_meta_copy.c v3dv: relax buffer padding in TFU buffer<->image copy 2026-05-26 07:50:44 +00:00
v3dv_pass.c v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_pass.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_pipeline.c v3dv: gate Dawn-required limits and features behind V3D_WEBGPU_OVERRIDE 2026-06-10 15:22:27 +00:00
v3dv_pipeline.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_pipeline_cache.c v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_query.c nir: introduce nir_descriptor_type for Vulkan like descriptors 2026-03-31 07:16:20 +00:00
v3dv_query.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_queue.c v3dv: use common multisync code 2026-06-17 08:58:08 +00:00
v3dv_uniforms.c v3dv: Implement and enable nullDescriptor support 2026-06-02 22:29:00 +00:00
v3dv_version_dispatch.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dv_wsi.c v3dv: use drirc_gen 2026-06-10 07:17:14 +00:00
v3dvx_cmd_buffer.c broadcom: add and use max_render_targets to devinfo 2026-06-10 15:22:27 +00:00
v3dvx_descriptor_set.c v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dvx_device.c v3dv: rename format_plane unorm/snorm flags to sw_unorm/sw_snorm 2026-06-16 10:46:39 +02:00
v3dvx_format_table.h v3dv: split v3dv_private.h into smaller headers 2026-03-25 02:04:57 +00:00
v3dvx_formats.c v3dv: rename format_plane unorm/snorm flags to sw_unorm/sw_snorm 2026-06-16 10:46:39 +02:00
v3dvx_image.c v3dv: set non-zero array stride in null texture descriptor state 2026-06-10 14:38:50 +00:00
v3dvx_meta_common.c broadcom: raise framebuffer size to 7680 on V3D 7.1 2026-06-10 15:22:27 +00:00
v3dvx_pipeline.c v3dv: rename format_plane unorm/snorm flags to sw_unorm/sw_snorm 2026-06-16 10:46:39 +02:00
v3dvx_private.h v3dv: Implement and enable nullDescriptor support 2026-06-02 22:29:00 +00:00
v3dvx_queue.c v3dv: defer tile_alloc creation in meta TLB ops 2026-04-13 10:31:21 +00:00