Home
last modified time | relevance | path

Searched defs:allocation (Results 51 - 75 of 153) sorted by relevance

1234567

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DDevice.cpp212 auto* allocation = client->QueueAllocator().New(client); in GetQueue() local
234 auto* allocation = client->ComputePipelineAllocator().New(client); in CreateComputePipelineAsync() local
285 auto* allocation in CreateRenderPipelineAsync() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h164 Allocation allocation; in operator ()() local
310 free(const Allocation& allocation) free() argument
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp45 std::unique_ptr<char[]> allocation; member
[all...]
/third_party/lame/mpglib/
H A Dlayer2.c124 unsigned char allocation[SBLIMIT][2]; member
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-fuchsia.cc409 void* allocation = CreateAndMapVmo( in Allocate() local
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc145 AllocationResult allocation = in AllocateMap() local
162 AllocationResult allocation = in AllocatePartialMap() local
204 AllocationResult allocation = AllocateRaw(size, allocation_type); in Allocate() local
217 AllocationResult allocation in CreateInitialMaps() local
273 AllocationResult allocation = AllocateRaw(WeakArrayList::SizeForCapacity(0), CreateInitialMaps() local
284 AllocationResult allocation = CreateInitialMaps() local
292 AllocationResult allocation = CreateInitialMaps() local
300 AllocationResult allocation = CreateInitialMaps() local
320 AllocationResult allocation = CreateInitialMaps() local
596 AllocationResult allocation = CreateInitialMaps() local
604 AllocationResult allocation = CreateInitialMaps() local
[all...]
H A Dscavenger-inl.h121 AllocationResult allocation = allocator_.Allocate( in SemiSpaceCopyObject() local
160 AllocationResult allocation; in PromoteObject() local
H A Dfactory.h839 NewForTest(Handle<Map> map, AllocationType allocation) NewForTest() argument
[all...]
H A Dslot-set.h157 void* allocation = AlignedAlloc(size, kSystemPointerSize); in Allocate() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc269 compiler::InstructionOperand allocation = TryAllocateRegister(phi); in AllocateRegisters() local
686 compiler::InstructionOperand allocation = TryAllocateRegister(node); in AllocateRegister() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc371 CreateObjectLiteral( Isolate* isolate, Handle<ObjectBoilerplateDescription> object_boilerplate_description, int flags, AllocationType allocation) CreateObjectLiteral() argument
452 CreateArrayLiteral( Isolate* isolate, Handle<ArrayBoilerplateDescription> array_boilerplate_description, AllocationType allocation) CreateArrayLiteral() argument
[all...]
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h722 class Box<T>::allocation { class in rust::cxxbridge1::Box
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h722 class Box<T>::allocation { class in rust::cxxbridge1::Box
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h722 class Box<T>::allocation { class in rust::cxxbridge1::Box
/third_party/rust/crates/cxx/include/
H A Dcxx.h722 class Box<T>::allocation { class in rust::cxxbridge1::Box
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr) in allocation() function in vk::AllocationCallbackRecord
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp116 void Deallocate(CPUDescriptorHeapAllocation& allocation) { in Deallocate() argument
904 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local
926 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local
956 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local
972 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local
1000 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local
1016 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local
1032 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h722 class Box<T>::allocation { class in rust::cxxbridge1::Box
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp387 de::MovePtr<Allocation> allocation = allocator.allocate(allocInfo, alignment /*unreferenced parameter*/); in BufferWithMemory() local
423 de::MovePtr<Allocation> allocation = allocator.allocate(m_requirements, memoryRequirement); in BufferWithMemory() local
/third_party/ffmpeg/libavcodec/
H A Dopus.c780 int allocation; in ff_celt_bitalloc() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc41 AllocationType allocation() const { return allocation_; } in allocation() function in v8::internal::compiler::final
49 static inline AllocationType CheckAllocationType(AllocationType allocation) { in CheckAllocationType() argument
632 const AllocateParameters& allocation = AllocateParametersOf(node->op()); ReduceAllocateRaw() local
656 AllocationGroup(Node* node, AllocationType allocation, Zone* zone) AllocationGroup() argument
665 AllocationGroup(Node* node, AllocationType allocation, Node* size, Zone* zone) AllocationGroup() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h673 New(Isolate* isolate, int length, AllocationType allocation) New() argument
H A Dordered-hash-table.cc20 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument
48 AllocateEmpty( Isolate* isolate, AllocationType allocation, RootIndex root_index) AllocateEmpty() argument
514 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument
520 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument
526 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument
537 AllocateEmpty( Isolate* isolate, AllocationType allocation) AllocateEmpty() argument
543 AllocateEmpty( Isolate* isolate, AllocationType allocation) AllocateEmpty() argument
549 AllocateEmpty( Isolate* isolate, AllocationType allocation) AllocateEmpty() argument
651 Allocate( Isolate* isolate, int capacity, AllocationType allocation) Allocate() argument
658 Allocate( Isolate* isolate, int capacity, AllocationType allocation) Allocate() argument
665 Allocate( Isolate* isolate, int capacity, AllocationType allocation) Allocate() argument
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c50 uint8_t allocation; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp75 Buffer(vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation) Buffer() argument
108 Image(vk::Move<vk::VkImage>& image, de::MovePtr<vk::Allocation>& allocation) Image() argument

Completed in 28 milliseconds

1234567