Home
last modified time | relevance | path

Searched refs:screen (Results 851 - 875 of 1075) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.h101 (void)rbug_screen(_resource->screen); in rbug_resource()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_private.h178 struct pipe_screen *screen, const char *name);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h119 struct etna_screen *screen; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_hw_context.c91 assert(rctx->screen->b.has_cp_dma); in evergreen_cp_dma_clear_buffer()
H A Dr600_pipe.h493 struct r600_screen *screen; member
708 bool evergreen_is_format_supported(struct pipe_screen *screen,
765 bool r600_is_format_supported(struct pipe_screen *screen,
850 uint32_t r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format,
H A Dr600_hw_context.c40 if (!radeon_cs_memory_below_limit(ctx->b.screen, &ctx->b.gfx.cs, in r600_need_cs_space()
332 pipe_buffer_create(ctx->b.b.screen, 0, in r600_begin_new_cs()
507 assert(rctx->screen->b.has_cp_dma); in r600_cp_dma_copy_buffer()
H A Dr600_state_common.c886 * with (see the link_shader screen method) in r600_shader_precompile_key()
986 struct r600_screen *rscreen = (struct r600_screen *)ctx->screen; in r600_create_shader_state_tokens()
996 sel->tokens = (void *)nir_to_tgsi(s, ctx->screen); in r600_create_shader_state_tokens()
1615 pipe_buffer_create(rctx->b.b.screen, 0, in update_gs_block_state()
1622 pipe_buffer_create(rctx->b.b.screen, 0, in update_gs_block_state()
1698 counter = p_atomic_read(&rctx->screen->b.compressed_colortex_counter); in r600_update_compressed_resource_state()
1753 unsigned num_ses = rctx->screen->b.info.max_se; in r600_setup_scratch_area_for_shader()
1754 unsigned num_pipes = rctx->screen->b.info.r600_max_quad_pipes; in r600_setup_scratch_area_for_shader()
1773 scratch->buffer = (struct r600_resource *)pipe_buffer_create(rctx->b.b.screen, PIPE_BIND_CUSTOM, in r600_setup_scratch_area_for_shader()
2206 dirty_tex_counter = p_atomic_read(&rctx->b.screen in r600_draw_vbo()
2762 r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format, const unsigned char *swizzle_view, uint32_t *word4_p, uint32_t *yuv_format_p, bool do_endian_swap) r600_translate_texformat() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.h27 bool initialize(Display *xDisplay, int screen, std::string *errorString);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp652 if (rctx->screen->b.debug_flags & DBG_PREOPT_IR) { in r600_shader_from_nir()
796 if ((rctx->screen->b.debug_flags & DBG_NIR_PREFERRED) && in r600_shader_from_nir()
797 (rctx->screen->b.debug_flags & DBG_ALL_SHADERS)) { in r600_shader_from_nir()
820 r600_screen *rscreen = rctx->screen; in r600_shader_from_nir()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c560 vl_dri3_flush_frontbuffer(struct pipe_screen *screen, in vl_dri3_flush_frontbuffer() argument
751 vl_dri3_screen_create(Display *display, int screen) in vl_dri3_screen_create() argument
797 open_cookie = xcb_dri3_open(scrn->conn, RootWindow(display, screen), None); in vl_dri3_screen_create()
816 geom_cookie = xcb_get_geometry(scrn->conn, RootWindow(display, screen)); in vl_dri3_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c279 so->element[i].state = nv30_vtxfmt(pipe->screen, fmt)->hw;
291 so->element[i].state = nv30_vtxfmt(pipe->screen, fmt)->hw;
467 struct nouveau_object *eng3d = nv30->screen->eng3d;
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp276 struct d3d12_screen *screen = d3d12_screen(ctx->base.screen); in ensure_state_fixup_cmdlist() local
277 screen->dev->CreateCommandList(0, in ensure_state_fixup_cmdlist()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c406 if (is_a20x(ctx->screen)) { in fd2_emit_restore()
573 struct fd_screen *screen = fd_screen(pscreen); in fd2_emit_init_screen() local
574 screen->emit_ib = fd2_emit_ib; in fd2_emit_init_screen()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp252 const int screen = XDefaultScreen(m_display); in GlxDisplay() local
256 TCU_CHECK_GLX(glXQueryServerString(m_display, screen, GLX_EXTENSIONS)); in GlxDisplay()
258 TCU_CHECK_GLX(glXQueryExtensionsString(m_display, screen)); in GlxDisplay()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c786 struct pipe_screen *screen = st->screen; in download_texture_compute() local
962 dst = pipe_buffer_create(screen, PIPE_BIND_SHADER_BUFFER, PIPE_USAGE_STAGING, buffer_size); in download_texture_compute()
1058 struct pipe_screen *screen = st->screen; in st_GetTexSubImage_shader() local
1078 src_format = st_pbo_get_src_format(screen, stObj->surface_based ? stObj->surface_format : src->format, src); in st_GetTexSubImage_shader()
1113 if (!screen->is_compute_copy_faster(screen, src_format, dst_format, width, height, depth, true)) in st_GetTexSubImage_shader()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c203 if (sctx->gfx_level >= GFX10 && sctx->screen->info.tcc_rb_non_coherent) { in si_launch_grid_internal()
364 unsigned block_size = si_determine_wave_size(sctx->screen, NULL); in si_compute_do_clear_or_copy()
521 if (sctx->screen->info.has_dedicated_vram && si_resource(dst)->domains & RADEON_DOMAIN_VRAM && in si_copy_buffer()
557 assert(sctx->b.screen->is_format_supported(sctx->b.screen, images[i].format, in si_launch_grid_internal_images()
/third_party/mesa3d/src/util/
H A Dxmlconfig.c652 const char *driver = NULL, *screen = NULL, *kernel = NULL, *device = NULL; in parseDeviceAttr() local
655 else if (!strcmp(attr[i], "screen")) screen = attr[i+1]; in parseDeviceAttr()
668 else if (screen) { in parseDeviceAttr()
670 if (!parseValue(&screenNum, DRI_INT, screen)) in parseDeviceAttr()
671 XML_WARNING("illegal screen number: %s.", screen); in parseDeviceAttr()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp464 xcb_screen_t* screen = xcb_setup_roots_iterator(xcb_get_setup(connPtr)).data; in getPhysicalDevicePresentationSupport()
465 visualID.internal = (deUint32)(screen->root_visual); in getPhysicalDevicePresentationSupport()
674 const Screen* screen = ScreenOfDisplay(displayPtr, 0); in getFullScreenSize() local
675 result.x() = deUint32(screen->width); in getFullScreenSize()
676 result.y() = deUint32(screen->height); in getFullScreenSize()
685 // xcb_screen_t* screen = xcb_setup_roots_iterator(xcb_get_setup(connPtr)).data; in getFullScreenSize()
686 // result.x() = deUint32(screen->width_in_pixels); in getFullScreenSize()
687 // result.y() = deUint32(screen->height_in_pixels); in getFullScreenSize()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_change_unit_test.cpp49 bool ScreenSizeEqual(const sptr<Screen> screen, const sptr<SupportedScreenModes> curInfo);
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H A Dnv_type.h60 u32 screen; member
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Ddialog.h98 struct dialog_color screen; member
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H A Dnv_type.h60 u32 screen; member
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Ddialog.h82 struct dialog_color screen; member
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c117 check_and_report(screen, BLEND_SCREEN, 1) in checkasm_check_blend()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_cs.c58 cs->base.tokens = nir_to_tgsi((void *)templ->prog, pipe->screen); in svga_create_compute_state()

Completed in 27 milliseconds

1...<<31323334353637383940>>...43