/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_draw.c | 219 struct vc4_bo *bo = vc4_bo_alloc(vc4->screen, 4096, "scratch VBO"); in vc4_emit_gl_shader_state()
|
H A D | vc4_program.c | 1883 if (!c->vc4->screen->has_control_flow) { in ntq_emit_if() 2038 if (!c->vc4->screen->has_control_flow) { in ntq_emit_loop() 2439 s = tgsi_to_nir(cso->tokens, pctx->screen, false); in vc4_shader_state_create() 2570 try_threading = vc4->screen->has_threaded_fs; in vc4_get_compiled_shader() 2617 shader->bo = vc4_bo_alloc_shader(vc4->screen, c->qpu_insts, in vc4_get_compiled_shader()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_hevc_enc.c | 57 coded_buf->derived_surface.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFER, in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
|
H A D | picture_h264_enc.c | 52 coded_buf->derived_surface.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFER, in vlVaHandleVAEncPictureParameterBufferTypeH264()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 463 pt->screen = pscreen; in nvc0_miptree_create()
|
/third_party/glfw/src/ |
H A D | x11_window.c | 319 // Updates the full screen status of the window 350 // The good thing is that this makes undecorated full screen windows in updateWindowMode() 1088 // Remember old screen saver settings in acquireMonitor() 1095 // Disable screen saver in acquireMonitor() 1135 // Restore old screen saver settings in releaseMonitor() 1508 // the position into root (screen) coordinates in processEvent() 1992 visual = DefaultVisual(_glfw.x11.display, _glfw.x11.screen); in _glfwCreateWindowX11() 1993 depth = DefaultDepth(_glfw.x11.display, _glfw.x11.screen); in _glfwCreateWindowX11() 2321 "X11: Iconification of full screen windows requires a WM that supports EWMH full screen"); in _glfwIconifyWindowX11() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.c | 2237 struct pipe_screen *screen) in ureg_create_with_screen() 2246 screen && in ureg_create_with_screen() 2247 screen->get_shader_param(screen, processor, in ureg_create_with_screen() 2236 ureg_create_with_screen(enum pipe_shader_type processor, struct pipe_screen *screen) ureg_create_with_screen() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc_1_1.c | 756 struct si_screen *sscreen = (struct si_screen *)enc->screen; in radeon_uvd_enc_ctx() 857 struct si_screen *sscreen = (struct si_screen *)enc->screen; in radeon_uvd_enc_encode_params_hevc()
|
H A D | radeon_vce_52.c | 182 struct si_screen *sscreen = (struct si_screen *)enc->screen; in create() 214 struct si_screen *sscreen = (struct si_screen *)enc->screen; in encode()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.c | 717 matrix = pipe->screen->resource_create(pipe->screen, &tex_templ); in vl_idct_upload_matrix()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_enc.cpp | 900 pD3D12Enc->m_screen = context->screen; 914 pD3D12Enc->m_pD3D12Screen = d3d12_screen(pD3D12Ctx->base.screen);
|
H A D | d3d12_video_dec.cpp | 53 pD3D12Dec->m_screen = context->screen; in d3d12_video_create_decoder() 75 pD3D12Dec->m_pD3D12Screen = d3d12_screen(pD3D12Ctx->base.screen); in d3d12_video_create_decoder()
|
H A D | d3d12_video_screen.cpp | 36 d3d12_video_buffer_is_format_supported(struct pipe_screen *screen, in d3d12_video_buffer_is_format_supported() argument
|
H A D | d3d12_video_proc.cpp | 389 pD3D12Proc->m_pD3D12Screen = d3d12_screen(pD3D12Ctx->base.screen); in d3d12_video_processor_create()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 2730 unsigned no_sb = rctx->screen->b.debug_flags & DBG_NO_SB || in r600_create_vertex_fetch_shader() 2731 (rctx->screen->b.debug_flags & DBG_NIR); in r600_create_vertex_fetch_shader() 2732 unsigned sb_disasm = !no_sb || (rctx->screen->b.debug_flags & DBG_SB_DISASM); in r600_create_vertex_fetch_shader() 2738 rctx->screen->has_compressed_msaa_texturing); in r600_create_vertex_fetch_shader() 2824 if (rctx->screen->b.debug_flags & DBG_FS) { in r600_create_vertex_fetch_shader()
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene.h | 718 struct ngene_buffer *screen; /* overlay */ member
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend.asm | 158 BLEND_INIT screen, 7
|
/third_party/ffmpeg/tests/ |
H A D | Makefile | 231 include $(SRC_PATH)/tests/fate/screen.mak
|
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 355 psc = priv->screens[gc->screen]; in driFetchDrawable() 676 * Given a display pointer and screen number, determine the name of 677 * the DRI driver for the screen (i.e., "i965", "radeon", "nouveau", etc). 693 * Exported function for querying the DRI driver for a given screen.
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 143 xcb_screen_t *screen;
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_drm.c | 748 dri2_dpy->dri_screen = dri2_dpy->gbm_dri->screen; in dri2_initialize_drm()
|
/third_party/ltp/ |
H A D | runltp | 153 -q Print less verbose output to screen. This implies
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_emit.c | 125 const struct v3d_device_info *devinfo = &v3d->screen->devinfo; in emit_one_texture()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blt.c | 451 etna_screen_get_tile_size(ctx->screen, src_lev->ts_mode)); in etna_try_blt_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_core.c | 869 struct rbug_screen *rb_screen = rbug_screen(rb_context->base.screen); in rbug_notify_draw_blocked()
|