Home
last modified time | relevance | path

Searched refs:planeCount (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tests/
H A Dvm_phys_footprint.c1441 size_t planeCount = IOSurfaceGetPlaneCount(surface); in SurfaceApplyPlaneBlock() local
1443 if (planeCount == 0) { in SurfaceApplyPlaneBlock()
1459 } else if (planeCount == 2) { in SurfaceApplyPlaneBlock()
1460 for (size_t i = 0; i < planeCount; i++) { in SurfaceApplyPlaneBlock()
1496 size_t planeCount = IOSurfaceGetPlaneCount(surface); in SurfaceGetMemorySize() local
1498 if (planeCount == 0) { in SurfaceGetMemorySize()
1502 } else if (planeCount == 2) { in SurfaceGetMemorySize()