KhronosGroup / OpenXR-CTS

Conformance test suite for OpenXR

Home Page:https://www.khronos.org/conformance/adopters/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ahardwarebuffer format not support

chenxuanyu opened this issue · comments

when i run test_xrCreateSwapchain.cpp
the one test item test format VK_FORMAT_D32_SFLOAT_S8_UINT,
in my service I use AHardwareBuffer,there not have AHardwareBuffer formart correspondence to VK_FORMAT_D32_SFLOAT_S8_UINT.
so this test crash. how can I deal with it,did I not use AHardwareBuffer ? or just not test it and return sucess ? can you help me ,thanks.

E AdrenoUtils: <validate_memory_layout_input_parmas:2270>: Unknown Format 0
06-12 03:31:01.258 1769 1810 E AdrenoUtils: <adreno_init_memory_layout:5093>: Memory Layout input parameter validation failed!
06-12 03:31:01.258 1769 1810 E qdgralloc: GetGpuResourceSizeAndDimensions Graphics metadata init failed
06-12 03:31:01.258 1769 1810 E Gralloc3: isSupported(2160, 2160, 52, 1, ...) failed with 1
06-12 03:31:01.258 845 1287 E qdgralloc: GetGpuPixelFormat: No map for format: 0x34
06-12 03:31:01.258 845 1287 E AdrenoUtils: <validate_memory_layout_input_parmas:2270>: Unknown Format 0
06-12 03:31:01.258 845 1287 E AdrenoUtils: <adreno_init_memory_layout:5093>: Memory Layout input parameter validation failed!
06-12 03:31:01.258 845 1287 E qdgralloc: GetGpuResourceSizeAndDimensions Graphics metadata init failed

An issue (number 1747) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1747 ), to facilitate working group processes.

This GitHub issue will continue to be the main site of discussion.

Thanks for the reply,but I am not Khronos members,I can not see the processes,can you share here ,thanks

I don't think the test hard-requires it, are you advertising that you support that format in xrEnumerateSwapchainFormats ?

no need help,thanks