Searched refs:drv_stride_from_format (Results 1 – 10 of 10) sorted by relevance
/external/minigbm/ |
D | mediatek.c | 121 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()
|
D | exynos.c | 55 bo->meta.strides[0] = drv_stride_from_format(format, width, 0); in exynos_bo_create()
|
D | vc4.c | 65 stride = drv_stride_from_format(format, width, 0); in vc4_bo_create_for_modifier()
|
D | drv.h | 176 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane);
|
D | i915.c | 341 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()
|
D | rockchip.c | 150 stride = drv_stride_from_format(format, width, 0); in rockchip_bo_create_with_modifiers()
|
D | msm.c | 140 stride = drv_stride_from_format(bo->meta.format, alignw, 0); in msm_calculate_layout()
|
D | virtgpu_virgl.c | 447 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()
|
D | helpers.c | 229 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) in drv_stride_from_format() function
|
D | amdgpu.c | 435 stride = drv_stride_from_format(format, width, 0); in amdgpu_create_bo_linear()
|