/foundation/window/window_manager/dmserver/include/ |
H A D | display_dumper.h | 51 void GetScreenInfo(const sptr<AbstractScreen>& screen, std::ostringstream& oss) const;
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 45 struct dri_screen *screen; member
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_cgl.h | 78 GLenum face, GLint level, GLint screen);
|
/third_party/mesa3d/src/glx/ |
H A D | glxconfig.h | 91 GLint screen; member
|
H A D | indirect_glx.c | 402 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 D | radeon_vcn_dec.h | 56 struct pipe_screen *screen; member
|
H A D | si_shader.h | 491 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 D | si_cp_dma.c | 262 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 D | si_build_pm4.h | 154 #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 D | si_shaderlib_tgsi.c | 88 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 D | si_shader_nir.c | 331 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 D | supports-colors.js | 127 if (/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.h | 125 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 D | nouveau_buffer.h | 111 nouveau_user_buffer_create(struct pipe_screen *screen, void *ptr,
|
H A D | nouveau_video.h | 21 struct nouveau_screen *screen; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_perfmon.h | 131 etna_pm_query_setup(struct etna_screen *screen);
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 81 struct vc4_screen *screen; member
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/ |
H A D | sdl_video_sink_plugin.cpp | 153 /* 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 D | sp_state_shader.c | 135 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 D | nv30_state.c | 42 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 D | r300_context.h | 454 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 D | glsVertexArrayTests.cpp | 1735 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 D | vf_blend_init.c | 47 BLEND_FUNC(screen, sse2) in BLEND_FUNC() 48 BLEND_FUNC(screen, avx2) in BLEND_FUNC()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 592 /* 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 D | zink_program.h | 294 zink_pipeline_layout_create(struct zink_screen *screen, struct zink_program *pg, uint32_t *compat); 301 zink_get_compute_pipeline(struct zink_screen *screen,
|