Searched refs:drv_size_from_format (Results 1 – 3 of 3) sorted by relevance
/external/minigbm/ |
D | helpers.h | 14 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane);
|
D | helpers.c | 199 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane) in drv_size_from_format() function 245 bo->sizes[p] = drv_size_from_format(format, bo->strides[p], aligned_height, p); in drv_bo_from_format()
|
D | virtio_gpu.c | 86 uint32_t size = drv_size_from_format(format, stride, height, plane); in virtio_virgl_bo_create()
|