mesa/src/gallium/frontends/rusticl
Karol Herbst ced9d5d635 rusticl/device: limit CL_DEVICE_MAX_CONSTANT_ARGS
At the moment we implement constant memory as normal global memory, but
we still should limit to the actual constant buffer cap once we properly
use UBOs for that.

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161>
2023-02-22 14:20:21 +00:00
..
api rusticl/device: limit CL_DEVICE_MAX_CONSTANT_ARGS 2023-02-22 14:20:21 +00:00
core rusticl/device: limit CL_DEVICE_MAX_CONSTANT_ARGS 2023-02-22 14:20:21 +00:00
mesa rusticl/program: enable spirv 2023-02-13 12:45:07 +00:00
util rusticl/util: extract offset_of macro 2023-02-11 04:13:57 +00:00
api.rs rusticl: port to Rust 2018 2022-09-12 05:58:13 +00:00
core.rs rusticl: port to Rust 2018 2022-09-12 05:58:13 +00:00
lib.rs rusticl: added 2022-09-12 05:58:12 +00:00
meson.build rusticl: fix build error with valgrind being enabled 2023-01-30 03:41:39 +01:00
rusticl_mesa_bindings.h rusticl: Fix compilation if stdout and/or stderr aren't symbols 2022-09-27 12:36:22 +00:00
rusticl_mesa_inline_bindings_wrapper.c rusticl/device: report mesas version for CL_DRIVER_VERSION 2022-09-12 05:58:13 +00:00
rusticl_mesa_inline_bindings_wrapper.h rusticl/device: report mesas version for CL_DRIVER_VERSION 2022-09-12 05:58:13 +00:00
rusticl_nir.c nir/builder: Drop nir_i2i and nir_u2u in favor of nir_x2xN 2022-12-01 01:10:12 +00:00
rusticl_nir.h rusticl/nir: add load_kernel_input lowering pass 2022-11-02 23:36:56 +00:00
rusticl_opencl_bindings.h
rusticl_system_bindings.c rusticl: Fix compilation if stdout and/or stderr aren't symbols 2022-09-27 12:36:22 +00:00
rusticl_system_bindings.h rusticl: Fix compilation if stdout and/or stderr aren't symbols 2022-09-27 12:36:22 +00:00