Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/
H A Dgbm.c327 return drv_bytes_per_pixel_from_format(drv_bo_get_format(bo->bo), 0); in gbm_bo_get_bpp()
455 offset += rect.x * drv_bytes_per_pixel_from_format(bo->gbm_format, plane); in gbm_bo_map2()
H A Ddrv.h225 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane);
H A Dvirtgpu_virgl.c1094 drv_bytes_per_pixel_from_format(bo->meta.format, 0) * mapping->rect.x; in virgl_bo_invalidate()
1176 drv_bytes_per_pixel_from_format(bo->meta.format, 0) * mapping->rect.x; in virgl_bo_flush()
H A Ddrv_helpers.c227 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane) in drv_bytes_per_pixel_from_format() function
H A Damdgpu.c638 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(format, 0); in amdgpu_create_bo()
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc0/
H A Dgralloc0.cc300 uint32_t bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in gralloc0_perform()
/aosp_15_r20/external/minigbm/cros_gralloc/
H A Dcros_gralloc_driver.cc331 bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in allocate()