From: mikhail.v.gavrilov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: After upgrading LLVM to 7.0.0-0.1.r326462 version and MESA to 18.1.0-0.4.git56dc9f9 the games which are used Vulkan driver have begun crashing at start
Date: Sun, 25 Mar 2018 01:34:18 +0500 [thread overview]
Message-ID: <1521923658.30389.1.camel@gmail.com> (raw)
In-Reply-To: <1521397798.15724.1.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 43493 bytes --]
Added valgrind log.
Can anybody looks why crashed vulkandriverquery on AMD GPU
On Sun, 2018-03-18 at 23:29 +0500, mikhail.v.gavrilov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> No one looked why Vulkan driver start crashing?
>
> Thread 1 "vulkandriverque" received signal SIGSEGV, Segmentation fault.
> 0x0000000000000000 in ?? ()
> (gdb) thread apply all bt
>
> Thread 3 (Thread 0x7fffef06c700 (LWP 15668)):
> #0 0x00007ffff6e4f82d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555555b2a188) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
> #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x555555b2a138, cond=0x555555b2a160) at pthread_cond_wait.c:502
> #2 __pthread_cond_wait (cond=0x555555b2a160, mutex=0x555555b2a138) at pthread_cond_wait.c:655
> #3 0x00007ffff4615aab in util_queue_thread_func.lto_priv () from /usr/lib64/libvulkan_radeon.so
> #4 0x00007ffff4615977 in impl_thrd_routine.lto_priv () from /usr/lib64/libvulkan_radeon.so
> #5 0x00007ffff6e4950b in start_thread (arg=0x7fffef06c700) at pthread_create.c:465
> #6 0x00007ffff735916f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
>
> Thread 2 (Thread 0x7fffef9ae700 (LWP 15667)):
> #0 0x00007ffff6e4f82d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555555a15a08) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
> #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x555555a159b8, cond=0x555555a159e0) at pthread_cond_wait.c:502
> #2 __pthread_cond_wait (cond=0x555555a159e0, mutex=0x555555a159b8) at pthread_cond_wait.c:655
> #3 0x00007ffff4615aab in util_queue_thread_func.lto_priv () from /usr/lib64/libvulkan_radeon.so
> #4 0x00007ffff4615977 in impl_thrd_routine.lto_priv () from /usr/lib64/libvulkan_radeon.so
> #5 0x00007ffff6e4950b in start_thread (arg=0x7fffef9ae700) at pthread_create.c:465
> #6 0x00007ffff735916f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
>
> Thread 1 (Thread 0x7ffff7fce740 (LWP 15663)):
> #0 0x0000000000000000 in ?? ()
> #1 0x000055555562f4c9 in VulkanSwapChain::initSurface(xcb_connection_t*, unsigned int) ()
> #2 0x000055555562dae3 in VulkanExampleBase::initSwapchain() ()
> #3 0x0000555555627ab4 in VulkanExampleBase::prepare() ()
> #4 0x00005555556145f4 in VulkanExample::prepare() ()
> #5 0x00005555556112a3 in main ()
> (gdb)
>
>
> On Sun, 2018-03-11 at 16:16 +0500, Mikhail Gavrilov wrote:
> > After upgrading LLVM to 7.0.0-0.1.r326462 version and MESA to
> > 18.1.0-0.4.git56dc9f9 the games which are used Vulkan driver have
> > begun crashing at start.
> > Latest workable LLVM was 7.0.0-0.1.r323994 and MESA 18.1.0-0.2.gita5053ba
> >
> > For example:
> >
> > - steam client itself
> >
> > Core was generated by
> > `/home/mikhail/.local/share/Steam/ubuntu12_32/../ubuntu12_64/vulkandriverquery'.
> > Program terminated with signal SIGSEGV, Segmentation fault.
> > #0 0x0000000000000000 in ?? ()
> > [Current thread is 1 (Thread 0x7f4df789bdc0 (LWP 4363))]
> > (gdb) thread apply all bt
> >
> > Thread 3 (Thread 0x7f4defc6a700 (LWP 4365)):
> > #0 0x00007f4df6bef4e0 in __libc_open64 (file=0x7f4de8000d60
> > "/home/mikhail/.local/share/Steam/shader_cache_temp_dir_vk_64/mesa_shader_cache/c6/48238cc37fea62b1bf7d4008f17f84f7eeede2.tmp",
> > oflag=<optimized out>) at ../sysdeps/unix/sysv/linux/open64.c:46
> > #1 0x00007f4df3eb55eb in cache_put.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #2 0x00007f4df3eab49e in util_queue_thread_func.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #3 0x00007f4df3eab2d7 in impl_thrd_routine.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #4 0x00007f4df66ee50b in start_thread (arg=0x7f4defc6a700) at
> > pthread_create.c:465
> > #5 0x00007f4df6bfe16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 2 (Thread 0x7f4def328700 (LWP 4366)):
> > #0 0x00007f4df66f482d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x5636767a57d8) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5636767a5788,
> > cond=0x5636767a57b0) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x5636767a57b0, mutex=0x5636767a5788) at
> > pthread_cond_wait.c:655
> > #3 0x00007f4df3eab40b in util_queue_thread_func.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #4 0x00007f4df3eab2d7 in impl_thrd_routine.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #5 0x00007f4df66ee50b in start_thread (arg=0x7f4def328700) at
> > pthread_create.c:465
> > #6 0x00007f4df6bfe16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 1 (Thread 0x7f4df789bdc0 (LWP 4363)):
> > #0 0x0000000000000000 in ?? ()
> > #1 0x00005636759414c9 in
> > VulkanSwapChain::initSurface(xcb_connection_t*, unsigned int) ()
> > #2 0x000056367593fae3 in VulkanExampleBase::initSwapchain() ()
> > #3 0x0000563675939ab4 in VulkanExampleBase::prepare() ()
> > #4 0x00005636759265f4 in VulkanExample::prepare() ()
> > #5 0x00005636759232a3 in main ()
> > (gdb)
> >
> >
> > - game F1 2017.
> >
> > Thread 58 "WinMain" received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 0x7fff6e085700 (LWP 27024)]
> > 0x0000000000000000 in ?? ()
> > (gdb) thread apply all bt
> >
> > Thread 69 (Thread 0x7fff8d3dc700 (LWP 27035)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c8ba550) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c8ba550, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c8ba550,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x0000000001769902 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006c1716 in ?? ()
> > #7 0x0000000001736a74 in ?? ()
> > #8 0x0000000001b1d083 in ?? ()
> > #9 0x00007ffff6c9750b in start_thread (arg=0x7fff8d3dc700) at
> > pthread_create.c:465
> > #10 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 66 (Thread 0x7fff9dca0e00 (LWP 27032)):
> > #0 0x00007ffff6c9dbe6 in futex_abstimed_wait_cancelable
> > (private=<optimized out>, abstime=0x7fff9dc9feb0, expected=0,
> > futex_word=0x7ffff6c8f288 <__aio_new_request_notification+40>)
> > at ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 __pthread_cond_wait_common (abstime=0x7fff9dc9feb0,
> > mutex=0x7ffff6c8f1c0 <__aio_requests_mutex>, cond=0x7ffff6c8f260
> > <__aio_new_request_notification>) at pthread_cond_wait.c:539
> > #2 __pthread_cond_timedwait (cond=cond@entry=0x7ffff6c8f260
> > <__aio_new_request_notification>, mutex=mutex@entry=0x7ffff6c8f1c0
> > <__aio_requests_mutex>, abstime=abstime@entry=0x7fff9dc9feb0)
> > at pthread_cond_wait.c:667
> > #3 0x00007ffff6a8aa21 in handle_fildes_io (arg=<optimized out>) at
> > ../sysdeps/pthread/aio_misc.c:638
> > #4 0x00007ffff6c9750b in start_thread (arg=0x7fff9dca0e00) at
> > pthread_create.c:465
> > #5 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 65 (Thread 0x7fff8d435700 (LWP 27031)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c0e5a30) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c0e5a30, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c0e5a30,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x000000000176a205 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006bb1bd in ?? ()
> > #7 0x0000000001e168fb in ?? ()
> > #8 0x00000000006d7419 in ?? ()
> > #9 0x0000000001d67efc in ?? ()
> > #10 0x00000000006c1789 in ?? ()
> > #11 0x0000000001736a74 in ?? ()
> > #12 0x0000000001b1d083 in ?? ()
> > #13 0x00007ffff6c9750b in start_thread (arg=0x7fff8d435700) at
> > pthread_create.c:465
> > #14 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 64 (Thread 0x7fff8d48e700 (LWP 27030)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c03b360) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c03b360, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c03b360,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x000000000176a205 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006bb1bd in ?? ()
> > #7 0x0000000001e168fb in ?? ()
> > #8 0x00000000006d7419 in ?? ()
> > ---Type <return> to continue, or q <return> to quit---
> > #9 0x0000000001d67efc in ?? ()
> > #10 0x00000000006c1789 in ?? ()
> > #11 0x0000000001736a74 in ?? ()
> > #12 0x0000000001b1d083 in ?? ()
> > #13 0x00007ffff6c9750b in start_thread (arg=0x7fff8d48e700) at
> > pthread_create.c:465
> > #14 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 63 (Thread 0x7fff8d4e7700 (LWP 27029)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c10fe50) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c10fe50, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c10fe50,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x000000000176a205 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006bb1bd in ?? ()
> > #7 0x0000000001e168fb in ?? ()
> > #8 0x00000000006d7419 in ?? ()
> > #9 0x0000000001d67efc in ?? ()
> > #10 0x00000000006c1789 in ?? ()
> > #11 0x0000000001736a74 in ?? ()
> > #12 0x0000000001b1d083 in ?? ()
> > #13 0x00007ffff6c9750b in start_thread (arg=0x7fff8d4e7700) at
> > pthread_create.c:465
> > #14 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 62 (Thread 0x7fff8d540700 (LWP 27028)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c8cd6f0) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c8cd6f0, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c8cd6f0,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x000000000176a205 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006bb1bd in ?? ()
> > #7 0x0000000001dfbd8e in ?? ()
> > #8 0x00000000006d7419 in ?? ()
> > #9 0x0000000001d67efc in ?? ()
> > #10 0x00000000006c1789 in ?? ()
> > #11 0x0000000001736a74 in ?? ()
> > #12 0x0000000001b1d083 in ?? ()
> > #13 0x00007ffff6c9750b in start_thread (arg=0x7fff8d540700) at
> > pthread_create.c:465
> > #14 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 61 (Thread 0x7fff8d599700 (LWP 27027)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c0ed7c0) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c0ed7c0, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c0ed7c0,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x000000000176a205 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006bb1bd in ?? ()
> > #7 0x0000000001dfbd8e in ?? ()
> > #8 0x00000000006d7419 in ?? ()
> > ---Type <return> to continue, or q <return> to quit---
> > #9 0x0000000001d67efc in ?? ()
> > #10 0x00000000006c1789 in ?? ()
> > #11 0x0000000001736a74 in ?? ()
> > #12 0x0000000001b1d083 in ?? ()
> > #13 0x00007ffff6c9750b in start_thread (arg=0x7fff8d599700) at
> > pthread_create.c:465
> > #14 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 60 (Thread 0x7fff8dffb700 (LWP 27026)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c8cbf20) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c8cbf20, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c8cbf20,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x000000000176a205 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006bb1bd in ?? ()
> > #7 0x0000000001dfbd8e in ?? ()
> > #8 0x00000000006d7419 in ?? ()
> > #9 0x0000000001d67efc in ?? ()
> > #10 0x00000000006c1789 in ?? ()
> > #11 0x0000000001736a74 in ?? ()
> > #12 0x0000000001b1d083 in ?? ()
> > #13 0x00007ffff6c9750b in start_thread (arg=0x7fff8dffb700) at
> > pthread_create.c:465
> > #14 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 59 (Thread 0x7fff9c07f700 (LWP 27025)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c8c1060) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c8c1060, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c8c1060,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x0000000001769902 in ?? ()
> > #5 0x0000000001739c18 in ?? ()
> > #6 0x00000000006c1716 in ?? ()
> > #7 0x0000000001736a74 in ?? ()
> > #8 0x0000000001b1d083 in ?? ()
> > #9 0x00007ffff6c9750b in start_thread (arg=0x7fff9c07f700) at
> > pthread_create.c:465
> > #10 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 58 (Thread 0x7fff6e085700 (LWP 27024)):
> > #0 0x0000000000000000 in ?? ()
> > #1 0x00000000019f9579 in ?? ()
> > #2 0x00000000019caf3f in ?? ()
> > #3 0x00000000019cc0a5 in ?? ()
> > #4 0x00000000019cd12e in ?? ()
> > #5 0x00000000018cc738 in ?? ()
> > #6 0x00000000018c8afe in ?? ()
> > #7 0x0000000000479f2d in ?? ()
> > #8 0x0000000000472e22 in ?? ()
> > #9 0x0000000000742ac9 in ?? ()
> > #10 0x00000000008d0840 in ?? ()
> > #11 0x00000000008d246f in ?? ()
> > #12 0x00000000008d270c in ?? ()
> > ---Type <return> to continue, or q <return> to quit---
> > #13 0x0000000001043ce9 in WinMain ()
> > #14 0x000000000173828d in ?? ()
> > #15 0x00007ffff6c9750b in start_thread (arg=0x7fff6e085700) at
> > pthread_create.c:465
> > #16 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 56 (Thread 0x7ffecf77e700 (LWP 27002)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x7ffef8251a78) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7ffef8251a28,
> > cond=0x7ffef8251a50) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x7ffef8251a50, mutex=0x7ffef8251a28) at
> > pthread_cond_wait.c:655
> > #3 0x00007ffff2cbbb02 in
> > base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*)
> > () from /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #4 0x00007ffff2cbb2df in base::SequencedWorkerPool::Worker::Run() ()
> > from /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #5 0x00007ffff2cbdf9c in base::SimpleThread::ThreadMain() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #6 0x00007ffff2cbad93 in base::(anonymous
> > namespace)::ThreadFunc(void*) () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #7 0x00007ffff6c9750b in start_thread (arg=0x7ffecf77e700) at
> > pthread_create.c:465
> > #8 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 51 (Thread 0x7ffeed7fa700 (LWP 26986)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x8b6cca8) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x8b6cca8, abstime=0x0) at sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x8b6cca8,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000197e268 in ?? ()
> > #4 0x00000000028df85f in ?? ()
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7ffeed7fa700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 50 (Thread 0x7ffeedffb700 (LWP 26985)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x8a28900) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x8a288b0,
> > cond=0x8a288d8) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x8a288d8, mutex=0x8a288b0) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7ffeedffb700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 46 (Thread 0x7ffeeffff700 (LWP 26981)):
> > #0 0x00007ffff06e4c6b in __GI___poll (fds=0x7ffef001bd10, nfds=2,
> > timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
> > #1 0x00007fffef337e99 in g_main_context_poll (priority=<optimized
> > out>, n_fds=2, fds=0x7ffef001bd10, timeout=<optimized out>,
> > context=0x7ffef001a090) at gmain.c:4169
> > #2 g_main_context_iterate (context=0x7ffef001a090,
> > block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>)
> > at gmain.c:3863
> > #3 0x00007fffef338232 in g_main_loop_run (loop=0x7ffef001a1d0) at gmain.c:4064
> > #4 0x00007fffe7a29b56 in gdbus_shared_thread_func
> > (user_data=0x7ffef001a060) at gdbusprivate.c:275
> > #5 0x00007fffef35f486 in g_thread_proxy (data=0x7fff4c0e1f20) at gthread.c:784
> > #6 0x00007ffff6c9750b in start_thread (arg=0x7ffeeffff700) at
> > pthread_create.c:465
> > #7 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 45 (Thread 0x7fff10ff9700 (LWP 26980)):
> > #0 0x00007ffff06e4c6b in __GI___poll (fds=0x7ffef0006fd0, nfds=1,
> > timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
> > #1 0x00007fffef337e99 in g_main_context_poll (priority=<optimized
> > out>, n_fds=1, fds=0x7ffef0006fd0, timeout=<optimized out>,
> > context=0x7ffef0005bc0) at gmain.c:4169
> > #2 g_main_context_iterate (context=context@entry=0x7ffef0005bc0,
> > block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>)
> > at gmain.c:3863
> > #3 0x00007fffef337fac in g_main_context_iteration
> > (context=0x7ffef0005bc0, may_block=may_block@entry=1) at gmain.c:3929
> > #4 0x00007fffef337ff1 in glib_worker_main (data=<optimized out>) at
> > gmain.c:5724
> > #5 0x00007fffef35f486 in g_thread_proxy (data=0x7fff4c0e1e80) at gthread.c:784
> > ---Type <return> to continue, or q <return> to quit---
> > #6 0x00007ffff6c9750b in start_thread (arg=0x7fff10ff9700) at
> > pthread_create.c:465
> > #7 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 44 (Thread 0x7fff117fa700 (LWP 26979)):
> > #0 0x00007ffff06e4c6b in __GI___poll (fds=0x7fff4c0bbcc0, nfds=1,
> > timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
> > #1 0x00007fffef337e99 in g_main_context_poll (priority=<optimized
> > out>, n_fds=1, fds=0x7fff4c0bbcc0, timeout=<optimized out>,
> > context=0x7fff4c0bb910) at gmain.c:4169
> > #2 g_main_context_iterate (context=context@entry=0x7fff4c0bb910,
> > block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>)
> > at gmain.c:3863
> > #3 0x00007fffef337fac in g_main_context_iteration
> > (context=context@entry=0x7fff4c0bb910, may_block=may_block@entry=1) at
> > gmain.c:3929
> > #4 0x00007fff445f342d in dconf_gdbus_worker_thread
> > (user_data=0x7fff4c0bb910) at dconf-gdbus-thread.c:82
> > #5 0x00007fffef35f486 in g_thread_proxy (data=0x7fff4c0cecf0) at gthread.c:784
> > #6 0x00007ffff6c9750b in start_thread (arg=0x7fff117fa700) at
> > pthread_create.c:465
> > #7 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 36 (Thread 0x7fff45ffb700 (LWP 26971)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7fff4c092fe8) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7fff4c092fe8, abstime=0x0) at
> > sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7fff4c092fe8,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x00007ffff35ac0a8 in v8::base::Semaphore::Wait() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #4 0x00007ffff347c615 in
> > v8::internal::OptimizingCompilerThread::Run() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #5 0x00007ffff35ad61d in v8::base::ThreadEntry(void*) () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #6 0x00007ffff6c9750b in start_thread (arg=0x7fff45ffb700) at
> > pthread_create.c:465
> > #7 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 31 (Thread 0x7fff477fe700 (LWP 26965)):
> > #0 0x00007ffff06e6b23 in __GI___select (nfds=61,
> > readfds=0x7fff477fcc68, writefds=0x0, exceptfds=0x0, timeout=0x0) at
> > ../sysdeps/unix/sysv/linux/select.c:41
> > #1 0x00007ffff2c7b925 in base::(anonymous
> > namespace)::InotifyReaderCallback(base::(anonymous
> > namespace)::InotifyReader*, int, int) ()
> > from /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #2 0x00007ffff2c676c3 in base::debug::TaskAnnotator::RunTask(char
> > const*, char const*, base::PendingTask const&) () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #3 0x00007ffff2c92f42 in base::MessageLoop::RunTask(base::PendingTask
> > const&) () from /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #4 0x00007ffff2c930f9 in
> > base::MessageLoop::DeferOrRunPendingTask(base::PendingTask const&) ()
> > from /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #5 0x00007ffff2c934db in base::MessageLoop::DoWork() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #6 0x00007ffff2c943ba in
> > base::MessagePumpDefault::Run(base::MessagePump::Delegate*) () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #7 0x00007ffff2ca6280 in base::RunLoop::Run() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #8 0x00007ffff2c9276a in base::MessageLoop::Run() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #9 0x00007ffff2cbe634 in base::Thread::ThreadMain() () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #10 0x00007ffff2cbad93 in base::(anonymous
> > namespace)::ThreadFunc(void*) () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libcef.so
> > #11 0x00007ffff6c9750b in start_thread (arg=0x7fff477fe700) at
> > pthread_create.c:465
> > #12 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 27 (Thread 0x7fff6e886700 (LWP 26958)):
> > #0 0x00007ffff6ca14cc in fsync (fd=35) at ../sysdeps/unix/sysv/linux/fsync.c:27
> > #1 0x00000000024f3d41 in ?? ()
> > #2 0x000000000252e8a7 in ?? ()
> > #3 0x000000000252ec89 in ?? ()
> > #4 0x000000000253077d in ?? ()
> > #5 0x000000000254e148 in ?? ()
> > #6 0x0000000002550487 in ?? ()
> > #7 0x00000000023b9460 in ?? ()
> > #8 0x00000000023b95eb in ?? ()
> > #9 0x00000000023ba781 in ?? ()
> > #10 0x0000000001af8d4f in ?? ()
> > ---Type <return> to continue, or q <return> to quit---
> > #11 0x0000000001af9efe in ?? ()
> > #12 0x0000000001af9fdb in ?? ()
> > #13 0x000000000240cd2e in ?? ()
> > #14 0x000000000248a19e in ?? ()
> > #15 0x00007ffff6c9750b in start_thread (arg=0x7fff6e886700) at
> > pthread_create.c:465
> > #16 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 26 (Thread 0x7fff8cff9700 (LWP 26957)):
> > #0 0x00007ffff06e4c6b in __GI___poll (fds=fds@entry=0x7fff5c001d40,
> > nfds=nfds@entry=3, timeout=timeout@entry=1500) at
> > ../sysdeps/unix/sysv/linux/poll.c:29
> > #1 0x00007fffc5dde6f1 in poll (__timeout=1500, __nfds=3,
> > __fds=0x7fff5c001d40) at /usr/include/bits/poll2.h:46
> > #2 poll_func (ufds=0x7fff5c001d40, nfds=3, timeout=1500,
> > userdata=0x88f0440) at pulse/thread-mainloop.c:69
> > #3 0x00007fffc5dd00b0 in pa_mainloop_poll (m=m@entry=0x88f0fe0) at
> > pulse/mainloop.c:844
> > #4 0x00007fffc5dd0740 in pa_mainloop_iterate (m=0x88f0fe0,
> > block=<optimized out>, retval=0x0) at pulse/mainloop.c:926
> > #5 0x00007fffc5dd07d0 in pa_mainloop_run (m=0x88f0fe0,
> > retval=retval@entry=0x0) at pulse/mainloop.c:944
> > #6 0x00007fffc5dde639 in thread (userdata=0x88f0dd0) at
> > pulse/thread-mainloop.c:100
> > #7 0x00007fffc5b7dac8 in internal_thread_func (userdata=0x8905e70) at
> > pulsecore/thread-posix.c:81
> > #8 0x00007ffff6c9750b in start_thread (arg=0x7fff8cff9700) at
> > pthread_create.c:465
> > #9 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 24 (Thread 0x7fff6ffff700 (LWP 26954)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x7e483c0) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x7e483c0, abstime=0x0) at sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x7e483c0,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000248a5f0 in ?? ()
> > #4 0x0000000001b790b9 in ?? ()
> > #5 0x00000000028df85f in ?? ()
> > #6 0x00007ffff6c9750b in start_thread (arg=0x7fff6ffff700) at
> > pthread_create.c:465
> > #7 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 23 (Thread 0x7fff9c4e8700 (LWP 26953)):
> > #0 0x00007ffff06e6b23 in __GI___select (nfds=26,
> > readfds=0x7fff9c4e7750, writefds=0x0, exceptfds=0x0,
> > timeout=0x7fff9c4e7720) at ../sysdeps/unix/sysv/linux/select.c:41
> > #1 0x0000000001c0ba28 in ?? ()
> > #2 0x0000000001b1d083 in ?? ()
> > #3 0x00007ffff6c9750b in start_thread (arg=0x7fff9c4e8700) at
> > pthread_create.c:465
> > #4 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 18 (Thread 0x7fff8e7fc700 (LWP 26948)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x64f3108) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x64f3108, abstime=0x0) at sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x64f3108,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000197e268 in ?? ()
> > #4 0x00000000028df85f in ?? ()
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fff8e7fc700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 17 (Thread 0x7fff8effd700 (LWP 26947)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x63b3af0) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x63b3aa0,
> > cond=0x63b3ac8) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x63b3ac8, mutex=0x63b3aa0) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > ---Type <return> to continue, or q <return> to quit---
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fff8effd700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 16 (Thread 0x7fff8f7fe700 (LWP 26946)):
> > #0 0x00007ffff6ca0106 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x0, expected=0, futex_word=0x5d36688) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x5d36688, abstime=0x0) at sem_waitcommon.c:111
> > #2 0x00007ffff6ca01f8 in __new_sem_wait_slow (sem=0x5d36688,
> > abstime=0x0) at sem_waitcommon.c:181
> > #3 0x000000000197e268 in ?? ()
> > #4 0x00000000028df85f in ?? ()
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fff8f7fe700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 15 (Thread 0x7fff8ffff700 (LWP 26945)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x586e270) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x586e220,
> > cond=0x586e248) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x586e248, mutex=0x586e220) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fff8ffff700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 14 (Thread 0x7fff9cf49700 (LWP 26944)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x57a0258) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x57a0208,
> > cond=0x57a0230) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x57a0230, mutex=0x57a0208) at
> > pthread_cond_wait.c:655
> > #3 0x00007fff9d02240b in util_queue_thread_func.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #4 0x00007fff9d0222d7 in impl_thrd_routine.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fff9cf49700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 13 (Thread 0x7fffc67fc700 (LWP 26943)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x56b6228) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x56b61d8,
> > cond=0x56b6200) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x56b6200, mutex=0x56b61d8) at
> > pthread_cond_wait.c:655
> > #3 0x00007fff9d02240b in util_queue_thread_func.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #4 0x00007fff9d0222d7 in impl_thrd_routine.lto_priv () from
> > /usr/lib64/libvulkan_radeon.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffc67fc700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 12 (Thread 0x7fffc42e6700 (LWP 26935)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x5732c80) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5732c30,
> > cond=0x5732c58) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x5732c58, mutex=0x5732c30) at
> > pthread_cond_wait.c:655
> > #3 0x00007fff9f2ebe7f in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #4 0x00007fff9f2edc4f in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #5 0x00007fff9f11c363 in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #6 0x00007fff9f2ebc9a in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #7 0x00007fff9f2eac43 in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #8 0x00007fff9f2eae75 in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #9 0x00007fff9f2ecfd2 in ?? () from
> > /home/mikhail/.local/share/Steam/linux64/steamclient.so
> > #10 0x00007ffff6c9750b in start_thread (arg=0x7fffc42e6700) at
> > pthread_create.c:465
> > ---Type <return> to continue, or q <return> to quit---
> > #11 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 11 (Thread 0x7fffd40ac700 (LWP 26933)):
> > #0 0x00007ffff06e4d66 in __GI_ppoll (fds=0x56f5540, nfds=3,
> > timeout=<optimized out>, sigmask=sigmask@entry=0x0) at
> > ../sysdeps/unix/sysv/linux/ppoll.c:39
> > #1 0x00007fffc5dd0131 in ppoll (__ss=0x0, __timeout=<optimized out>,
> > __nfds=<optimized out>, __fds=<optimized out>) at
> > /usr/include/bits/poll2.h:77
> > #2 pa_mainloop_poll (m=m@entry=0x56f9ca0) at pulse/mainloop.c:852
> > #3 0x00007fffc5dd0740 in pa_mainloop_iterate (m=0x56f9ca0,
> > block=<optimized out>, retval=0x0) at pulse/mainloop.c:926
> > #4 0x00007fffc5dd07d0 in pa_mainloop_run (m=0x56f9ca0, retval=0x0) at
> > pulse/mainloop.c:944
> > #5 0x00007ffff681d94f in HotplugThread () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #6 0x00007ffff67c67cc in SDL_RunThread () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #7 0x00007ffff683b839 in RunThread () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #8 0x00007ffff6c9750b in start_thread (arg=0x7fffd40ac700) at
> > pthread_create.c:465
> > #9 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 9 (Thread 0x7fffc6ffd700 (LWP 26930)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x561b068) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x561b018,
> > cond=0x561b040) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x561b040, mutex=0x561b018) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffc6ffd700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 8 (Thread 0x7fffc77fe700 (LWP 26929)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x561b068) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x561b018,
> > cond=0x561b040) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x561b040, mutex=0x561b018) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffc77fe700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 7 (Thread 0x7fffc7fff700 (LWP 26928)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x561af84) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x561af30,
> > cond=0x561af58) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x561af58, mutex=0x561af30) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffc7fff700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 6 (Thread 0x7fffd4ad4700 (LWP 26927)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x561af80) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x561af30,
> > cond=0x561af58) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x561af58, mutex=0x561af30) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffd4ad4700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 5 (Thread 0x7fffd52d5700 (LWP 26926)):
> > ---Type <return> to continue, or q <return> to quit---
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x561af84) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x561af30,
> > cond=0x561af58) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x561af58, mutex=0x561af30) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffd52d5700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 4 (Thread 0x7fffd5ad6700 (LWP 26925)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x55eb888) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x55eb838,
> > cond=0x55eb860) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x55eb860, mutex=0x55eb838) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffd5ad6700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 3 (Thread 0x7fffd6ce5700 (LWP 26924)):
> > #0 0x00007ffff6c9d82d in futex_wait_cancelable (private=<optimized
> > out>, expected=0, futex_word=0x561411c) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:88
> > #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x56140c8,
> > cond=0x56140f0) at pthread_cond_wait.c:502
> > #2 __pthread_cond_wait (cond=0x56140f0, mutex=0x56140c8) at
> > pthread_cond_wait.c:655
> > #3 0x00007fffdb6026ab in util_queue_thread_func.lto_priv () from
> > /usr/lib64/dri/radeonsi_dri.so
> > #4 0x00007fffdb601c77 in impl_thrd_routine.lto_priv.1116.lto_priv ()
> > from /usr/lib64/dri/radeonsi_dri.so
> > #5 0x00007ffff6c9750b in start_thread (arg=0x7fffd6ce5700) at
> > pthread_create.c:465
> > #6 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 2 (Thread 0x7fffe5837700 (LWP 26922)):
> > #0 0x00007ffff6ca02f0 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x7fffe5836780, expected=0, futex_word=0x5574dd0) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x5574dd0,
> > abstime=abstime@entry=0x7fffe5836780) at sem_waitcommon.c:111
> > #2 0x00007ffff6ca0403 in __new_sem_wait_slow (sem=0x5574dd0,
> > abstime=0x7fffe5836780) at sem_waitcommon.c:181
> > #3 0x00007ffff683c0f7 in SDL_SemWaitTimeout_REAL () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #4 0x00007ffff67c6e4c in SDL_TimerThread () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #5 0x00007ffff67c67cc in SDL_RunThread () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #6 0x00007ffff683b839 in RunThread () from
> > /home/mikhail/.local/share/Steam/steamapps/common/F1
> > 2017/bin/../lib/libSDL2-2.0.5.so
> > #7 0x00007ffff6c9750b in start_thread (arg=0x7fffe5837700) at
> > pthread_create.c:465
> > #8 0x00007ffff06ef16f in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
> >
> > Thread 1 (Thread 0x7ffff7fa8e00 (LWP 26917)):
> > #0 0x00007ffff6ca02f0 in futex_abstimed_wait_cancelable (private=0,
> > abstime=0x7fffffffd830, expected=0, futex_word=0x5532630) at
> > ../sysdeps/unix/sysv/linux/futex-internal.h:205
> > #1 do_futex_wait (sem=sem@entry=0x5532630,
> > abstime=abstime@entry=0x7fffffffd830) at sem_waitcommon.c:111
> > #2 0x00007ffff6ca0403 in __new_sem_wait_slow (sem=0x5532630,
> > abstime=0x7fffffffd830) at sem_waitcommon.c:181
> > #3 0x000000000248a5be in ?? ()
> > #4 0x000000000240b690 in ?? ()
> > #5 0x000000000173801d in ?? ()
> > #6 0x000000000170cc91 in ?? ()
> > #7 0x0000000000605483 in ?? ()
> > #8 0x000000000060d5a8 in ?? ()
> > #9 0x0000000000646d68 in ?? ()
> > #10 0x00000000006466b1 in ?? ()
> > #11 0x00000000004178b9 in ?? ()
> > #12 0x00007ffff061af2a in __libc_start_main (main=0x4178b0, argc=1,
> > argv=0x7fffffffdf38, init=<optimized out>, fini=<optimized out>,
> > rtld_fini=<optimized out>, stack_end=0x7fffffffdf28)
> > ---Type <return> to continue, or q <return> to quit---
> > at ../csu/libc-start.c:308
> > #13 0x000000000046c361 in ?? ()
> > #14 0x00007fffffffdf28 in ?? ()
> > #15 0x00007ffff7ffdf80 in ?? () from /lib64/ld-linux-x86-64.so.2
> > #16 0x0000000000000001 in ?? ()
> > #17 0x00007fffffffe244 in ?? ()
> > #18 0x0000000000000000 in ?? ()
> > (gdb)
> > (gdb)
> > (gdb)
> > (gdb)
> >
> >
> >
> >
> > --
> > Best Regards,
> > Mike Gavrilov.
[-- Attachment #2: valgrind-vulkandriverquery.txt --]
[-- Type: text/plain, Size: 677358 bytes --]
==30026== Memcheck, a memory error detector
==30026== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==30026== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==30026== Command: /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery
==30026== Parent PID: 29858
==30026==
==30026== Jump to the invalid address stated on the next line
==30026== at 0x0: ???
==30026== by 0x1E1AE2: VulkanExampleBase::initSwapchain() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1DBAB3: VulkanExampleBase::prepare() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C85F3: VulkanExample::prepare() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C52A2: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==30026==
==30026==
==30026== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==30026== Bad permissions for mapped region at address 0x0
==30026== at 0x0: ???
==30026== by 0x1E1AE2: VulkanExampleBase::initSwapchain() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1DBAB3: VulkanExampleBase::prepare() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C85F3: VulkanExample::prepare() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C52A2: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== HEAP SUMMARY:
==30026== in use at exit: 4,441,333 bytes in 3,802 blocks
==30026== total heap usage: 24,685 allocs, 20,883 frees, 12,941,569 bytes allocated
==30026==
==30026== 16 bytes in 2 blocks are possibly lost in loss record 29 of 2,013
==30026== at 0x4C2EA1E: calloc (vg_replace_malloc.c:711)
==30026== by 0x876FBE0: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 956 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E65: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 957 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417EA1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 958 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417EE3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 959 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417F25: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 960 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417F67: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 961 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417FA9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 962 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417FEB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 963 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641802D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 964 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641806F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 965 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64180B1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 966 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64180F0: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 967 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641812F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 968 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641816E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 969 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64181AD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 970 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64181EF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 971 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418231: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 972 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418273: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 973 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64182B5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 974 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64182F7: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 975 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418339: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 976 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641837B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 977 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64183BD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 978 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64183FF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 979 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418441: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 980 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418483: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 981 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64184C5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 982 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418507: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 983 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418549: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 984 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641858B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 985 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64185CD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 986 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641860F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 987 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418651: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 988 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418693: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 989 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64186D5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 990 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418717: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 991 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418759: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 992 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641879B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 993 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64187DD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 994 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641881F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 995 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418861: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 996 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64188A3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 997 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64188E5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 998 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418927: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 999 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418969: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,000 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64189AB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,001 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64189ED: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,002 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418A2F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,003 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418A71: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,004 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418AB3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,005 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418AF5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,006 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418B37: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,007 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418B79: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,008 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418BBB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,009 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418BFD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,010 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418C3F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,011 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418C81: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,012 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418CC3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,013 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418D05: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,014 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418D47: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,015 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418D89: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,016 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418DCB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,017 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418E0D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,018 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418E4F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,019 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418E91: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,020 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418ED3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,021 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418F15: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,022 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418F57: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,023 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418F99: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,024 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418FDB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,025 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641901D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,026 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641905F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,027 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64190A1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,028 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64190E3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,029 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419125: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,030 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419167: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,031 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64191A9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,032 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64191EB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,033 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641922D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,034 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641926F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,035 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64192B8: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,036 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64192FD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,037 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419346: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,038 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641938B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,039 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64193D7: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,040 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641941F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,041 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419468: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,042 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64194AD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,043 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64194F6: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,044 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641953E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,045 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419584: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,046 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64195C9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,047 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419612: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,048 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419657: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,049 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64196A0: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,050 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64196E8: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,051 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419734: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,052 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419779: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,053 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64197C2: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,054 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419807: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,055 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419853: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,056 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419895: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,057 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64198DE: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,058 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419923: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,059 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641996C: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,060 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64199B1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,061 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64199FD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,062 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419A45: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,063 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419A8E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,064 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419AD3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,065 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419B1C: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,066 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419B64: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,067 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419BAD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,068 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419BF5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,069 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419C41: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,070 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419C89: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,071 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419CD8: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,072 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419D23: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,073 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419D6F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,074 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419DB4: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,075 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419DFA: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,076 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419E3F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,077 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419E88: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,078 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419ECD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,079 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419F16: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,080 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419F5B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,081 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419FA4: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,082 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419FEC: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,083 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A038: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,084 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A07D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,085 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A0C9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,086 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A10B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,087 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A154: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,088 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A199: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,089 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A1E2: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,090 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A227: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,091 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A270: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,092 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A2B5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,093 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A301: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,094 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A349: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,095 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A392: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,096 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A3DA: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,097 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A420: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,098 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A465: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,099 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A4AE: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,100 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A4F3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,101 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A53C: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,102 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A581: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,103 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A5CA: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,104 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A612: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,105 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A65E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,106 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A6A3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,107 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A6EF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,108 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A731: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,109 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A777: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,110 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A7B9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,111 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A7FF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,112 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A841: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,113 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417D9D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A887: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,114 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E11: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A8C9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,115 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761965: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,116 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87619A1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,117 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87619E3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,118 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761A25: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,119 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761A67: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,120 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761AA9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,121 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761AEB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,122 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761B2D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,123 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761B6F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,124 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761BB1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,125 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761BF0: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,126 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761C2F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,127 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761C6E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,128 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761CAD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,129 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761CEF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,130 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761D31: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,131 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761D73: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,132 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761DB5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,133 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761DF7: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,134 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761E39: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,135 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761E7B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,136 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761EBD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,137 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761EFF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,138 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761F41: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,139 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761F83: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,140 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761FC5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,141 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762007: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,142 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762049: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,143 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876208B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,144 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87620CD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,145 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876210F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,146 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762151: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,147 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762193: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,148 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87621D5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,149 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762217: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,150 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762259: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,151 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876229B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,152 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87622DD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,153 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876231F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,154 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762361: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,155 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87623A3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,156 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87623E5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,157 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762427: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,158 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762469: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,159 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87624AB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,160 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87624ED: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,161 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876252F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,162 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762571: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,163 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87625B3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,164 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87625F5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,165 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762637: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,166 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762679: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,167 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87626BB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,168 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87626FD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,169 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876273F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,170 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762781: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,171 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87627C3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,172 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762805: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,173 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762847: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,174 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762889: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,175 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87628CB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,176 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876290D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,177 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876294F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,178 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762991: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,179 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87629D3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,180 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762A15: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,181 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762A57: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,182 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762A99: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,183 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762ADB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,184 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762B1D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,185 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762B5F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,186 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762BA1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,187 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762BE3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,188 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762C25: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,189 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762C67: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,190 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762CA9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,191 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762CEB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,192 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762D2D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,193 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762D6F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,194 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762DB8: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,195 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762DFD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,196 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762E46: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,197 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762E8B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,198 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762ED7: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,199 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762F1F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,200 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762F68: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,201 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762FAD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,202 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762FF6: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,203 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876303E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,204 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763084: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,205 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87630C9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,206 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763112: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,207 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763157: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,208 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87631A0: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,209 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87631E8: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,210 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763234: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,211 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763279: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,212 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87632C2: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,213 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763307: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,214 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763353: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,215 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763395: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,216 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87633DE: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,217 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763423: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,218 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876346C: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,219 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87634B1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,220 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87634FD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,221 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763545: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,222 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876358E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,223 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87635D3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,224 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876361C: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,225 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763664: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,226 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87636AD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,227 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87636F5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,228 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763741: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,229 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763789: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,230 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87637D8: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,231 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763823: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,232 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876386F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,233 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87638B4: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,234 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87638FA: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,235 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876393F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,236 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763988: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,237 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87639CD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,238 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763A16: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,239 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763A5B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,240 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763AA4: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,241 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763AEC: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,242 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763B38: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,243 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763B7D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,244 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763BC9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,245 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763C0B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,246 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763C54: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,247 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763C99: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,248 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763CE2: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,249 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763D27: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,250 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763D70: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,251 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763DB5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,252 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763E01: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,253 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763E49: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,254 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763E92: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,255 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763EDA: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,256 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763F20: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,257 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763F65: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,258 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763FAE: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,259 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763FF3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,260 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876403C: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,261 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764081: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,262 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87640CA: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,263 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764112: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,264 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876415E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,265 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87641A3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,266 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87641EF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,267 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764231: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,268 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764277: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,269 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87642B9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,270 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87642FF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,271 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764341: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,272 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876189D: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764387: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 48 bytes in 1 blocks are possibly lost in loss record 1,273 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761911: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87643C9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x59AE664: _dlerror_run (dlerror.c:163)
==30026==
==30026== 52 bytes in 1 blocks are possibly lost in loss record 1,316 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417FEB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 52 bytes in 1 blocks are possibly lost in loss record 1,317 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761AEB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,328 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417EA1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,329 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417EE3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,330 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64180F0: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,331 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418231: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,332 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418273: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,333 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64182B5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,334 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64182F7: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,335 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418339: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,336 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641837B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,337 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87619A1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,338 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87619E3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,339 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761BF0: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,340 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761D31: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,341 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761D73: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,342 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761DB5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,343 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761DF7: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,344 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761E39: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 53 bytes in 1 blocks are possibly lost in loss record 1,345 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761E7B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,354 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E65: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,355 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417F25: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,356 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417F67: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,357 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417FA9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,358 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641802D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,359 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641806F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,360 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64180B1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,361 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641812F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,362 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641816E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,363 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64181AD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,364 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64181EF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,365 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64188E5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,366 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418927: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,367 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418969: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,368 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64189AB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,369 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64189ED: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,370 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418A2F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,371 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761965: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,372 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761A25: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,373 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761A67: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,374 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761AA9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,375 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761B2D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,376 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761B6F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,377 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761BB1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,378 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761C2F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,379 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761C6E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,380 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761CAD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,381 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761CEF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,382 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87623E5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,383 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762427: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,384 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762469: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,385 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87624AB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,386 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87624ED: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 54 bytes in 1 blocks are possibly lost in loss record 1,387 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876252F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,392 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64183BD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,393 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64183FF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,394 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418441: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,395 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418483: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,396 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64184C5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,397 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418507: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,398 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64188A3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,399 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641901D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,400 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641905F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,401 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64190A1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,402 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64190E3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,403 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419167: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,404 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64191A9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,405 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64191EB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,406 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761EBD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,407 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761EFF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,408 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761F41: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,409 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761F83: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,410 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761FC5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,411 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762007: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,412 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87623A3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,413 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762B1D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,414 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762B5F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,415 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762BA1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,416 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762BE3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,417 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762C67: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,418 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762CA9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 55 bytes in 1 blocks are possibly lost in loss record 1,419 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762CEB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,435 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641858B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,436 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64185CD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,437 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641860F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,438 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418651: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,439 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418693: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,440 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64186D5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,441 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418A71: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,442 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418AB3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,443 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418AF5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,444 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418B37: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,445 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418B79: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,446 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418BBB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,447 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418BFD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,448 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418C3F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,449 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418C81: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,450 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418CC3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,451 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418D47: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,452 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418D89: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,453 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418DCB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,454 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418E0D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,455 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418E4F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,456 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418E91: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,457 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418ED3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,458 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418F57: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,459 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418F99: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,460 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418FDB: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,461 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419125: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,462 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641922D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,463 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419DFA: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,464 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419E3F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,465 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419E88: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,466 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876208B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,467 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87620CD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,468 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876210F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,469 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762151: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,470 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762193: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,471 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87621D5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,472 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762571: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,473 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87625B3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,474 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87625F5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,475 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762637: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,476 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762679: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,477 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87626BB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,478 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87626FD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,479 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876273F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,480 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762781: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,481 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87627C3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,482 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762847: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,483 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762889: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,484 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87628CB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,485 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876290D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,486 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876294F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,487 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762991: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,488 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87629D3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,489 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762A57: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,490 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762A99: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,491 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762ADB: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,492 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762C25: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,493 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762D2D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,494 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87638FA: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,495 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876393F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 56 bytes in 1 blocks are possibly lost in loss record 1,496 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763988: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,504 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418D05: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,505 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418F15: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,506 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A10B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,507 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A154: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,508 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A199: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,509 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A420: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,510 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A465: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,511 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A4AE: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,512 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762805: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,513 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762A15: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,514 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763C0B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,515 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763C54: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,516 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763C99: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,517 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763F20: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,518 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763F65: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 57 bytes in 1 blocks are possibly lost in loss record 1,519 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763FAE: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,525 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418549: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,526 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418717: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,527 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418759: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,528 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641879B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,529 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64187DD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,530 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641881F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,531 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6418861: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,532 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641926F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,533 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64192B8: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,534 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64192FD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,535 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419F16: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,536 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A07D: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,537 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762049: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,538 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762217: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,539 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762259: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,540 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876229B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,541 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87622DD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,542 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876231F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,543 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762361: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,544 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762D6F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,545 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762DB8: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,546 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762DFD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,547 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763A16: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 58 bytes in 1 blocks are possibly lost in loss record 1,548 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763B7D: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,551 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419584: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,552 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64195C9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,553 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419612: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,554 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419895: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,555 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64198DE: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,556 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419923: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,557 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A227: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,558 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A392: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,559 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A53C: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,560 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A6A3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,561 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763084: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,562 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87630C9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,563 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763112: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,564 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763395: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,565 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87633DE: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,566 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763423: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,567 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763D27: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,568 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763E92: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,569 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876403C: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 59 bytes in 1 blocks are possibly lost in loss record 1,570 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87641A3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,573 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419346: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,574 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64194F6: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,575 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419ECD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,576 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419F5B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,577 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417E20: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A8C9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,578 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762E46: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,579 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762FF6: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,580 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87639CD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,581 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763A5B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 60 bytes in 1 blocks are possibly lost in loss record 1,582 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8761920: glsl_type::glsl_type(unsigned int, glsl_base_type, unsigned int, unsigned int, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87643C9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,586 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419657: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,587 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419807: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,588 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641996C: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,589 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419B1C: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,590 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419FA4: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,591 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419FEC: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,592 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A1E2: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,593 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A270: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,594 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A4F3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,595 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A581: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,596 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A731: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,597 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763157: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,598 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763307: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,599 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876346C: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,600 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876361C: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,601 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763AA4: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,602 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763AEC: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,603 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763CE2: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,604 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763D70: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,605 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763FF3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,606 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764081: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 61 bytes in 1 blocks are possibly lost in loss record 1,607 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764231: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,609 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419468: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,610 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64194AD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,611 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A2B5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,612 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A301: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,613 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A5CA: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,614 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A612: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,615 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A7B9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,616 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A841: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,617 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762F68: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,618 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762FAD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,619 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763DB5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,620 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763E01: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,621 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87640CA: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,622 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764112: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,623 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87642B9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 62 bytes in 1 blocks are possibly lost in loss record 1,624 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764341: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,626 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641938B: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,627 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64193D7: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,628 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419779: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,629 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64197C2: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,630 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419A8E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,631 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419AD3: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,632 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A038: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,633 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A0C9: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,634 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A777: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,635 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762E8B: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,636 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762ED7: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,637 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763279: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,638 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87632C2: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,639 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876358E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,640 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87635D3: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,641 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763B38: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,642 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763BC9: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 63 bytes in 1 blocks are possibly lost in loss record 1,643 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764277: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,646 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64196A0: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,647 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64196E8: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,648 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64199B1: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,649 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x64199FD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,650 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419BAD: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,651 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419BF5: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,652 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A349: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,653 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A3DA: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,654 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A65E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,655 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A6EF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,656 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A7FF: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,657 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641A887: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,658 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87631A0: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,659 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87631E8: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,660 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87634B1: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,661 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87634FD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,662 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87636AD: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,663 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87636F5: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,664 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763E49: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,665 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763EDA: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,666 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876415E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,667 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87641EF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,668 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87642FF: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 64 bytes in 1 blocks are possibly lost in loss record 1,669 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8764387: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 65 bytes in 1 blocks are possibly lost in loss record 1,671 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641941F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 65 bytes in 1 blocks are possibly lost in loss record 1,672 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x641953E: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 65 bytes in 1 blocks are possibly lost in loss record 1,673 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8762F1F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 65 bytes in 1 blocks are possibly lost in loss record 1,674 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876303E: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,675 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419734: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,676 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419853: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,677 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419A45: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,678 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419B64: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,679 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419C41: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,680 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763234: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,681 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763353: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,682 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763545: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,683 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763664: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 66 bytes in 1 blocks are possibly lost in loss record 1,684 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763741: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 67 bytes in 1 blocks are possibly lost in loss record 1,685 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419DB4: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 67 bytes in 1 blocks are possibly lost in loss record 1,686 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87638B4: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 68 bytes in 1 blocks are possibly lost in loss record 1,687 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419D6F: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 68 bytes in 1 blocks are possibly lost in loss record 1,688 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876386F: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 69 bytes in 1 blocks are possibly lost in loss record 1,689 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419C89: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 69 bytes in 1 blocks are possibly lost in loss record 1,690 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419CD8: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 69 bytes in 1 blocks are possibly lost in loss record 1,691 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763789: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 69 bytes in 1 blocks are possibly lost in loss record 1,692 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87637D8: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 71 bytes in 1 blocks are possibly lost in loss record 1,694 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x6690CCC: ralloc_size (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x66912E4: ralloc_strdup (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417DAE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6419D23: _GLOBAL__sub_I_glsl_types.cpp.lto_priv.340 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x6417C98: _GLOBAL__I_65535_0_vulkan_libvulkan_intel_la_anv_gem.o.406630 (in /usr/lib64/libvulkan_intel.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026==
==30026== 71 bytes in 1 blocks are possibly lost in loss record 1,695 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87618AE: glsl_type::glsl_type(unsigned int, glsl_base_type, glsl_sampler_dim, bool, bool, glsl_base_type, char const*) (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8763823: _GLOBAL__sub_I_glsl_types.cpp (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x400F4A9: call_init.part.0 (dl-init.c:72)
==30026== by 0x400F5B5: call_init (dl-init.c:119)
==30026== by 0x400F5B5: _dl_init (dl-init.c:120)
==30026== by 0x4013A78: dl_open_worker (dl-open.c:564)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026== by 0x4013268: _dl_open (dl-open.c:649)
==30026== by 0x59ADF95: dlopen_doit (dlopen.c:66)
==30026== by 0x5727893: _dl_catch_error (dl-error-skeleton.c:198)
==30026==
==30026== 174 bytes in 2 blocks are possibly lost in loss record 1,743 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x882DBE4: ralloc_strdup (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876F9D0: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 208 bytes in 2 blocks are possibly lost in loss record 1,750 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x88327B3: _mesa_hash_table_create (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8770423: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 236 bytes in 2 blocks are possibly lost in loss record 1,751 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876FDC0: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 336 bytes in 2 blocks are possibly lost in loss record 1,767 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8831D28: rzalloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x88327E6: _mesa_hash_table_create (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8770423: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 704 bytes in 2 blocks are possibly lost in loss record 1,793 of 2,013
==30026== at 0x4C2EA1E: calloc (vg_replace_malloc.c:711)
==30026== by 0x4011B51: allocate_dtv (dl-tls.c:290)
==30026== by 0x40124DD: _dl_allocate_tls (dl-tls.c:538)
==30026== by 0x5BB8FF9: allocate_stack (allocatestack.c:628)
==30026== by 0x5BB8FF9: pthread_create@@GLIBC_2.2.5 (pthread_create.c:646)
==30026== by 0x876FC8E: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 720 bytes in 2 blocks are possibly lost in loss record 1,794 of 2,013
==30026== at 0x4C2CB6B: malloc (vg_replace_malloc.c:299)
==30026== by 0x882D84C: ralloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x8831D28: rzalloc_size (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x876F968: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== 2,048 bytes in 2 blocks are possibly lost in loss record 1,909 of 2,013
==30026== at 0x4C2EA1E: calloc (vg_replace_malloc.c:711)
==30026== by 0x876FB95: radv_enumerate_devices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x87717DD: radv_EnumeratePhysicalDevices (in /usr/lib64/libvulkan_radeon.so)
==30026== by 0x4E5D811: setupLoaderTermPhysDevs (loader.c:5698)
==30026== by 0x4E5DB41: terminator_EnumeratePhysicalDevices (loader.c:5831)
==30026== by 0x4E5D46E: setupLoaderTrampPhysDevs (loader.c:5555)
==30026== by 0x4E5FFC4: vkEnumeratePhysicalDevices (trampoline.c:668)
==30026== by 0x1DE38E: VulkanExampleBase::initVulkan() (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026== by 0x1C5276: main (in /home/mikhail/.local/share/Steam/ubuntu12_64/vulkandriverquery)
==30026==
==30026== LEAK SUMMARY:
==30026== definitely lost: 0 bytes in 0 blocks
==30026== indirectly lost: 0 bytes in 0 blocks
==30026== possibly lost: 38,308 bytes in 652 blocks
==30026== still reachable: 4,403,025 bytes in 3,150 blocks
==30026== suppressed: 0 bytes in 0 blocks
==30026== Reachable blocks (those to which a pointer was found) are not shown.
==30026== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==30026==
==30026== For counts of detected and suppressed errors, rerun with: -v
==30026== ERROR SUMMARY: 645 errors from 645 contexts (suppressed: 0 from 0)
[-- Attachment #3: Type: text/plain, Size: 154 bytes --]
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next prev parent reply other threads:[~2018-03-24 20:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-11 11:16 After upgrading LLVM to 7.0.0-0.1.r326462 version and MESA to 18.1.0-0.4.git56dc9f9 the games which are used Vulkan driver have begun crashing at start Mikhail Gavrilov
[not found] ` <CABXGCsNjMj3iLOBHUuY-tRefcng9a_bmjObDQWggjSDjAA4qZQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-03-18 18:29 ` mikhail.v.gavrilov-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <1521397798.15724.1.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-03-24 20:34 ` mikhail.v.gavrilov-Re5JQEeQqe8AvxtiuMwx3w [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-10 16:25 mikhail.v.gavrilov-Re5JQEeQqe8AvxtiuMwx3w
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1521923658.30389.1.camel@gmail.com \
--to=mikhail.v.gavrilov-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.