Searched refs:bitspp (Results 1 – 6 of 6) sorted by relevance
70 stride = width * pi.bitspp / 8; in Create()113 uint32_t width_tiler = width * pi.bitspp / bitspertiler; in Create()119 stride = round_up(width * pi.bitspp / 8, PAGE_SIZE); in Create()
20 plane.stride = width * pi.bitspp / 8; in CPUFramebuffer()
94 uint8_t bitspp; member
52 creq.bpp = pi.bitspp; in DumbFramebuffer()
182 array<uint32_t, 2> shape{ self.height(), self.width() * format_info.planes[plane].bitspp / 8 }; in init_pykmsbase()314 .def_readonly("bitspp", &PixelFormatPlaneInfo::bitspp) in init_pykmsbase()
82 vector<uint32_t> pitches{ m_in_width * (format_info.planes[0].bitspp / 8) }; in GetDmabufFrameBuffer()