Disable device groups
... by silo'ing each physical device in its own device group. This unblocks dEQP VK testing until the mesa layer has codegen to fully translate structs in pNext chains. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
@@ -789,6 +789,10 @@ custom_decodes = {
|
||||
"vkCmdCopyBufferToImage2KHR" : emit_global_state_wrapped_decoding_with_context,
|
||||
"vkCmdCopyImage2KHR" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdCopyImageToBuffer2KHR" : emit_global_state_wrapped_decoding,
|
||||
|
||||
# VK_KHR_device_group_creation / VK_VERSION_1_1
|
||||
"vkEnumeratePhysicalDeviceGroups" : emit_global_state_wrapped_decoding,
|
||||
"vkEnumeratePhysicalDeviceGroupsKHR" : emit_global_state_wrapped_decoding,
|
||||
}
|
||||
|
||||
class VulkanDecoder(VulkanWrapperGenerator):
|
||||
|
||||
Reference in New Issue
Block a user