Home
last modified time | relevance | path

Searched refs:drv_num_planes_from_format (Results 1 – 6 of 6) sorted by relevance

/external/minigbm/
Ddrv.h166 size_t drv_num_planes_from_format(uint32_t format);
Dhelpers.c146 size_t drv_num_planes_from_format(uint32_t format) in drv_num_planes_from_format() function
229 num_planes = drv_num_planes_from_format(format); in drv_bo_from_format()
Dvirtio_gpu.c81 ssize_t num_planes = drv_num_planes_from_format(format); in virtio_virgl_bo_create()
Dgbm.c189 num_planes = drv_num_planes_from_format(drv_data.format); in gbm_bo_import()
Di915.c316 for (plane = 0; plane < drv_num_planes_from_format(format); plane++) { in i915_bo_from_format()
Ddrv.c240 bo->num_planes = drv_num_planes_from_format(format); in drv_bo_new()