HomeSort by: relevance | last modified time | path
    Searched refs:ttm_base_object_init (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 165 * ttm_base_object_init
178 extern int ttm_base_object_init(struct ttm_object_file *tfile,
vmwgfx_simple_resource.c 208 ret = ttm_base_object_init(tfile, &usimple->base, false,
ttm_object.c 165 int ttm_base_object_init(struct ttm_object_file *tfile, function in typeref:typename:int
789 * @shareable: See ttm_base_object_init
790 * @type: See ttm_base_object_init
791 * @refcount_release: See ttm_base_object_init
792 * @ref_obj_release: See ttm_base_object_init
809 return ttm_base_object_init(tfile, &prime->base, shareable,
vmwgfx_context.c 784 ret = ttm_base_object_init(tfile, &ctx->base, false, VMW_RES_CONTEXT,
vmwgfx_shader.c 775 ret = ttm_base_object_init(tfile, &ushader->base, false,
vmwgfx_fence.c 682 ret = ttm_base_object_init(tfile, &ufence->base, false,

Completed in 14 milliseconds