mesa/src/amd/llvm
Rhys Perry c492779924 ac/llvm: fix mixing non-uniform/uniform sampler/texture descriptors
Non-uniform descriptors are not loaded in NIR and instead the pointer is
passed to abi->load_sampler_desc. It can be the case that only the texture
or sampler uses this path.

For the descriptor which doesn't use the path, we would previously pass
NULL to abi->load_sampler_desc.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19198>
2022-10-21 19:09:49 +00:00
..
ac_llvm_build.c Revert "ac: use LLVMContextSetOpaquePointers if available" 2022-10-21 07:56:38 +00:00
ac_llvm_build.h ac/llvm: pass ac_llvm_ptr instead of separate type/ptr 2022-10-21 07:56:38 +00:00
ac_llvm_cull.c ac,radeonsi: cull small lines in the shader using the diamond exit rule 2021-11-16 02:11:46 +00:00
ac_llvm_cull.h radeonsi: fix view culling for wide lines 2021-11-16 02:11:45 +00:00
ac_llvm_helper.cpp ac: use ResetAllOptionOccurrences instead of ResetCommandLineParser 2022-06-07 10:29:56 +00:00
ac_llvm_util.c ac: use ResetAllOptionOccurrences instead of ResetCommandLineParser 2022-06-07 10:29:56 +00:00
ac_llvm_util.h ac: use ResetAllOptionOccurrences instead of ResetCommandLineParser 2022-06-07 10:29:56 +00:00
ac_nir_to_llvm.c ac/llvm: fix mixing non-uniform/uniform sampler/texture descriptors 2022-10-21 19:09:49 +00:00
ac_nir_to_llvm.h ac/llvm: add a return value to ac_nir_translate 2022-08-31 00:09:37 +00:00
ac_shader_abi.h radeonsi: implement nir_intrinsic_load_streamout_buffer_amd 2022-09-20 05:41:50 +00:00
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00