mesa/src/intel/vulkan
Paulo Zanoni e930bff19e anv: remove anv_reloc_list->array_length
This is another field that, after the recent commits, became unused.
It's either zero-initialized (by the memset) or copy-initialized
(which means it's also zero). And it never even gets used anywhere
anyway, so even if the value was non-zero it wouldn't matter.

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20309>
2022-12-14 10:44:31 -08:00
..
grl intel/genxml: Add genX_rt_pack.h 2022-12-09 01:43:39 +00:00
layers anv: work around improper buffer usage in hitman3 2022-10-19 03:24:36 +00:00
tests anv: Delete softpin checks 2022-09-02 09:40:46 +00:00
anv_allocator.c intel/vulkan: replace AUX macros with interfaces 2022-12-14 18:11:13 +00:00
anv_android.c anv: Do not duplicate intel_device_info memory in each logical device 2022-08-19 16:29:58 +00:00
anv_android.h anv: move VkImage object allocation to anv_CreateImage 2021-10-06 02:18:39 +00:00
anv_android_stubs.c anv: move VkImage object allocation to anv_CreateImage 2021-10-06 02:18:39 +00:00
anv_batch_chain.c anv: remove anv_reloc_list->array_length 2022-12-14 10:44:31 -08:00
anv_blorp.c anv: Use specific flush reasons for CCS operations 2022-12-06 00:49:17 +00:00
anv_bo_sync.c anv: Drop anv_sync_create_for_bo 2021-12-17 00:55:31 +00:00
anv_cmd_buffer.c anv: fixup descriptor copies 2022-12-13 09:13:05 +00:00
anv_descriptor_set.c anv: fixup descriptor copies 2022-12-13 09:13:05 +00:00
anv_device.c anv: Delete VK_KHR_device_group provided entrypoints 2022-12-09 14:07:48 -06:00
anv_formats.c anv: set READ/WRITE_WITHOUT_FORMAT for buffer views 2022-10-05 09:45:50 -07:00
anv_gem.c intel: Add has_userptr_probe to intel_device_info 2022-11-07 17:22:14 +00:00
anv_gem_stubs.c intel: Add and use intel_gem_get_param() 2022-11-07 17:22:14 +00:00
anv_genX.h anv/genxml: make gen_rt more like other genxml files 2022-12-02 09:28:23 +00:00
anv_image.c anv: disable Wa_1806565034 when robustImageAccess is enabled 2022-12-13 18:05:19 +00:00
anv_measure.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
anv_measure.h anv: add a custom AcquireNextImage2KHR func 2022-02-17 22:15:23 +00:00
anv_nir.h anv: add analysis for push descriptor uses and store it in shader cache 2022-10-14 23:03:16 +00:00
anv_nir_apply_pipeline_layout.c anv: Implement lower_base_workgroup_id 2022-12-01 04:56:48 +00:00
anv_nir_compute_push_layout.c anv: remove unused gfx7 code 2022-09-02 09:40:46 +00:00
anv_nir_lower_multiview.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
anv_nir_lower_ubo_loads.c anv: invalidate all metadata in anv_nir_lower_ubo_loads 2022-04-19 11:43:55 +00:00
anv_nir_lower_ycbcr_textures.c nir: adjust nir_src_copy signature to take a nir_instr * 2022-08-30 18:21:44 +00:00
anv_nir_push_descriptor_analysis.c anv: add analysis for push descriptor uses and store it in shader cache 2022-10-14 23:03:16 +00:00
anv_perf.c intel/perf: use the new OA format for Gfx12.5+ 2022-11-17 12:57:06 +00:00
anv_pipeline.c anv: assert when number of primitives is higher than max 2022-12-14 09:55:11 +00:00
anv_pipeline_cache.c anv: fixup invalid enum for nir environment 2022-11-10 14:51:32 +00:00
anv_private.h anv: remove anv_reloc_list->array_length 2022-12-14 10:44:31 -08:00
anv_queue.c anv: fix INTEL_DEBUG=sync 2022-04-22 21:59:50 +00:00
anv_util.c anv: Handle bits to flush data-port's Untyped L1 data cache 2022-08-05 10:43:50 +03:00
anv_utrace.c intel/ds: trace a couple of more pipe control flags 2022-12-13 19:22:02 +00:00
anv_wsi.c intel: Add SUPPORT_INTEL_INTEGRATED_GPUS build argument 2022-11-23 16:57:23 +00:00
genX_acceleration_structure.c intel/genxml: Add genX_rt_pack.h 2022-12-09 01:43:39 +00:00
genX_blorp_exec.c anv: generate correct addresses for state pool offsets 2022-11-23 14:37:19 +00:00
genX_cmd_buffer.c intel/vulkan: replace AUX macros with interfaces 2022-12-14 18:11:13 +00:00
genX_cmd_draw_helpers.h anv: move draw command helpers to their own file 2022-12-13 19:22:02 +00:00
genX_gpu_memcpy.c anv: Use extended parameters on Gen11+ 2022-12-13 19:22:02 +00:00
genX_pipeline.c anv: handle mesh shaders with max primitives == 0 2022-12-14 09:55:10 +00:00
genX_query.c anv: implement new queries for VK_KHR_ray_tracing_maintenance1 2022-12-02 09:28:23 +00:00
genX_state.c anv: Set 3DSTATE_RASTER API mode as recomended 2022-11-23 01:37:07 +00:00
gfx8_cmd_buffer.c anv: emit sample mask state independent of fragment stage 2022-12-09 08:00:42 +00:00
meson.build Revert "anv: compile anv_acceleration_structure.c" 2022-12-10 01:16:16 +00:00
TODO intel: Rename genx keyword to gfxx in source files 2021-04-02 18:33:07 +00:00