| 2361 | // clang-format on |
| 2362 | |
| 2363 | struct BaseAndCount |
| 2364 | { |
| 2365 | u32 base; |
| 2366 | u32 count; |
| 2367 | }; |
| 2368 | std::array<BaseAndCount, 3> const mip_bc{ |
| 2369 | BaseAndCount{.base = b_mip_p1 + 1, .count = (a_mip_p1 + 1) - (b_mip_p1 + 1)}, // b1 -> a1 |
| 2370 | BaseAndCount{.base = a_mip_p0, .count = b_mip_p0 - a_mip_p0}, // a0 -> b0 |
nothing calls this directly
no outgoing calls
no test coverage detected