Home
last modified time | relevance | path

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

/external/minigbm/
Dhelpers.h13 uint32_t drv_height_from_format(uint32_t format, uint32_t height, size_t plane);
Dhelpers.c160 uint32_t drv_height_from_format(uint32_t format, uint32_t height, size_t plane) in drv_height_from_format() function
201 return stride * drv_height_from_format(format, height, plane); in drv_size_from_format()
Di915.c318 uint32_t plane_height = drv_height_from_format(format, height, plane); in i915_bo_from_format()