/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 422 const Allocation& allocation = buffer->getBoundMemory(); in clearBuffer() local 230 cmdCopyQueryPoolResultsVector( ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) cmdCopyQueryPoolResultsVector() argument 268 cmdCopyQueryPoolResultsVector( ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) cmdCopyQueryPoolResultsVector() argument 459 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); StatisticQueryTestInstance() local 481 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); verifyUnavailable() local 727 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); executeTest() local 744 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); executeTest() local 968 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 985 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 1771 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 1794 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 2366 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 2388 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 2927 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 2952 const vk::Allocation& allocation = m_resetBuffer->getBoundMemory(); checkResult() local 3561 const vk::Allocation& allocation = m_queryBuffer->getBoundMemory(); StatisticMultipleQueryTestInstance() local 3992 const vk::Allocation& allocation = m_queryBuffer->getBoundMemory(); checkResult() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 1557 de::MovePtr<Allocation> allocation; in commandReadFrameBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 2193 auto& allocation = m_outputBuffer->getAllocation(); in verifyOutputBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 5297 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument 5309 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 3329 _create_message(struct dlm_ls *ls, int mb_len, int to_nodeid, int mstype, struct dlm_message **ms_ret, struct dlm_mhandle **mh_ret, gfp_t allocation) _create_message() argument 3362 create_message(struct dlm_rsb *r, struct dlm_lkb *lkb, int to_nodeid, int mstype, struct dlm_message **ms_ret, struct dlm_mhandle **mh_ret, gfp_t allocation) create_message() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 2235 auto& allocation = m_outputBuffer->getAllocation(); in verifyOutputBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 5430 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument 5442 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 3024 AllocationType allocation = AllocationTypeOf(node->op()); in LowerAllocate() local 3583 AllocationType const allocation = AllocationTypeOf(node->op()); in LowerNewDoubleElements() local 3631 AllocationType const allocation = AllocationTypeOf(node->op()); in LowerNewSmiOrObjectElements() local
|
H A D | bytecode-graph-builder.cc | 2178 AllocationType allocation = in VisitCreateClosure() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 333 HeapObject Factory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() argument 373 HeapObject Factory::New(Handle<Map> map, AllocationType allocation) { in New() argument 339 AllocateRawWithAllocationSite( Handle<Map> map, AllocationType allocation, Handle<AllocationSite> allocation_site) AllocateRawWithAllocationSite() argument 386 NewFillerObject(int size, AllocationAlignment alignment, AllocationType allocation, AllocationOrigin origin) NewFillerObject() argument 418 NewTuple2(Handle<Object> value1, Handle<Object> value2, AllocationType allocation) NewTuple2() argument 449 NewPropertyArray(int length, AllocationType allocation) NewPropertyArray() argument 469 AllocationResult allocation = heap->AllocateRaw(size, allocation_type); TryNewFixedArray() local 547 AllocateSmallOrderedHashTable(Handle<Map> map, int capacity, AllocationType allocation) AllocateSmallOrderedHashTable() argument 569 NewSmallOrderedHashSet( int capacity, AllocationType allocation) NewSmallOrderedHashSet() argument 575 NewSmallOrderedHashMap( int capacity, AllocationType allocation) NewSmallOrderedHashMap() argument 581 NewSmallOrderedNameDictionary( int capacity, AllocationType allocation) NewSmallOrderedNameDictionary() argument 679 NewStringFromOneByte( const base::Vector<const uint8_t>& string, AllocationType allocation) NewStringFromOneByte() argument 697 NewStringFromUtf8( const base::Vector<const char>& string, AllocationType allocation) NewStringFromUtf8() argument 728 NewStringFromUtf8SubString( Handle<SeqOneByteString> str, int begin, int length, AllocationType allocation) NewStringFromUtf8SubString() argument 783 NewStringFromTwoByte(const base::uc16* string, int length, AllocationType allocation) NewStringFromTwoByte() argument 806 NewStringFromTwoByte( const base::Vector<const base::uc16>& string, AllocationType allocation) NewStringFromTwoByte() argument 811 NewStringFromTwoByte( const ZoneVector<base::uc16>* string, AllocationType allocation) NewStringFromTwoByte() argument 1107 NewSymbolInternal(AllocationType allocation) NewSymbolInternal() argument 1126 NewSymbol(AllocationType allocation) NewSymbol() argument 1130 NewPrivateSymbol(AllocationType allocation) NewPrivateSymbol() argument 1146 NewContextInternal(Handle<Map> map, int size, int variadic_part_length, AllocationType allocation) NewContextInternal() argument 1775 NewPropertyCell(Handle<Name> name, PropertyDetails details, Handle<Object> value, AllocationType allocation) NewPropertyCell() argument 2036 CopyArrayAndGrow(Handle<T> src, int grow_by, AllocationType allocation) CopyArrayAndGrow() argument 2065 NewUninitializedWeakArrayList( int capacity, AllocationType allocation) NewUninitializedWeakArrayList() argument 2080 NewWeakArrayList(int capacity, AllocationType allocation) NewWeakArrayList() argument 2095 CopyWeakArrayListAndGrow( Handle<WeakArrayList> src, int grow_by, AllocationType allocation) CopyWeakArrayListAndGrow() argument 2114 CompactWeakArrayList(Handle<WeakArrayList> src, int new_capacity, AllocationType allocation) CompactWeakArrayList() argument 2143 CopyFixedArrayUpTo(Handle<FixedArray> array, int new_len, AllocationType allocation) CopyFixedArrayUpTo() argument 2424 NewJSObject(Handle<JSFunction> constructor, AllocationType allocation) NewJSObject() argument 2546 NewJSObjectFromMap( Handle<Map> map, AllocationType allocation, Handle<AllocationSite> allocation_site) NewJSObjectFromMap() argument 2569 NewSlowJSObjectFromMap( Handle<Map> map, int capacity, AllocationType allocation, Handle<AllocationSite> allocation_site) NewSlowJSObjectFromMap() argument 2611 NewJSArray(ElementsKind elements_kind, int length, int capacity, ArrayStorageAllocationMode mode, AllocationType allocation) NewJSArray() argument 2628 NewJSArrayWithElements(Handle<FixedArrayBase> elements, ElementsKind elements_kind, int length, AllocationType allocation) NewJSArrayWithElements() argument 2638 NewJSArrayWithUnverifiedElements( Handle<FixedArrayBase> elements, ElementsKind elements_kind, int length, AllocationType allocation) NewJSArrayWithUnverifiedElements() argument 2825 NewJSArrayBuffer( std::shared_ptr<BackingStore> backing_store, AllocationType allocation) NewJSArrayBuffer() argument 2836 NewJSArrayBufferAndBackingStore( size_t byte_length, InitializedFlag initialized, AllocationType allocation) NewJSArrayBufferAndBackingStore() argument 3533 NewLoadHandler(int data_count, AllocationType allocation) NewLoadHandler() argument [all...] |
H A D | heap.h | 1734 IsRegularObjectAllocation(AllocationType allocation) IsRegularObjectAllocation() argument [all...] |
H A D | mark-compact.cc | 1668 AllocationResult allocation; in TryEvacuateObject() local 1815 AllocationResult allocation = local_allocator_->Allocate( in AllocateTargetObject() local 1829 AllocationResult allocation in AllocateInOldSpace() local [all...] |
H A D | heap.cc | 3115 ResetAllAllocationSitesDependentCode(AllocationType allocation) ResetAllAllocationSitesDependentCode() argument 6252 CompactWeakArrayList(Heap* heap, Handle<WeakArrayList> array, AllocationType allocation) CompactWeakArrayList() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 4163 Append(Isolate* isolate, Handle<WeakArrayList> array, const MaybeObjectHandle& value, AllocationType allocation) Append() argument 4235 EnsureSpace(Isolate* isolate, Handle<WeakArrayList> array, int length, AllocationType allocation) EnsureSpace() argument 4351 Compact(Handle<WeakArrayList> array, Heap* heap, CompactionCallback callback, AllocationType allocation) Compact() argument 4404 Allocate(IsolateT* isolate, int nof_descriptors, int slack, AllocationType allocation) Allocate() argument 5701 New( IsolateT* isolate, int at_least_space_for, AllocationType allocation, MinimumCapacity capacity_option) New() argument 5719 NewInternal( IsolateT* isolate, int capacity, AllocationType allocation) NewInternal() argument 5851 EnsureCapacity( IsolateT* isolate, Handle<Derived> table, int n, AllocationType allocation) EnsureCapacity() argument 6023 New( IsolateT* isolate, int at_least_space_for, AllocationType allocation, MinimumCapacity capacity_option) New() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1378 de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequirement, allocator, allocationKind); in createImageMemory() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1366 de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequirement, allocator, allocationKind); in createImageMemory() local
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 3585 VmaAllocation VMA_NOT_NULL allocation; global() member 6688 Free(const VmaAllocation allocation) Free() argument 6730 } allocation; global() member 9419 Free(const VmaAllocation allocation) Free() argument 11435 Free(const VmaAllocation allocation) Free() argument [all...] |