Bug 109821 - Simple triangle Vulkan example gives pipeline->layout failed.
Summary: Simple triangle Vulkan example gives pipeline->layout failed.
Status: RESOLVED NOTOURBUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Vulkan/radeon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-03 19:20 UTC by Mike Mestnik
Modified: 2019-03-03 19:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Mike Mestnik 2019-03-03 19:20:47 UTC
System specs:
https://bugs.freedesktop.org/show_bug.cgi?id=109445

Plus zram-tools, giving a slight boost/addition to swap space.

cheako@nysa:~/src/github/cheako-vulkan$ 0000tri/vulkan 
Xlib:  extension "NV-GLX" missing on display ":0".
vulkan: ../src/amd/vulkan/radv_pipeline.c:3548: radv_pipeline_init: Assertion `pipeline->layout' failed.
Aborted (core dumped)
cheako@nysa:~/src/github/cheako-vulkan$ 

https://github.com/cheako/cheako-vulkan/blob/v0.1/0000tri/vulkan.c

Note: the rest of the examples work to varying extents.
Comment 1 Bas Nieuwenhuizen 2019-03-03 19:47:39 UTC
The pipeline_layout variable in the example is VK_NULL_HANDLE because it does not call create_pipeline_layout.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.