Home
last modified time | relevance | path

Searched refs:screen (Results 801 - 825 of 2231) sorted by relevance

1...<<31323334353637383940>>...90

/foundation/window/window_manager/dmserver/include/
H A Ddisplay_dumper.h51 void GetScreenInfo(const sptr<AbstractScreen>& screen, std::ostringstream& oss) const;
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.h45 struct dri_screen *screen; member
/third_party/mesa3d/src/glx/apple/
H A Dapple_cgl.h78 GLenum face, GLint level, GLint screen);
/third_party/mesa3d/src/glx/
H A Dglxconfig.h91 GLint screen; member
H A Dindirect_glx.c402 indirect_create_screen(int screen, struct glx_display * priv) in indirect_create_screen() argument
410 glx_screen_init(psc, screen, priv); in indirect_create_screen()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.h56 struct pipe_screen *screen; member
H A Dsi_shader.h491 struct si_screen *screen; member
979 void si_shader_dump_stats_for_shader_db(struct si_screen *screen, struct si_shader *shader,
1001 char *si_finalize_nir(struct pipe_screen *screen, void *nirptr);
H A Dsi_cp_dma.c262 sctx->scratch_buffer = si_aligned_buffer_create(&sctx->screen->b, in si_cp_dma_realign_engine()
407 src = pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_DEFAULT, 16); in si_test_gds()
408 dst = pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_DEFAULT, 16); in si_test_gds()
H A Dsi_build_pm4.h154 #define radeon_set_uconfig_reg_idx(screen, gfx_level, reg, idx, value) do { \
160 ((gfx_level) == GFX9 && (screen)->info.me_fw_version < 26)) \
304 radeon_emit_32bit_pointer(sctx->screen, (desc)->gpu_address); \
H A Dsi_shaderlib_tgsi.c88 struct si_screen *sscreen = (struct si_screen *)ctx->screen; in si_create_dma_compute_shader()
392 snprintf(text, sizeof(text), text_tmpl, sctx->screen->info.clock_crystal_freq); in si_create_query_result_cs()
H A Dsi_shader_nir.c331 char *si_finalize_nir(struct pipe_screen *screen, void *nirptr) in si_finalize_nir() argument
333 struct si_screen *sscreen = (struct si_screen *)screen; in si_finalize_nir()
/third_party/node/deps/npm/node_modules/@colors/colors/lib/system/
H A Dsupports-colors.js127 if (/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.h125 st_pbo_get_src_format(struct pipe_screen *screen, enum pipe_format src_format, struct pipe_resource *src);
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h111 nouveau_user_buffer_create(struct pipe_screen *screen, void *ptr,
H A Dnouveau_video.h21 struct nouveau_screen *screen; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_perfmon.h131 etna_pm_query_setup(struct etna_screen *screen);
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h81 struct vc4_screen *screen; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp153 /* we suppose the screen has a 1/1 sample aspect ratio */ in UpdateTextureRect()
194 SDL_Window* screen = in CreateSdlDispContext() local
197 if (screen == nullptr) { in CreateSdlDispContext()
202 window_ = std::shared_ptr<SDL_Window>(screen, [](SDL_Window* ptr) { in CreateSdlDispContext()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c135 shader->tokens = nir_to_tgsi(templ->ir.nir, pipe->screen); in softpipe_create_shader_state()
373 constants = softpipe_user_buffer_create(pipe->screen, in softpipe_set_constant_buffer()
422 state->tokens = (void *)nir_to_tgsi(s, pipe->screen); in softpipe_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c42 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; in nv30_blend_state_create()
214 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; in nv30_zsa_state_create()
339 buf = nouveau_user_buffer_create(pipe->screen, (void*)cb->user_buffer, in nv30_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h454 struct r300_screen *screen; member
711 struct pipe_context* r300_create_context(struct pipe_screen* screen,
790 return SCREEN_DBG_ON(ctx->screen, flags); in CTX_DBG_ON()
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp1735 const tcu::Surface& screen = m_glArrayPack->getSurface(); in compare() local
1741 m_isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Compare Results", "Compare Results", ref.getAccess(), screen.getAccess(), 1.5f, tcu::COMPARE_LOG_RESULT); in compare()
1755 tcu::RGBA screenPixel = screen.getPixel(x, y); in compare()
1769 bool screenThin = (!tcu::compareThreshold(screenPixel, screen.getPixel(x-1, y ), threshold) && !tcu::compareThreshold(screenPixel, screen.getPixel(x+1, y ), threshold)) || in compare()
1770 (!tcu::compareThreshold(screenPixel, screen.getPixel(x , y-1), threshold) && !tcu::compareThreshold(screenPixel, screen.getPixel(x , y+1), threshold)); in compare()
1780 // Check reference pixel against screen pixel in compare()
1782 tcu::RGBA screenCmpPixel = screen.getPixel(x+dx, y+dy); in compare()
1791 // Check screen pixel in compare()
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend_init.c47 BLEND_FUNC(screen, sse2) in BLEND_FUNC()
48 BLEND_FUNC(screen, avx2) in BLEND_FUNC()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h592 /* The screen pointer should be last for optimal structure packing. */
593 struct pipe_screen *screen; /**< screen that this texture belongs to */ member
744 struct pipe_screen *screen; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.h294 zink_pipeline_layout_create(struct zink_screen *screen, struct zink_program *pg, uint32_t *compat);
301 zink_get_compute_pipeline(struct zink_screen *screen,

Completed in 19 milliseconds

1...<<31323334353637383940>>...90