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

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_drm.h 36 #define DRM_VC5_CREATE_BO 0x03
44 #define DRM_IOCTL_VC5_CREATE_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_VC5_CREATE_BO, struct drm_vc5_create_bo)
137 * struct drm_vc5_create_bo - ioctl argument for creating VC5 BOs.
142 struct drm_vc5_create_bo { struct
192 * This is the same value returned by drm_vc5_create_bo, if that was called
vc5_bufmgr.c 155 struct drm_vc5_create_bo create = {
vc5_simulator.c 467 * Simulated ioctl(fd, DRM_VC5_CREATE_BO) implementation.
472 vc5_simulator_create_bo_ioctl(int fd, struct drm_vc5_create_bo *args)

Completed in 231 milliseconds