HomeSort by relevance Sort by last modified time
    Searched refs:drv_size_from_format (Results 1 - 3 of 3) sorted by null

  /external/minigbm/
helpers.h 14 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane);
helpers.c 199 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane) function
245 bo->sizes[p] = drv_size_from_format(format, bo->strides[p], aligned_height, p);
virtio_gpu.c 86 uint32_t size = drv_size_from_format(format, stride, height, plane);

Completed in 49 milliseconds