Home
last modified time | relevance | path

Searched refs:screen (Results 901 - 925 of 1028) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLX11VisualTest.cpp49 visualTemplate.screen = DefaultScreen(mDisplay); in chooseDifferentVisual()
/third_party/skia/src/core/
H A DSkBlendMode.cpp72 { SkBlendModeCoeff::kOne, SkBlendModeCoeff::kISC }, // screen in SkBlendMode_AsCoeff()
105 case SkBlendMode::kScreen: stage = SkRasterPipeline::screen; break; in SkBlendMode_AppendStages()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp185 root = RootWindow(dpy, info.screen); in XlibWindow()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c144 static bool r600_is_sampler_format_supported(struct pipe_screen *screen, enum pipe_format format) in r600_is_sampler_format_supported() argument
146 return r600_translate_texformat(screen, format, NULL, NULL, NULL, in r600_is_sampler_format_supported()
161 bool r600_is_format_supported(struct pipe_screen *screen, in r600_is_format_supported() argument
168 struct r600_screen *rscreen = (struct r600_screen*)screen; in r600_is_format_supported()
208 if (r600_is_sampler_format_supported(screen, format)) in r600_is_format_supported()
589 struct r600_common_screen *rscreen = (struct r600_common_screen*)ctx->screen; in r600_create_sampler_state()
701 format = r600_translate_texformat(ctx->screen, state->format, in r600_create_sampler_view_custom()
814 struct r600_screen *rscreen = rctx->screen; in r600_init_color_surface()
2424 if (rctx->b.gfx_level == R700 && rctx->screen->b.has_streamout) in r600_init_atom_start_cs()
2428 if (rctx->screen in r600_init_atom_start_cs()
[all...]
H A Devergreen_state.c225 static bool r600_is_sampler_format_supported(struct pipe_screen *screen, enum pipe_format format) in r600_is_sampler_format_supported() argument
227 return r600_translate_texformat(screen, format, NULL, NULL, NULL, in r600_is_sampler_format_supported()
242 bool evergreen_is_format_supported(struct pipe_screen *screen, in evergreen_is_format_supported() argument
249 struct r600_screen *rscreen = (struct r600_screen*)screen; in evergreen_is_format_supported()
279 if (r600_is_sampler_format_supported(screen, format)) in evergreen_is_format_supported()
577 struct r600_common_screen *rscreen = (struct r600_common_screen*)ctx->screen; in evergreen_create_sampler_state()
730 struct r600_screen *rscreen = (struct r600_screen*)rctx->b.b.screen; in evergreen_fill_tex_resource_words()
773 format = r600_translate_texformat(rctx->b.b.screen, params->pipe_format, in evergreen_fill_tex_resource_words()
1059 MAX2(64, rctx->screen->b.info.pipe_interleave_bytes / block_size); in evergreen_set_color_surface_buffer()
1124 struct r600_screen *rscreen = rctx->screen; in evergreen_set_color_surface_common()
[all...]
/third_party/glfw/src/
H A Dglx_context.c69 glXGetFBConfigs(_glfw.x11.display, _glfw.x11.screen, &nativeCount); in chooseGLXFBConfig()
213 glXQueryExtensionsString(_glfw.x11.display, _glfw.x11.screen); in extensionSupportedGLX()
H A Dcocoa_platform.h201 id screen; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c174 drawable, dri2_dpy->screen->root, in dri3_create_surface()
625 dri2_dpy->fd = loader_dri3_open(dri2_dpy->conn, dri2_dpy->screen->root, 0); in dri3_x11_connect()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c183 struct pipe_screen *pscreen = pctx->screen; in vc4_get_yuv_vs()
219 struct pipe_screen *pscreen = pctx->screen; in vc4_get_yuv_fs()
H A Dvc4_state.c595 prsc = vc4_resource_create(pctx->screen, &tmpl); in vc4_create_sampler_view()
601 vc4_bo_label(vc4_screen(pctx->screen), rsc->bo, in vc4_create_sampler_view()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c294 if (drv->pipe->screen->get_param(drv->pipe->screen, in vlVaPostProcBlit()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c97 assert(MAX_WIDTH >= pipe->screen->get_param(pipe->screen, in sp_create_tile_cache()
570 * Save the color and set a 'clearflag' for each tile of the screen.
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.c258 templ.buffer_format = pipe->screen->get_video_param in vl_deint_filter_init()
260 pipe->screen, in vl_deint_filter_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h765 crocus_create_context(struct pipe_screen *screen, void *priv, unsigned flags);
830 if (unlikely(batch->screen->driconf.always_flush_cache)) \
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp843 Screen *screen = libX11->XDefaultScreenOfDisplay((::Display*)nativeDisplay); in getDisplayFormat()
844 unsigned int bpp = libX11->XPlanesOfScreen(screen); in getDisplayFormat()
/third_party/mesa3d/src/mesa/main/
H A Dget.c988 v->value_int = ctx->pipe->screen->get_device_node_mask(ctx->pipe->screen); in find_custom_value()
1260 struct pipe_screen *screen = ctx->pipe->screen; in find_custom_value() local
1262 assert(screen->query_memory_info); in find_custom_value()
1263 screen->query_memory_info(screen, &info); in find_custom_value()
2904 v->value_int = ctx->pipe->screen->get_device_node_mask(ctx->pipe->screen); in find_value_indexed()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1255 struct tegra_screen *screen = to_tegra_screen(pscreen); in tegra_screen_context_create() local
1262 context->gpu = screen->gpu->context_create(screen->gpu, priv, flags); in tegra_screen_context_create()
1268 context->base.screen = &screen->base; in tegra_screen_context_create()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c52 /* For simplicity we maintain the cache only for a single screen at a time */
81 xcb_screen_t *screen = draw->screen; in get_xcb_visualtype_for_depth() local
84 if (!screen) in get_xcb_visualtype_for_depth()
87 depth_iter = xcb_screen_allowed_depths_iterator(screen); in get_xcb_visualtype_for_depth()
152 * with the drawable's dri screen. The context is intended to be used with
155 * \param draw[in] Pointer to the drawable whose dri screen we want a
451 draw->screen = get_screen_for_root(draw->conn, reply->root); in loader_dri3_drawable_init()
1938 /* Get the currently-bound screen or revert to using the drawable's screen i in dri3_get_pixmap_buffer()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttvp.h457 struct bttv_buffer *screen; /* overlay */ member
/third_party/ffmpeg/libavfilter/
H A Dblend_modes.c126 fn(screen, SCREEN(1, A, B))
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h253 {"screen", KEY_SCREEN}, in keyboard_lookup_key()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c215 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_depth_stencil_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_transfer_queue.c267 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_transfer_queue_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc.h396 struct pipe_screen *screen; member
H A Dsi_shader_internal.h42 struct si_screen *screen; member

Completed in 33 milliseconds

1...<<31323334353637383940>>...42