HomeSort by relevance Sort by last modified time
    Searched refs:backing (Results 1 - 25 of 38) sorted by null

1 2

  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 605 struct amdgpu_sparse_backing *backing = 0; local
609 backing = bo->u.sparse.commitments[va_page].backing;
614 (backing != span_backing ||
616 fprintf(stderr, " %u..%u: backing=%p:%u..%u\n",
627 if (backing && !span_backing) {
628 span_backing = backing;
636 fprintf(stderr, "Backing:\n");
638 list_for_each_entry(struct amdgpu_sparse_backing, backing, &bo->u.sparse.backing, list)
961 struct amdgpu_sparse_backing *backing; local
1007 struct amdgpu_sparse_backing *backing; local
    [all...]
amdgpu_bo.h 39 * Sub-allocation information for a real buffer used as backing memory of a
54 struct amdgpu_sparse_backing *backing; member in struct:amdgpu_sparse_commitment
82 struct list_head backing; member in struct:amdgpu_winsys_bo::__anon34092::__anon34095
amdgpu_cs.c 419 /* New buffer, check if the backing array is large enough. */
491 /* New buffer, check if the backing array is large enough. */
535 /* New buffer, check if the backing array is large enough. */
564 /* We delay adding the backing buffers until we really have to. However,
569 list_for_each_entry(struct amdgpu_sparse_backing, backing, &bo->u.sparse.backing, list) {
571 acs->main.base.used_vram += backing->bo->base.size;
573 acs->main.base.used_gart += backing->bo->base.size;
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m 41 backing:NSBackingStoreBuffered
  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 50 backing:NSBackingStoreBuffered
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm 41 backing:NSBackingStoreBuffered
  /build/make/tools/
fat16copy.py 147 def __init__(self, backing):
149 backing: A file-like object from which we can read dentry info. Should have
152 self.backing = backing
154 to_read = self.backing.size / 32
156 self.backing.seek(0)
159 (dent, consumed) = self.backing.fs.read_dentry(self.backing)
181 new_dentry = dentry(self.backing.fs, attributes, shortname, ext,
183 new_dentry.commit(self.backing)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 233 SortedMap<C, V> backing = backingRowMap(); local
234 if (backing == null) {
241 SortedMap<C, V> backing = backingRowMap(); local
242 if (backing == null) {
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedBiMapTest.java 93 BiMap<String, String> backing = local
95 BiMap<String, String> result = Synchronized.biMap(backing, mutex);
MultimapsTest.java 581 final Set<Integer> backing = super.getImpl();
585 return backing;
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_tensor_coding.cc 70 // grpc::Slice that points to the backing store for the tensor data, to avoid
89 // (dtype and shape, but not the actual data) into "*e". The backing
178 // backing store of the data by creating a slice that also points to the
179 // backing store, with appropriate reference counts to keep the
180 // backing store alive as needed.
205 // All but the tensor backing store are serialized now
224 // (E) Encode tensor data, but by sharing backing store
230 [](void* backing) { static_cast<TensorBuffer*>(backing)->Unref(); },
  /external/webrtc/webrtc/test/mac/
video_renderer_mac.mm 70 backing:NSBackingStoreBuffered
  /build/soong/ui/terminal/
util.go 55 // It will share the same backing store as input so that we make our modifications
  /external/autotest/site_utils/lxc/
utils.py 98 '--name {name} --newname {newname} {snapshot} {backing}')
105 backing = aufs_arg
  /external/libunwind/doc/
libunwind-ia64.tex 96 \item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store
174 the register-backing store write pointer.
176 the register-backing store NaT-collection register.
unw_get_proc_info.tex 51 procedure may switch the register-backing store.\\
  /external/skia/tools/sk_app/mac/
Window_mac.mm 57 backing:NSBackingStoreBuffered defer:NO];
  /external/skqp/tools/sk_app/mac/
Window_mac.mm 61 backing:NSBackingStoreBuffered defer:NO];
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_OSX.mm 490 backing:NSBackingStoreBuffered defer:NO];
  /external/python/cpython2/Lib/bsddb/test/
test_recno.py 205 A Recno file that is given a "backing source file" is essentially a
231 # get the text from the backing source
  /build/blueprint/proptools/
clone.go 254 // modifies the backing array through the slice. Since we don't modify it, cache the result
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultimapsTest.java 480 final Set<Integer> backing = super.getImpl();
484 return backing;
  /external/v8/src/parsing/
parser.h 45 explicit FunctionEntry(Vector<unsigned> backing)
46 : backing_(backing) { }
    [all...]
  /external/u-boot/drivers/mtd/
mtdconcat.c 18 #include <linux/backing-dev.h>
  /external/protobuf/js/
message.js 872 * Sets a proto field and syncs it to the backing array.
889 * Sets a proto field in a oneof union and syncs it to the backing array.
907 * Sets a repeated proto field and syncs it to the backing array.
    [all...]

Completed in 3081 milliseconds

1 2