codegen: update scripts/cereal/decoder.py

sync with 5b148d70cc

m_queueSubmitWithCommandsEnabled(
             m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled()),

Reviewed-by: David Gilhooley <djgilhooley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41059>
This commit is contained in:
Bo Hu 2026-04-10 11:08:20 -07:00 committed by Marge Bot
parent 3827c2ab67
commit b54429c031

View file

@ -91,7 +91,7 @@ public:
m_boxedHandleCreateMapping(m_state),
m_boxedHandleUnwrapMapping(m_state),
m_prevSeqno(std::nullopt),
m_queueSubmitWithCommandsEnabled(m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled),
m_queueSubmitWithCommandsEnabled(m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled()),
m_snapshotsEnabled(m_state->snapshotsEnabled()) {}
%s* stream() { return &m_vkStream; }
VulkanMemReadingStream* readStream() { return &m_vkMemReadingStream; }