Home
last modified time | relevance | path

Searched refs:drm_lima_ctx_create (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
Dlima_drm.h143 struct drm_lima_ctx_create { struct
169 …M_IOCTL_LIMA_CTX_CREATE DRM_IOR(DRM_COMMAND_BASE + DRM_LIMA_CTX_CREATE, struct drm_lima_ctx_create)
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c87 struct drm_lima_ctx_create req = {0}; in lima_context_create_drm_ctx()