Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h41 struct amdgpu_ctx { struct
133 struct amdgpu_ctx *ctx;
172 struct amdgpu_ctx *ctx; /* submission context */
189 static inline void amdgpu_ctx_unref(struct amdgpu_ctx *ctx) in amdgpu_ctx_unref()
Damdgpu_cs.c39 amdgpu_fence_create(struct amdgpu_ctx *ctx, unsigned ip_type) in amdgpu_fence_create()
296 struct amdgpu_ctx *ctx = CALLOC_STRUCT(amdgpu_ctx); in amdgpu_ctx_create()
347 amdgpu_ctx_unref((struct amdgpu_ctx*)rwctx); in amdgpu_ctx_destroy()
354 struct amdgpu_ctx *ctx = (struct amdgpu_ctx*)rwctx; in amdgpu_ctx_query_reset_status()
964 struct amdgpu_ctx *ctx = (struct amdgpu_ctx*)rwctx; in amdgpu_cs_create()