Searched refs:ctx_params (Results 1 – 3 of 3) sorted by relevance
434 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_init_blit_ctx() local443 ctx_params.shared = true; in vrend_renderer_init_blit_ctx()445 ctx_params.major_ver = gl_versions[i].major; in vrend_renderer_init_blit_ctx()446 ctx_params.minor_ver = gl_versions[i].minor; in vrend_renderer_init_blit_ctx()448 blit_ctx->gl_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_init_blit_ctx()
5039 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_use_threaded_sync() local5044 ctx_params.shared = true; in vrend_renderer_use_threaded_sync()5045 ctx_params.major_ver = vrend_state.gl_major_ver; in vrend_renderer_use_threaded_sync()5046 ctx_params.minor_ver = vrend_state.gl_minor_ver; in vrend_renderer_use_threaded_sync()5050 vrend_state.sync_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_use_threaded_sync()5097 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_init() local5105 ctx_params.shared = false; in vrend_renderer_init()5107 ctx_params.major_ver = gl_versions[i].major; in vrend_renderer_init()5108 ctx_params.minor_ver = gl_versions[i].minor; in vrend_renderer_init()5110 gl_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_init()[all …]
462 std::unique_ptr<OpKernelContext::Params> ctx_params, in TestDataset() argument467 ctx_params_(std::move(ctx_params)), in TestDataset()