The Vulkan CTS test dEQP-VK.api.object_management.alloc_callback_fail.event checks if the provided allocation callbacks are called when creating an event. However anv_CreateEvent() does not use them and use, instead, internal functions. Because of that, the test currently returns a warning (it does not return fail though). Mesa HEAD: 6d9d6071ee961acc82543b321764a0ffec8cd39a
Events allocate memory via the anv_state_pool_alloc method, which I understand is for device memory and we don't require host memory allocations, so I think the implementation is correct. Jason, is my rationale correct?
(In reply to Iago Toral from comment #1) > Events allocate memory via the anv_state_pool_alloc method, which I > understand is for device memory and we don't require host memory > allocations, so I think the implementation is correct. Yes, that's correct. Not a bug.
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.