Home
last modified time | relevance | path

Searched refs:drv_bytes_per_pixel_from_format (Results 1 – 8 of 8) sorted by relevance

/external/minigbm/
Dgbm.c298 return drv_bytes_per_pixel_from_format(drv_bo_get_format(bo->bo), 0); in gbm_bo_get_bpp()
426 offset += rect.x * drv_bytes_per_pixel_from_format(bo->gbm_format, plane); in gbm_bo_map2()
Ddrv.h174 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane);
Dvirtgpu_virgl.c803 drv_bytes_per_pixel_from_format(bo->meta.format, 0) * mapping->rect.x; in virgl_bo_invalidate()
885 drv_bytes_per_pixel_from_format(bo->meta.format, 0) * mapping->rect.x; in virgl_bo_flush()
Dhelpers.c217 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane) in drv_bytes_per_pixel_from_format() function
Damdgpu.c523 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(format, 0); in amdgpu_create_bo()
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc249 bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in allocate()
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Mapper.cc218 int32_t bytesPerPixel = drv_bytes_per_pixel_from_format(crosHandle->format, 0); in lock()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc358 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in gralloc0_perform()