Searched refs:ctx_params (Results 1 – 3 of 3) sorted by relevance
455 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_init_blit_ctx() local467 ctx_params.shared = true; in vrend_renderer_init_blit_ctx()469 ctx_params.major_ver = gl_versions[i].major; in vrend_renderer_init_blit_ctx()470 ctx_params.minor_ver = gl_versions[i].minor; in vrend_renderer_init_blit_ctx()472 blit_ctx->gl_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_init_blit_ctx()
6948 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_use_threaded_sync() local6950 ctx_params.shared = true; in vrend_renderer_use_threaded_sync()6951 ctx_params.major_ver = vrend_state.gl_major_ver; in vrend_renderer_use_threaded_sync()6952 ctx_params.minor_ver = vrend_state.gl_minor_ver; in vrend_renderer_use_threaded_sync()6956 vrend_state.sync_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_use_threaded_sync()7118 struct virgl_gl_ctx_param ctx_params; in vrend_renderer_init() local7131 ctx_params.shared = false; in vrend_renderer_init()7133 ctx_params.major_ver = gl_versions[i].major; in vrend_renderer_init()7134 ctx_params.minor_ver = gl_versions[i].minor; in vrend_renderer_init()7136 gl_context = vrend_clicbs->create_gl_context(0, &ctx_params); in vrend_renderer_init()[all …]
525 std::unique_ptr<OpKernelContext::Params> ctx_params, in TestDataset() argument530 ctx_params_(std::move(ctx_params)), in TestDataset()