Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp80 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
84 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
85 ASSERT_EQ(allocation1.GetInfo().mMethod, AllocationMethod::kSubAllocated); in TEST()
91 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
113 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
117 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
121 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
122 ASSERT_EQ(allocation1.GetInfo().mMethod, AllocationMethod::kSubAllocated); in TEST()
128 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, heapSize); in TEST()
129 ASSERT_EQ(allocation2.GetInfo().mMethod, AllocationMethod::kSubAllocated); in TEST()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp205 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()
214 if (directAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()
225 if (allocation.GetInfo().mMethod == AllocationMethod::kSubAllocated) { in Tick()
233 if (allocation.GetInfo().mMethod == AllocationMethod::kInvalid) { in DeallocateMemory()
242 if (allocation.GetInfo().mMethod == AllocationMethod::kDirect) { in DeallocateMemory()
254 ASSERT(allocation.GetInfo().mMethod == AllocationMethod::kSubAllocated); in FreeMemory()
311 if (allocation.GetInfo().mMethod == AllocationMethod::kInvalid) { in CreatePlacedResource()
339 return ResourceHeapAllocation{allocation.GetInfo(), allocation.GetOffset(), in CreatePlacedResource()
DStagingBufferD3D12.cpp59 if (mUploadHeap.GetInfo().mMethod == AllocationMethod::kInvalid) { in ~StagingBuffer()
DBufferD3D12.cpp399 return mResourceAllocation.GetInfo().mMethod == allocationMethod; in CheckAllocationMethodForTesting()
/third_party/gn/src/gn/
Dresolved_target_data.cc110 TargetInfo* info = GetInfo(target); in recursive_hard_deps()
134 TargetInfo* info = GetInfo(target); in GetRecursiveTargetLibInfo()
164 TargetInfo* info = GetInfo(target); in GetRecursiveTargetFrameworkInfo()
197 TargetInfo* info = GetInfo(target); in GetRecursiveTargetHardDeps()
232 TargetInfo* info = GetInfo(target); in GetRecursiveTargetInheritedLibs()
323 TargetInfo* info = GetInfo(target); in GetRecursiveTargetRustLibs()
386 TargetInfo* GetInfo(const Target* target) const { in GetInfo() function in ResolvedTargetData::Impl
Dfunction_write_file_unittest.cc107 foo_file.GetInfo(&original_info); in TEST_F()
113 foo_file.GetInfo(&new_info); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp156 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in Allocate()
184 switch (allocation->GetInfo().mMethod) { in Deallocate()
221 ASSERT(allocation.GetInfo().mMethod == AllocationMethod::kSubAllocated); in Tick()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DResourceMemoryAllocation.cpp41 AllocationInfo ResourceMemoryAllocation::GetInfo() const { in GetInfo() function in dawn_native::ResourceMemoryAllocation
DResourceMemoryAllocation.h68 AllocationInfo GetInfo() const;
DBuddyMemoryAllocator.cpp89 const AllocationInfo info = allocation.GetInfo(); in Deallocate()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo() function in absl::container_internal::HashtablezInfoHandlePeer
54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
237 auto* info = HashtablezInfoHandlePeer::GetInfo(&h); in TEST()
/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo() function in absl::container_internal::HashtablezInfoHandlePeer
54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
231 auto* info = HashtablezInfoHandlePeer::GetInfo(&h); in TEST()
/third_party/grpc/src/cpp/common/
Dchannel_filter.cc47 void ChannelData::GetInfo(grpc_channel_element* elem, in GetInfo() function in grpc::ChannelData
Dchannel_filter.h249 virtual void GetInfo(grpc_channel_element* elem,
317 channel_data->GetInfo(elem, channel_info); in GetChannelInfo()
/third_party/gn/src/base/files/
Dfile_enumerator.h133 FileInfo GetInfo() const;
Dfile.h217 bool GetInfo(Info* info);
Dfile_enumerator_posix.cc161 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
Dfile_enumerator_win.cc103 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
Dfile_util.cc41 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
Dfile_win.cc169 bool File::GetInfo(Info* info) { in GetInfo() function in base::File
Dfile_posix.cc263 bool File::GetInfo(Info* info) { in GetInfo() function in base::File
Dfile_util_win.cc66 FileEnumerator::FileInfo info = traversal.GetInfo(); in DeleteFileRecursive()
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc62 if (!file.GetInfo(&file_info)) in AddFileEntryToZip()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_writer.cc61 if (!file.GetInfo(&file_info)) in AddFileEntryToZip()
/third_party/node/deps/zlib/google/
Dzip_writer.cc61 if (!file.GetInfo(&file_info)) in AddFileEntryToZip()

12