Searched refs:drv_stride_from_format (Results 1 – 11 of 11) sorted by relevance
/external/minigbm/ |
D | tegra.c | 73 int pitch = drv_stride_from_format(format, width, 0); in compute_layout_blocklinear() 99 *stride = ALIGN(drv_stride_from_format(format, width, 0), 64); in compute_layout_linear() 145 uint32_t bytes_per_pixel = drv_stride_from_format(bo->format, 1, 0); in transfer_tiled_memory()
|
D | virtio_gpu.c | 85 uint32_t stride = drv_stride_from_format(format, width, plane); in virtio_virgl_bo_create() 121 stride0 = drv_stride_from_format(format, width, 0); in virtio_virgl_bo_create()
|
D | vc4.c | 42 stride = drv_stride_from_format(format, width, 0); in vc4_bo_create()
|
D | exynos.c | 55 bo->strides[0] = drv_stride_from_format(format, width, 0); in exynos_bo_create()
|
D | mediatek.c | 56 stride = drv_stride_from_format(format, width, 0); in mediatek_bo_create()
|
D | drv.h | 162 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane);
|
D | amdgpu.c | 146 stride = drv_stride_from_format(format, width, 0); in amdgpu_create_bo()
|
D | rockchip.c | 200 stride = drv_stride_from_format(format, width, 0); in rockchip_bo_create_with_modifiers()
|
D | gbm.c | 246 offset += drv_stride_from_format(bo->gbm_format, rect.x, plane); in gbm_bo_map()
|
D | i915.c | 317 uint32_t stride = drv_stride_from_format(format, width, plane); in i915_bo_from_format()
|
D | helpers.c | 181 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) in drv_stride_from_format() function
|