Searched refs:drv_height_from_format (Results 1 – 3 of 3) sorted by relevance
13 uint32_t drv_height_from_format(uint32_t format, uint32_t height, size_t plane);
160 uint32_t drv_height_from_format(uint32_t format, uint32_t height, size_t plane) in drv_height_from_format() function201 return stride * drv_height_from_format(format, height, plane); in drv_size_from_format()
318 uint32_t plane_height = drv_height_from_format(format, height, plane); in i915_bo_from_format()