Home
last modified time | relevance | path

Searched refs:drm_vc4_create_bo (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/include/drm/
Dvc4_drm.h52 …TL_VC4_CREATE_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_CREATE_BO, struct drm_vc4_create_bo)
232 struct drm_vc4_create_bo { struct
/third_party/mesa3d/include/drm-uapi/
Dvc4_drm.h52 …TL_VC4_CREATE_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_CREATE_BO, struct drm_vc4_create_bo)
232 struct drm_vc4_create_bo { struct
/third_party/mesa3d/src/broadcom/drm-shim/
Dvc4_noop.c43 struct drm_vc4_create_bo *create = arg; in vc4_ioctl_create_bo()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c452 vc4_simulator_create_bo_ioctl(int fd, struct drm_vc4_create_bo *args) in vc4_simulator_create_bo_ioctl()
Dvc4_bufmgr.c224 struct drm_vc4_create_bo create; in vc4_bo_alloc()