Home
last modified time | relevance | path

Searched refs:bo_create (Results 1 – 25 of 26) sorted by relevance

12

/external/minigbm/
Dvc4.c49 struct drm_vc4_create_bo bo_create = { 0 }; in vc4_bo_create_for_modifier() local
69 bo_create.size = bo->meta.total_size; in vc4_bo_create_for_modifier()
71 ret = drmIoctl(bo->drv->fd, DRM_IOCTL_VC4_CREATE_BO, &bo_create); in vc4_bo_create_for_modifier()
78 bo->handles[plane].u32 = bo_create.handle; in vc4_bo_create_for_modifier()
128 .bo_create = vc4_bo_create,
Ddumb_driver.c17 .bo_create = drv_dumb_bo_create, \
Ddrv_priv.h80 int (*bo_create)(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, member
Drockchip.c280 .bo_create = rockchip_bo_create,
Dmediatek.c432 .bo_create = mediatek_bo_create,
Dmsm.c378 .bo_create = msm_bo_create,
Dvirtgpu_cross_domain.c434 .bo_create = cross_domain_bo_create,
Ddrv.c355 ret = drv->backend->bo_create(bo, width, height, format, use_flags); in drv_bo_create()
Damdgpu.c825 .bo_create = amdgpu_create_bo,
/external/igt-gpu-tools/tests/i915/
Dgem_ring_sync_copy.c106 static drm_intel_bo *bo_create(data_t *data, int width, int height, int val) in bo_create() function
148 bo = bo_create(data, width, height, color); in scratch_buf_init()
240 data->blitter.srcs[i] = bo_create(data, in blitter_busy()
243 data->blitter.dsts[i] = bo_create(data, in blitter_busy()
299 a = bo_create(data, WIDTH, HEIGHT, 0xa); in run_test()
300 b = bo_create(data, WIDTH, HEIGHT, 0xb); in run_test()
301 c = bo_create(data, WIDTH, HEIGHT, 0xc); in run_test()
Dgem_fence_thrash.c65 bo_create (int fd, int tiling) in bo_create() function
96 a = bo_create (fd, t->tiling); in bo_copy()
97 b = bo_create (fd, t->tiling); in bo_copy()
137 s[k] = bo_create(fd, t->tiling); in _bo_write_verify()
/external/libdrm/tests/modetest/
Dbuffers.h34 struct bo *bo_create(int fd, unsigned int format,
Dbuffers.c125 bo_create(int fd, unsigned int format, in bo_create() function
Dmodetest.c1162 bo = bo_create(fd, fourcc, w, h, handles, pitches, offsets, pat); in bo_fb_create()
1726 bo = bo_create(dev->fd, DRM_FORMAT_ARGB8888, cw, ch, handles, pitches, in set_cursors()
/external/libdrm/libkms/
Dinternal.h41 int (*bo_create)(struct kms_driver *kms, member
Dapi.c97 return kms->bo_create(kms, width, height, type, attr, out); in kms_bo_create()
Dvmwgfx.c198 kms->bo_create = vmwgfx_bo_create; in vmwgfx_create()
Dnouveau.c208 kms->bo_create = nouveau_bo_create; in nouveau_create()
Ddumb.c206 kms->bo_create = dumb_bo_create; in dumb_create()
Dexynos.c210 kms->bo_create = exynos_bo_create; in exynos_create()
Dradeon.c229 kms->bo_create = radeon_bo_create; in radeon_create()
Dintel.c226 kms->bo_create = intel_bo_create; in intel_create()
/external/mesa3d/src/gbm/main/
Dgbm.c474 return gbm->bo_create(gbm, width, height, format, usage, NULL, 0); in gbm_bo_create()
494 return gbm->bo_create(gbm, width, height, format, 0, modifiers, count); in gbm_bo_create_with_modifiers()
Dgbmint.h68 struct gbm_bo *(*bo_create)(struct gbm_device *gbm, member
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c1368 dri->base.bo_create = gbm_dri_bo_create; in dri_device_create()

12