Home
last modified time | relevance | path

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

/external/minigbm/
Dhelpers.h14 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane);
Dhelpers.c199 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()
Dvirtio_gpu.c86 uint32_t size = drv_size_from_format(format, stride, height, plane); in virtio_virgl_bo_create()