Home
last modified time | relevance | path

Searched defs:planeBpp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/
H A DGrallocEmulated.cpp362 const uint32_t planeBpp = planeInfo.bytesPerPixel; in lockPlanes() local
464 const uint32_t planeBpp = planeInfo.bytesPerPixel; in allocate() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils.cpp160 const uint32_t planeBpp = planeInfo.sampleIncrementBytes; in getFormatTransferInfo() local
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h597 YuvPlaneArray<uint32_t> planeBpp; member