Searched refs:drv_bo_from_format (Results 1 – 8 of 8) sorted by relevance
/external/minigbm/ |
D | rockchip.c | 179 drv_bo_from_format(bo, aligned_width, height, format); in rockchip_bo_create_with_modifiers() 206 drv_bo_from_format(bo, stride, height, format); in rockchip_bo_create_with_modifiers()
|
D | helpers.h | 15 int drv_bo_from_format(struct bo *bo, uint32_t stride, uint32_t aligned_height, uint32_t format);
|
D | vc4.c | 44 drv_bo_from_format(bo, stride, height, format); in vc4_bo_create()
|
D | mediatek.c | 58 drv_bo_from_format(bo, stride, height, format); in mediatek_bo_create()
|
D | helpers.c | 223 int drv_bo_from_format(struct bo *bo, uint32_t stride, uint32_t aligned_height, uint32_t format) in drv_bo_from_format() function 288 drv_bo_from_format(bo, create_dumb.pitch, height, format); in drv_dumb_bo_create()
|
D | amdgpu.c | 152 drv_bo_from_format(bo, stride, height, format); in amdgpu_create_bo()
|
D | virtio_gpu.c | 122 drv_bo_from_format(bo, stride0, height, format); in virtio_virgl_bo_create()
|
D | i915.c | 370 drv_bo_from_format(bo, stride, height, format); in i915_bo_create_for_modifier()
|