Home
last modified time | relevance | path

Searched refs:drv_stride_from_format (Results 1 – 11 of 11) sorted by relevance

/external/minigbm/
Dtegra.c73 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()
Dvirtio_gpu.c85 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()
Dvc4.c42 stride = drv_stride_from_format(format, width, 0); in vc4_bo_create()
Dexynos.c55 bo->strides[0] = drv_stride_from_format(format, width, 0); in exynos_bo_create()
Dmediatek.c56 stride = drv_stride_from_format(format, width, 0); in mediatek_bo_create()
Ddrv.h162 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane);
Damdgpu.c146 stride = drv_stride_from_format(format, width, 0); in amdgpu_create_bo()
Drockchip.c200 stride = drv_stride_from_format(format, width, 0); in rockchip_bo_create_with_modifiers()
Dgbm.c246 offset += drv_stride_from_format(bo->gbm_format, rect.x, plane); in gbm_bo_map()
Di915.c317 uint32_t stride = drv_stride_from_format(format, width, plane); in i915_bo_from_format()
Dhelpers.c181 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) in drv_stride_from_format() function