mesa/src/intel/vulkan_hasvk
Alyssa Rosenzweig 68eda9456f treewide: Use nir_tex_src_for_ssa
Via Coccinelle patch:

    @@
    expression a, b, c;
    @@

    -a.src = nir_src_for_ssa(b);
    -a.src_type = c;
    +a = nir_tex_src_for_ssa(c, b);

    @@
    expression a, b, c;
    @@

    -a.src_type = c;
    -a.src = nir_src_for_ssa(b);
    +a = nir_tex_src_for_ssa(c, b);

Plus manual fixups, including...

* a few identity swizzles changed to nir_trim_vector in TTN and prog-to-nir to
  fix the Coccinelle-botched formatting, and similarly a pointless nir_channels
* collapsing a now-pointless temp in vtn

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23352>
2023-06-06 18:52:25 +00:00
..
layers hasvk: Add layer with work-around for Doom 64 texture corruption 2023-01-02 15:05:06 +00:00
tests
anv_allocator.c anv,hasvk: migrate to align64 from util 2023-01-06 17:22:16 +00:00
anv_android.c vulkan: add vk_image_format_to_ahb_format 2023-05-11 22:18:03 +00:00
anv_android.h anv,hasvk: android ahb is not always exportable 2023-05-11 22:18:03 +00:00
anv_android_stubs.c anv,hasvk: android ahb is not always exportable 2023-05-11 22:18:03 +00:00
anv_batch_chain.c intel/ds: Fix crash when allocating more intel_ds_queues than u_vector was initialized 2023-02-01 18:31:29 +00:00
anv_blorp.c anv,hasvk: cleanup unused enum 2023-03-22 15:00:16 +00:00
anv_bo_sync.c
anv_cmd_buffer.c hasvk: Delete VK_KHR_device_group provided entrypoints 2022-12-09 14:07:59 -06:00
anv_descriptor_set.c anv/hasvk: speed up null image/view descriptor writes 2023-03-02 15:03:25 +00:00
anv_device.c hasvk: enable single texel alignment 2023-05-31 19:57:54 +00:00
anv_formats.c anv,hasvk: android ahb is not always exportable 2023-05-11 22:18:03 +00:00
anv_gem.c hasvk: Use intel_ioctl() helper for GEM_SET_TILING 2023-06-02 20:09:24 +00:00
anv_gem_stubs.c hasvk: Remove remaining bits of anv_i915_query() 2023-02-09 02:57:32 +00:00
anv_genX.h hasvk/pipeline: Use feedback loop flags for self-dependencies 2023-04-03 18:13:01 +00:00
anv_image.c vulkan: rename vk_image::ahardware_buffer_format 2023-05-11 22:18:02 +00:00
anv_measure.c hasvk: Emit CS stall on INTEL_MEASURE timestamp 2023-01-04 22:43:36 +00:00
anv_measure.h
anv_nir.h hasvk: Rip out primitive replication 2022-12-02 09:18:17 +00:00
anv_nir_apply_pipeline_layout.c nir: use generated immediate comparison helpers 2023-06-05 13:40:08 +00:00
anv_nir_compute_push_layout.c anv,hasvk: migrate to ROUND_DOWN_TO from util 2023-01-06 17:22:16 +00:00
anv_nir_lower_multiview.c nir: use generated immediate comparison helpers 2023-06-05 13:40:08 +00:00
anv_nir_lower_ubo_loads.c
anv_nir_lower_ycbcr_textures.c treewide: Use nir_tex_src_for_ssa 2023-06-06 18:52:25 +00:00
anv_perf.c hasvk: Drop more DG2 code 2022-12-02 09:18:17 +00:00
anv_pipeline.c intel/nir: add options to storage image lowering 2023-04-18 08:38:55 +00:00
anv_pipeline_cache.c vulkan/pipeline_cache: add cache parameter to deserialize() function 2023-04-10 09:14:30 +00:00
anv_private.h anv,hasvk: android ahb is not always exportable 2023-05-11 22:18:03 +00:00
anv_queue.c hasvk: Nuke anv_queue:index_in_family 2023-01-25 17:43:57 +00:00
anv_util.c
anv_utrace.c intel/ds: Fix crash when allocating more intel_ds_queues than u_vector was initialized 2023-02-01 18:31:29 +00:00
anv_wsi.c vulkan/wsi: switch to using an options struct for last param 2023-02-27 13:21:21 +00:00
genX_blorp_exec.c hasvk/blorp: Rip out SKL+ 2022-12-02 09:18:16 +00:00
genX_cmd_buffer.c intel: Drop some author comments and update Faith's name 2023-03-26 00:16:25 +00:00
genX_gpu_memcpy.c hasvk/gpu_memcpy: Rip out SKL+ 2022-12-02 09:18:16 +00:00
genX_pipeline.c Revert "intel/compiler: make uses_pos_offset a tri-state" 2023-05-11 08:01:46 +00:00
genX_query.c anv,hasvk: migrate align32 to the right functions from util 2023-01-06 17:22:16 +00:00
genX_state.c hasvk: avoid assert due to unsupported format 2023-05-11 19:48:39 -07:00
gfx7_cmd_buffer.c hasvk: add restrictions for 3DSTATE_RASTER::AntiAliasingEnable 2023-01-20 12:50:04 +00:00
gfx8_cmd_buffer.c hasvk: add restrictions for 3DSTATE_RASTER::AntiAliasingEnable 2023-01-20 12:50:04 +00:00
meson.build vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00