/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLX11VisualTest.cpp | 49 visualTemplate.screen = DefaultScreen(mDisplay); in chooseDifferentVisual()
|
/third_party/skia/src/core/ |
H A D | SkBlendMode.cpp | 72 { 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 D | tcuLnxX11.cpp | 185 root = RootWindow(dpy, info.screen); in XlibWindow()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 144 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 D | evergreen_state.c | 225 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 D | glx_context.c | 69 glXGetFBConfigs(_glfw.x11.display, _glfw.x11.screen, &nativeCount); in chooseGLXFBConfig() 213 glXQueryExtensionsString(_glfw.x11.display, _glfw.x11.screen); in extensionSupportedGLX()
|
H A D | cocoa_platform.h | 201 id screen; member
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11_dri3.c | 174 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 D | vc4_blit.c | 183 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 D | vc4_state.c | 595 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 D | postproc.c | 294 if (drv->pipe->screen->get_param(drv->pipe->screen, in vlVaPostProcBlit()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tile_cache.c | 97 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 D | vl_deint_filter.c | 258 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 D | crocus_context.h | 765 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 D | Display.cpp | 843 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 D | get.c | 988 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 D | tegra_context.c | 1255 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 D | loader_dri3_helper.c | 52 /* 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 D | bttvp.h | 457 struct bttv_buffer *screen; /* overlay */ member
|
/third_party/ffmpeg/libavfilter/ |
H A D | blend_modes.c | 126 fn(screen, SCREEN(1, A, B))
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 253 {"screen", KEY_SCREEN}, in keyboard_lookup_key()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_depthstencil.c | 215 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 D | virgl_transfer_queue.c | 267 struct virgl_screen *vs = virgl_screen(vctx->base.screen); in virgl_transfer_queue_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc.h | 396 struct pipe_screen *screen; member
|
H A D | si_shader_internal.h | 42 struct si_screen *screen; member
|