mesa/src/freedreno/vulkan
Michel Dänzer 55caa3abb1 turnip: Mark local variable ASSERTED
It's only used in assert. Avoids compiler warning/error with assertions disabled:

../src/freedreno/vulkan/tu_cs.h: In function 'tu_cs_reserve':
../src/freedreno/vulkan/tu_cs.h:208:13: error: unused variable 'result' [-Werror=unused-variable]
  208 |    VkResult result = tu_cs_reserve_space(cs, reserved_size);
      |             ^~~~~~

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11412>
2021-07-09 10:24:41 +00:00
..
.clang-format turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
.dir-locals.el turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
.editorconfig turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
meson.build turnip/kgsl: new flag TU_USE_KGSL 2021-07-01 04:22:55 +00:00
msm_kgsl.h turnip: Add kgsl backend 2020-09-21 22:51:05 +00:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
tu_android.c turnip: Add CrOS Gralloc support 2021-06-26 18:44:12 +00:00
tu_clear_blit.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_cmd_buffer.c tu, ir3: Plumb through support for CS subgroup size/id 2021-07-08 16:02:41 +00:00
tu_cs.c turnip: place a limit on the growth of BOs 2021-05-31 17:38:26 +00:00
tu_cs.h turnip: Mark local variable ASSERTED 2021-07-09 10:24:41 +00:00
tu_descriptor_set.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_descriptor_set.h turnip: initial implementation of VK_KHR_push_descriptor 2020-09-29 12:58:34 +00:00
tu_device.c tu: Update subgroup properties 2021-07-08 16:02:41 +00:00
tu_drm.c turnip: Use drmIoctl() 2021-06-26 18:44:12 +00:00
tu_formats.c turnip: Disable buffer texturing on 422 formats. 2021-06-24 17:34:06 +00:00
tu_image.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_kgsl.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_legacy.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_nir_lower_multiview.c turnip: consider HW limit on number of views when apply multipos opt 2021-02-19 09:16:00 +00:00
tu_pass.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_pipeline.c tu, ir3: Plumb through support for CS subgroup size/id 2021-07-08 16:02:41 +00:00
tu_pipeline_cache.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_private.h tu, ir3: Plumb through support for CS subgroup size/id 2021-07-08 16:02:41 +00:00
tu_query.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_shader.c nir: Drop nir_ssa_def::name and nir_register::name 2021-07-08 17:34:41 +00:00
tu_util.c tu: Skip tu_tiling_config_update_tile_layout() if not using gmem 2021-03-29 21:58:24 +00:00
tu_util.h vulkan: Deduplicate mesa stage conversion 2021-04-03 17:34:39 +00:00
tu_wsi.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_wsi_display.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_wsi_wayland.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
tu_wsi_x11.c turnip: add missing VKAPI_ATTR/CALL 2021-06-14 02:01:57 +00:00
vk_format.h anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00