Home
last modified time | relevance | path

Searched full:refresh (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_object_refresh/
Dcopies.adoc15 otherwise periodically regenerate or refresh the contents of non-SEU-safe
20 determine which object types this applies to or how to refresh their data.
24 implementation to refresh the internal data of specific objects from a
27 [open,refpage='vkCmdRefreshObjectsKHR',desc='Execute a pipelined refresh of a list of objects',type…
29 To refresh a list of objects as a pipelined operation, call:
36 structure specifying the list of objects to refresh.
47 SEU-susceptible memory, it may: ignore the refresh command for that object.
53 [open,refpage='VkRefreshObjectListKHR',desc='Structure specifying a list of objects to refresh',typ…
62 * pname:objectCount is the number of objects to refresh.
64 structures, defining the objects to refresh.
[all …]
Dcapabilities.adoc5 [[capabilities-object-refresh]]
6 == Object Refresh Capabilities
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_object_refresh.adoc34 determine which object types this applies to or how to refresh that data.
38 explicitly refresh that implementation-internal data.
44 1) Should this extension refresh object data, or validate whether or not the
47 *RESOLVED* This extension should refresh data, not validate it.
56 3) Refresh operations will need a pipeline barrier so that subsequent
57 commands will see the results of the refresh.
58 What access flags and pipeline stage should apply to refresh operations?
DVK_KHR_shared_presentable_image.txt51 refresh is triggered?
84 7) Do we need a new API for the trigger to refresh new content?
86 *RESOLVED*: flink:vkQueuePresentKHR to act as API to trigger a refresh, as
DVK_KHR_shared_presentable_image.adoc51 refresh is triggered?
84 7) Do we need a new API for the trigger to refresh new content?
86 *RESOLVED*: flink:vkQueuePresentKHR to act as API to trigger a refresh, as
DVK_GOOGLE_display_timing.txt38 This extension treats variable-refresh-rate (VRR) displays as if they are
39 fixed-refresh-rate (FRR) displays.
DVK_GOOGLE_display_timing.adoc38 This extension treats variable-refresh-rate (VRR) displays as if they are
39 fixed-refresh-rate (FRR) displays.
/third_party/python/Tools/demo/
Dlife.py32 of the board and refresh the screen.
35 set(y,x) -- set the given cell to Live; doesn't refresh the screen
37 versa, and refresh the screen display
60 self.scr.refresh()
82 self.scr.refresh()
99 self.scr.refresh()
133 self.scr.refresh()
206 stdscr.refresh()
215 stdscr.refresh()
218 stdscr.refresh()
/third_party/alsa-utils/alsamixer/
Dalsamixer.rc.example50 # help, close, refresh, select_card, system_information, mode_all,
85 #bind Refresh mixer refresh
86 #bind ^L mixer refresh
87 #bind L mixer refresh
88 #bind l mixer refresh
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_GOOGLE_display_timing/
Dqueries.txt9 the vertical blanking period of a given refresh cycle (RC) of the
38 In many cases, the presentation engine is associated with fixed refresh rate
39 (FRR) display technology, with a fixed refresh rate (RR, e.g. 60Hz).
40 In some cases, the presentation engine is associated with variable refresh
41 rate (VRR) display technology, where each refresh cycle (RC) can vary in
47 To query the duration of a refresh cycle (RC) for the presentation engine's
53 * pname:swapchain is the swapchain to obtain the refresh duration for.
67 refresh cycle to the next.
81 For example, if a display has a 60Hz refresh rate, pname:refreshDuration
Dqueries.adoc9 the vertical blanking period of a given refresh cycle (RC) of the
38 In many cases, the presentation engine is associated with fixed refresh rate
39 (FRR) display technology, with a fixed refresh rate (RR, e.g. 60Hz).
40 In some cases, the presentation engine is associated with variable refresh
41 rate (VRR) display technology, where each refresh cycle (RC) can vary in
47 To query the duration of a refresh cycle (RC) for the presentation engine's
53 * pname:swapchain is the swapchain to obtain the refresh duration for.
67 refresh cycle to the next.
81 For example, if a display has a 60Hz refresh rate, pname:refreshDuration
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_shared_presentable_image/
Dwsi.txt21 shared presentable image during every refresh cycle.
35 made available during the portion of the presentation engine’s refresh cycle
43 refresh cycles.
Dwsi.adoc21 shared presentable image during every refresh cycle.
35 made available during the portion of the presentation engine's refresh cycle
43 refresh cycles.
/third_party/skia/third_party/externals/oboe/docs/
Dindex.html4 <!-- HTML meta refresh URL redirection -->
5 <meta http-equiv="refresh"
/third_party/mesa3d/include/android_stub/android/
Dnative_window.h251 * On devices that are capable of running the display at different refresh
252 * rates, the system may choose a display refresh rate to better match this
255 * pipeline. However, because the system may change the display refresh rate,
270 * valid refresh rate for this device's display - e.g., it's fine to pass 30fps
274 * compatibility value may influence the system's choice of display refresh
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dascend_msprof_generator.py66 ('Iteration Refresh', float),
171 row.get('Iteration Refresh(us)'),
186 self.steptrace['Iteration Refresh'] = self.steptrace['Iteration Refresh'] * 1e-3
/third_party/python/Lib/curses/
Dtextpad.py32 Ctrl-L Refresh screen.
145 self.win.refresh()
187 self.win.refresh()
197 stdscr.refresh()
/third_party/python/Doc/howto/
Dcurses.rst149 stdscr.refresh()
198 :meth:`~curses.window.refresh` method of window objects to update the
205 efficient manner when you call :meth:`!refresh`. For example, if your
215 :meth:`!stdscr.refresh` or the :meth:`!refresh` method of some other relevant
237 pad.refresh( 0,0, 5,5, 20,75)
239 The :meth:`!refresh` call displays a section of the pad in the rectangle
247 as each part of the screen gets updated. :meth:`!refresh` actually
367 stdscr.refresh()
393 stdscr.refresh()
505 stdscr.refresh()
/third_party/mesa3d/docs/_extra/specs/
DMESA_swap_frame_usage.spec114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
120 refresh time multiplied by the divisor parameter to
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc234 if (BufferSize() == 0 && !Refresh()) return false; in GetDirectBufferPointer()
244 // Reading past end of buffer. Copy what we have, then refresh. in ReadRaw()
249 if (!Refresh()) return false; in ReadRaw()
301 if (!Refresh()) return false; in ReadStringFallback()
507 // Call refresh. in ReadTagSlow()
508 if (!Refresh()) { in ReadTagSlow()
509 // Refresh failed. Make sure that it failed due to EOF, not because in ReadTagSlow()
557 // in that case we still need to call Refresh() so that it prints an in ReadTagFallback()
570 // need to check and refresh the buffer if and when it does. in ReadVarint64Slow()
582 if (!Refresh()) { in ReadVarint64Slow()
[all …]
/third_party/ffmpeg/libavcodec/
Dqsvenc_h264.c138 …{ "int_ref_type", "Intra refresh type. B frames should be set to 0.", OFFSET(qsv.int_ref_ty…
142 …{ "int_ref_cycle_size", "Number of frames in the intra refresh cycle", OFFSET(qsv.int_ref_cy…
143 …{ "int_ref_qp_delta", "QP difference for the refresh MBs", OFFSET(qsv.int_ref_qp…
145 …{ "int_ref_cycle_dist", "Distance between the beginnings of the intra-refresh cycles in frames",…
/third_party/lame/debian/
DMakefile.in216 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
/third_party/EGL/extensions/ANGLE/
DEGL_ANGLE_sync_control_rate.txt37 well as the refresh rate of the monitor, this should enable applications
71 The graphics MSC value is incremented once for each screen refresh.
/third_party/mesa3d/docs/_extra/specs/OLD/
DEGL_MESA_screen_surface.txt54 display mode (width, height, refresh rate, etc), and specifing which
93 user choose from a variety of refresh rates without having to
140 For example, LCD panels have a native resolution and refresh rate
338 EGL_REFRESH_RATE_MESA The mode's refresh rate, multiplied by 1000
379 EGL_REFRESH_RATE_MESA The mode's refresh rate, multiplied by 1000
516 Added EGL_OPTIMAL_MESA for width/height/refresh rate selection
/third_party/jsframework/runtime/preparation/
Dservice.ts29 refresh?: (id:string, data: object) => Error | void property
42 * @param {OptionsInterface} options - Could have { create, destroy, refresh } lifecycle methods.

12345678910>>...19