[Feat] (MG_Remote): lower named framebuffer blits through scoped wire bindings

This commit is contained in:
2026-09-16 13:44:35 -04:00
parent 12905a7eb8
commit 56c6e49d1d
6 changed files with 181 additions and 12 deletions
+2 -2
View File
@@ -177,8 +177,8 @@ namespace {
TEST(RemoteEmitTable, TheThreeClassesPartitionAllSeventyOneSlots) {
// P5 baseline five + f1 eleven + i1 seven + t2 six emitted slots.
EXPECT_EQ(LocallyAnsweredSlotCount(), 2u);
EXPECT_EQ(ImplementedVerbCount(), 48u);
EXPECT_EQ(UnmigratedSlotCount(), 21u);
EXPECT_EQ(ImplementedVerbCount(), 49u);
EXPECT_EQ(UnmigratedSlotCount(), 20u);
EXPECT_EQ(LocallyAnsweredSlotCount() + ImplementedVerbCount() + UnmigratedSlotCount(),
kRemoteEmitSlotCount);
}