Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h35 struct amdgpu_ctx { struct
115 struct amdgpu_ctx *ctx;
143 struct amdgpu_ctx *ctx; /* submission context */
160 static inline void amdgpu_ctx_unref(struct amdgpu_ctx *ctx) in amdgpu_ctx_unref()
Damdgpu_cs.c41 amdgpu_fence_create(struct amdgpu_ctx *ctx, unsigned ip_type, in amdgpu_fence_create()
262 struct amdgpu_ctx *ctx = CALLOC_STRUCT(amdgpu_ctx); in amdgpu_ctx_create()
312 amdgpu_ctx_unref((struct amdgpu_ctx*)rwctx); in amdgpu_ctx_destroy()
318 struct amdgpu_ctx *ctx = (struct amdgpu_ctx*)rwctx; in amdgpu_ctx_query_reset_status()
872 struct amdgpu_ctx *ctx = (struct amdgpu_ctx*)rwctx; in amdgpu_cs_create()