Home
last modified time | relevance | path

Searched refs:screen (Results 976 - 1000 of 1030) sorted by relevance

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c219 struct vc4_bo *bo = vc4_bo_alloc(vc4->screen, 4096, "scratch VBO"); in vc4_emit_gl_shader_state()
H A Dvc4_program.c1883 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 Dpicture_hevc_enc.c57 coded_buf->derived_surface.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFER, in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
H A Dpicture_h264_enc.c52 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 Dnvc0_miptree.c463 pt->screen = pscreen; in nvc0_miptree_create()
/third_party/glfw/src/
H A Dx11_window.c319 // 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 Dtgsi_ureg.c2237 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 Dradeon_uvd_enc_1_1.c756 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 Dradeon_vce_52.c182 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 Dvl_idct.c717 matrix = pipe->screen->resource_create(pipe->screen, &tex_templ); in vl_idct_upload_matrix()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc.cpp900 pD3D12Enc->m_screen = context->screen;
914 pD3D12Enc->m_pD3D12Screen = d3d12_screen(pD3D12Ctx->base.screen);
H A Dd3d12_video_dec.cpp53 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 Dd3d12_video_screen.cpp36 d3d12_video_buffer_is_format_supported(struct pipe_screen *screen, in d3d12_video_buffer_is_format_supported() argument
H A Dd3d12_video_proc.cpp389 pD3D12Proc->m_pD3D12Screen = d3d12_screen(pD3D12Ctx->base.screen); in d3d12_video_processor_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c2730 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 Dngene.h718 struct ngene_buffer *screen; /* overlay */ member
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend.asm158 BLEND_INIT screen, 7
/third_party/ffmpeg/tests/
H A DMakefile231 include $(SRC_PATH)/tests/fate/screen.mak
/third_party/mesa3d/src/glx/
H A Ddri_common.c355 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 Dvulkan_command_buffer_utils.h143 xcb_screen_t *screen;
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c748 dri2_dpy->dri_screen = dri2_dpy->gbm_dri->screen; in dri2_initialize_drm()
/third_party/ltp/
H A Drunltp153 -q Print less verbose output to screen. This implies
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c125 const struct v3d_device_info *devinfo = &v3d->screen->devinfo; in emit_one_texture()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.c451 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 Drbug_core.c869 struct rbug_screen *rb_screen = rbug_screen(rb_context->base.screen); in rbug_notify_draw_blocked()

Completed in 37 milliseconds

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