HomeSort by relevance Sort by last modified time
    Searched refs:drv_stride_from_format (Results 1 - 11 of 11) sorted by null

  /external/minigbm/
vc4.c 42 stride = drv_stride_from_format(format, width, 0);
tegra.c 73 int pitch = drv_stride_from_format(format, width, 0);
99 *stride = ALIGN(drv_stride_from_format(format, width, 0), 64);
145 uint32_t bytes_per_pixel = drv_stride_from_format(bo->format, 1, 0);
exynos.c 55 bo->strides[0] = drv_stride_from_format(format, width, 0);
drv.h 162 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane);
mediatek.c 56 stride = drv_stride_from_format(format, width, 0);
virtio_gpu.c 85 uint32_t stride = drv_stride_from_format(format, width, plane);
121 stride0 = drv_stride_from_format(format, width, 0);
amdgpu.c 146 stride = drv_stride_from_format(format, width, 0);
gbm.c 246 offset += drv_stride_from_format(bo->gbm_format, rect.x, plane);
rockchip.c 200 stride = drv_stride_from_format(format, width, 0);
helpers.c 181 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) function
i915.c 317 uint32_t stride = drv_stride_from_format(format, width, plane);

Completed in 1049 milliseconds