Home
last modified time | relevance | path

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

/external/minigbm/
Dmediatek.c121 stride = drv_stride_from_format(format, width, 0); in mediatek_bo_create_with_modifiers()
129 uint32_t plane_stride = drv_stride_from_format(format, stride, plane); in mediatek_bo_create_with_modifiers()
Dexynos.c55 bo->meta.strides[0] = drv_stride_from_format(format, width, 0); in exynos_bo_create()
Dvc4.c65 stride = drv_stride_from_format(format, width, 0); in vc4_bo_create_for_modifier()
Ddrv.h176 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane);
Di915.c341 uint32_t stride = drv_stride_from_format(format, width, plane); in i915_bo_from_format()
457 uint32_t stride = drv_stride_from_format(format, width, 0); in i915_bo_compute_metadata()
Drockchip.c150 stride = drv_stride_from_format(format, width, 0); in rockchip_bo_create_with_modifiers()
Dmsm.c140 stride = drv_stride_from_format(bo->meta.format, alignw, 0); in msm_calculate_layout()
Dvirtgpu_virgl.c447 stride = drv_stride_from_format(format, width, 0); in virgl_3d_bo_create()
670 stride = drv_stride_from_format(bo->meta.format, bo->meta.width, 0); in virgl_bo_create_blob()
Dhelpers.c229 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) in drv_stride_from_format() function
Damdgpu.c435 stride = drv_stride_from_format(format, width, 0); in amdgpu_create_bo_linear()