Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1046 sw_context->last_query_ctx = ctx_entry->res; in vmw_query_bo_switch_prepare()
1134 BUG_ON(sw_context->last_query_ctx == NULL); in vmw_query_bo_switch_commit()
1135 dev_priv->query_cid = sw_context->last_query_ctx->id; in vmw_query_bo_switch_commit()
3736 sw_context->last_query_ctx = NULL; in vmw_execbuf_process()
H A Dvmwgfx_drv.h405 struct vmw_resource *last_query_ctx; member