/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_bo.c | 60 struct zink_sparse_backing *backing; member 312 list_for_each_entry(struct zink_sparse_backing, backing, &bo->u.sparse.backing, list) { in sparse_backing_alloc() 313 for (unsigned idx = 0; idx < backing->num_chunks; ++idx) { in sparse_backing_alloc() 314 uint32_t cur_num_pages = backing->chunks[idx].end - backing->chunks[idx].begin; in sparse_backing_alloc() 317 best_backing = backing; in sparse_backing_alloc() 365 list_add(&best_backing->list, &bo->u.sparse.backing); in sparse_backing_alloc() 387 struct zink_sparse_backing *backing) in sparse_free_backing_buffer() argument 389 bo->u.sparse.num_backing_pages -= backing->bo->base.size / ZINK_SPARSE_BUFFER_PAGE_SIZE; in sparse_free_backing_buffer() 391 list_del(&backing->list); in sparse_free_backing_buffer() 392 zink_bo_unref(screen, backing->bo); in sparse_free_backing_buffer() [all …]
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 867 struct amdgpu_sparse_backing *backing = 0; in sparse_dump() local 871 backing = bo->u.sparse.commitments[va_page].backing; in sparse_dump() 876 (backing != span_backing || in sparse_dump() 889 if (backing && !span_backing) { in sparse_dump() 890 span_backing = backing; in sparse_dump() 900 list_for_each_entry(struct amdgpu_sparse_backing, backing, &bo->u.sparse.backing, list) { in sparse_dump() 901 fprintf(stderr, " %p (size=%"PRIu64")\n", backing, backing->bo->base.size); in sparse_dump() 902 for (unsigned i = 0; i < backing->num_chunks; ++i) in sparse_dump() 903 fprintf(stderr, " %u..%u\n", backing->chunks[i].begin, backing->chunks[i].end); in sparse_dump() 926 list_for_each_entry(struct amdgpu_sparse_backing, backing, &bo->u.sparse.backing, list) { in sparse_backing_alloc() [all …]
|
D | amdgpu_bo.h | 54 struct amdgpu_sparse_backing *backing; member 88 struct list_head backing; member
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | heap.c | 77 struct lws_cache_ttl_lru *backing = &cache->cache; in lws_cache_heap_item_destroy() local 88 if (backing->info.parent) in lws_cache_heap_item_destroy() 89 backing = backing->info.parent; in lws_cache_heap_item_destroy() 126 assert (!backing->info.ops->tag_match( in lws_cache_heap_item_destroy() 127 backing, iname + 1, tag, 1)); in lws_cache_heap_item_destroy() 141 assert (backing->info.ops->tag_match(backing, iname + 1, in lws_cache_heap_item_destroy() 327 struct lws_cache_ttl_lru *backing = _c; in lws_cache_heap_write() local 340 if (backing->info.parent) in lws_cache_heap_write() 341 backing = backing->info.parent; in lws_cache_heap_write() 451 struct lws_cache_ttl_lru *backing = _c; in lws_cache_heap_invalidate() local [all …]
|
/third_party/toybox/www/doc/ |
D | mount.txt | 67 think of when they mount things. The name means that the "backing store" 78 The backing store is a server somewhere, and the filesystem driver is talking 87 been swapped out but the filesystem needs to write data to its backing 102 These are very simple filesystems that don't implement a backing store. Data 104 to flush it to backing store (reporting all the pages as pinned and 135 These filesystems don't have any backing store either, because they don't 152 Those are the four types of filesystems: backing store can be a fixed length 153 block of storage, backing store can be some server the driver connects to, 154 backing store can not exist and the files merely reside in the disk cache,
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/ |
D | gstvkcocoa_utils.h | 40 backing: (NSBackingStoreType) bufferingType
|
D | gstvkwindow_cocoa.m | 187 backing: NSBackingStoreBuffered defer: NO screen: nil gstWin: window_cocoa]; 290 backing: (NSBackingStoreType) bufferingType 298 styleMask: styleMask backing: bufferingType
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | cocoawindow.h | 85 - (id)initWithContentNSRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackin…
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testnativecocoa.m | 34 …nswindow = [[NSWindow alloc] initWithContentRect:rect styleMask:style backing:NSBackingStoreBuffer…
|
/third_party/cef/tests/cefclient/browser/ |
D | temp_window_mac.mm | 26 backing:NSBackingStoreBuffered
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_cache.md | 9 of cache objects with different backing storage. The last level always contains 88 into the backing store without delay, but are available from heap for read. 154 corresponding backing stores.
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_direct3d_display.txt | 37 This extension allows for specifying the behavior of the renderer backing the display.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_direct3d_display.txt | 37 This extension allows for specifying the behavior of the renderer backing the display.
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_stereo_tree.txt | 48 the left and right buffers of a window's backing pixmap to 64 tree's backing pixmap. 153 the same backing pixmap is associated or disassociated with a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_stereo_tree.txt | 48 the left and right buffers of a window's backing pixmap to 64 tree's backing pixmap. 153 the same backing pixmap is associated or disassociated with a
|
/third_party/openSLES/ |
D | README.md | 6 It is also used as a backing store for the web view of the registry at
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | text_editing.dart | 155 /// `<textarea>` as a backing DOM element. 179 /// The backing element is an `<input>`. 182 /// The backing element is a `<textarea>`. 185 /// The backing element is a `<span contenteditable="true">`. 207 /// The backing DOM element could be one of:
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | README.md | 9 ### Level of OpenGL ES support via backing renderers 18 ### Platform support via backing renderers
|
/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXMetalView.mm | 41 // Callback to create the backing metal layer
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | device_facilities.md | 6 Example of backend facilities are GPU memory allocators or the backing API function pointer table. 87 For toggles that are safe to disable, like using more advanced backing API features, the tests can … 101 …lel tables for internal informations about formats, like what they translate to in the backing API.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | Update20130618.md | 8 We've changed our backing version control system from svn to git. Projects and
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_framebuffer_flip_x.txt | 45 operations access the backing store of each attachment point with an
|
D | MESA_framebuffer_swap_xy.txt | 45 operations access the backing store of each attachment point with an
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Update20130618.md | 8 We've changed our backing version control system from svn to git. Projects and
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/ |
D | Hello.m | 91 backing: NSBackingStoreBuffered
|