We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Fedora 28, with Mesa 18.0.5 or Mesa 18.1.4, the VkLayerTest.DSAspectBitsErrors test fails.
[john@localhost tests]$ ./vk_layer_validation_tests --gtest_filter=VkLayerTest.DSAspectBitsErrors Note: Google Test filter = VkLayerTest.DSAspectBitsErrors [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from VkLayerTest [ RUN ] VkLayerTest.DSAspectBitsErrors INTEL-MESA: warning: Haswell Vulkan support is incomplete /home/lunarg/Development/Vulkan-Validation/tests/vkrenderframework.cpp:921: Failure Failed VkImageObj::init() error: unsupported tiling configuration. Usage: 0x4, supported linear features: 0 Unexpected: [ UNASSIGNED-GeneralParameterError-RequiredParameter ] Object: VK_NULL_HANDLE (Type = 0) | vkCmdPipelineBarrier: required parameter pImageMemoryBarriers[0].image specified as VK_NULL_HANDLE Unexpected: [ VUID-VkImageMemoryBarrier-image-parameter ] Object: VK_NULL_HANDLE (Type = 10) | Invalid Image Object 0x0. The spec valid usage text states 'image must be a valid VkImage handle' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkImageMemoryBarrier-image-parameter) Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
jzulauf-lunarg
No branches or pull requests
On Fedora 28, with Mesa 18.0.5 or Mesa 18.1.4, the VkLayerTest.DSAspectBitsErrors test fails.
The text was updated successfully, but these errors were encountered: