Searched refs:ctx_params (Results 1 – 3 of 3) sorted by relevance
362 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_init_blit_ctx() local371 ctx_params.shared = true; in vrend_renderer_init_blit_ctx()373 ctx_params.major_ver = gl_versions[i].major; in vrend_renderer_init_blit_ctx()374 ctx_params.minor_ver = gl_versions[i].minor; in vrend_renderer_init_blit_ctx()376 blit_ctx->gl_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_init_blit_ctx()
5994 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_use_threaded_sync() local5996 ctx_params.shared = true; in vrend_renderer_use_threaded_sync()5997 ctx_params.major_ver = vrend_state.gl_major_ver; in vrend_renderer_use_threaded_sync()5998 ctx_params.minor_ver = vrend_state.gl_minor_ver; in vrend_renderer_use_threaded_sync()6002 vrend_state.sync_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_use_threaded_sync()6126 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_init() local6139 ctx_params.shared = false; in vrend_renderer_init()6141 ctx_params.major_ver = gl_versions[i].major; in vrend_renderer_init()6142 ctx_params.minor_ver = gl_versions[i].minor; in vrend_renderer_init()6144 gl_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_init()[all …]
479 std::unique_ptr<OpKernelContext::Params> ctx_params, in TestDataset() argument484 ctx_params_(std::move(ctx_params)), in TestDataset()