Lines Matching refs:grctx
49 struct vrend_context *grctx; member
1484 dctx->grctx = vrend_create_context(handle, nlen, debug_name); in vrend_renderer_context_create()
1485 if (!dctx->grctx) { in vrend_renderer_context_create()
1490 vrend_renderer_set_fence_retire(dctx->grctx, in vrend_renderer_context_create()
1502 vrend_destroy_context(dctx->grctx); in vrend_decode_ctx_destroy()
1511 vrend_renderer_attach_res_ctx(dctx->grctx, res); in vrend_decode_ctx_attach_resource()
1519 vrend_renderer_detach_res_ctx(dctx->grctx, res); in vrend_decode_ctx_detach_resource()
1529 return vrend_renderer_transfer_iov(dctx->grctx, res->res_id, info, in vrend_decode_ctx_transfer_3d()
1543 blob->u.pipe_resource = vrend_get_blob_pipe(dctx->grctx, blob_id); in vrend_decode_ctx_get_blob()
1637 bret = vrend_hw_switch_context(gdctx->grctx, true); in vrend_decode_ctx_submit_cmd()
1662 vrend_report_buffer_error(gdctx->grctx, 0); in vrend_decode_ctx_submit_cmd()
1666 VREND_DEBUG(dbg_cmd, gdctx->grctx, "%-4d %-20s len:%d\n", in vrend_decode_ctx_submit_cmd()
1671 ret = decode_table[cmd](gdctx->grctx, buf, len); in vrend_decode_ctx_submit_cmd()
1674 vrend_report_buffer_error(gdctx->grctx, *buf); in vrend_decode_ctx_submit_cmd()
1701 return vrend_renderer_create_fence(dctx->grctx, flags, fence_cookie); in vrend_decode_ctx_submit_fence()