mesa/src/gallium/frontends/rusticl/api
Italo Nicola 89b93f7e34 rusticl: fix MemConstant invalid arg size check
As a memory object, the MemConstant check should be the same as
MemGlobal.

Signed-off-by: Italo Nicola <italonicola@collabora.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19352>
2022-10-27 16:34:56 +00:00
..
context.rs rusticl: port to Rust 2018 2022-09-12 05:58:13 +00:00
device.rs rusticl: call glsl_type_singleton_init_or_ref 2022-09-12 05:58:13 +00:00
event.rs rusticl: port to Rust 2018 2022-09-12 05:58:13 +00:00
icd.rs rusticl/icd: add some way of debugging CL function calls 2022-09-12 05:58:13 +00:00
kernel.rs rusticl: fix MemConstant invalid arg size check 2022-10-27 16:34:56 +00:00
memory.rs rusticl/mem: rewrite the (un)mapping code 2022-10-13 23:15:33 +00:00
platform.rs rusticl/program: some boilerplate code for SPIR-V support 2022-09-12 05:58:13 +00:00
program.rs rusticl/api: Interpret lengths as a slice of Option<NonZeroUsize> 2022-10-19 23:32:50 +00:00
queue.rs rusticl: port to Rust 2018 2022-09-12 05:58:13 +00:00
types.rs rusticl/mem: return errors for OOB accesses 2022-09-26 23:59:13 +00:00
util.rs rusticl/program: some boilerplate code for SPIR-V support 2022-09-12 05:58:13 +00:00