Home
last modified time | relevance | path

Searched defs:allocation (Results 126 - 150 of 192) sorted by relevance

12345678

/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp82 AllocateMemory(dawn_native::vulkan::Device* deviceVk, VkImage handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex) AllocateMemory() argument
136 CreateBindExportImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex, int* memoryFd) CreateBindExportImage() argument
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc285 uintptr_t allocation = reinterpret_cast<uintptr_t>(p); in TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp933 const Allocation& allocation = m_buffer->getBoundMemory(); in initStateObjects() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1456 SET_VOLTAGE_PS_ALLOCATION allocation; in atomctrl_get_leakage_id_from_efuse() local
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.c1287 static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) in netlink_trim() argument
1416 gfp_t allocation; member
1500 netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, u32 portid, u32 group, gfp_t allocation, int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) netlink_broadcast_filtered() argument
1551 netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 portid, u32 group, gfp_t allocation) netlink_broadcast() argument
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Dlowcomms.c1345 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() argument
1321 new_writequeue_entry(struct connection *con, gfp_t allocation) new_writequeue_entry() argument
/kernel/linux/linux-6.6/fs/dlm/
H A Dlowcomms.c1255 struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, gfp_t allocation, in dlm_lowcomms_new_msg() argument
1222 dlm_lowcomms_new_msg_con(struct connection *con, int len, gfp_t allocation, char **ppc, void (*cb)(void *data), void *data) dlm_lowcomms_new_msg_con() argument
/kernel/linux/linux-6.6/drivers/net/
H A Dgtp.c1621 static int gtp_tunnel_notify(struct pdp_ctx *pctx, u8 cmd, gfp_t allocation) in gtp_tunnel_notify() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1520 SET_VOLTAGE_PS_ALLOCATION allocation; in atomctrl_get_leakage_id_from_efuse() local
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_template.c395 uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c1927 INDEX_ALLOCATION *allocation, *tmp_alloc; in ntfs_dump_attr_index_allocation() local
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp1148 size_allocate_area(GtkGLArea *area, GdkRectangle *allocation, gpointer user_data) size_allocate_area() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc822 AllowGarbageCollection allocation; in AssembleSourcePosition() local
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h687 AllocationType allocation() const { return allocation_; } in allocation() function in v8::internal::compiler::final
679 CreateClosureParameters(const SharedFunctionInfoRef& shared_info, const CodeTRef& code, AllocationType allocation) CreateClosureParameters() argument
H A Djs-operator.cc1311 CreateClosure( const SharedFunctionInfoRef& shared_info, const CodeTRef& code, AllocationType allocation) CreateClosure() argument
H A Dsimplified-operator.cc1719 NewDoubleElements( AllocationType allocation) NewDoubleElements() argument
1729 NewSmiOrObjectElements( AllocationType allocation) NewSmiOrObjectElements() argument
1773 Allocate(Type type, AllocationType allocation) Allocate() argument
1780 AllocateRaw( Type type, AllocationType allocation, AllowLargeObjects allow_large_objects) AllocateRaw() argument
H A Djs-create-lowering.cc461 ReduceNewArray( Node* node, Node* length, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
517 ReduceNewArray( Node* node, Node* length, int capacity, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
566 ReduceNewArray( Node* node, std::vector<Node*> values, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
632 AllocationType allocation = AllocationType::kYoung; ReduceJSCreateArray() local
959 AllocationType allocation = AllocationType::kYoung; ReduceJSCreateClosure() local
1132 AllocationType const allocation = ReduceJSCreateEmptyLiteralArray() local
1616 AllocateElements(Node* effect, Node* control, ElementsKind elements_kind, int capacity, AllocationType allocation) AllocateElements() argument
1641 AllocateElements(Node* effect, Node* control, ElementsKind elements_kind, std::vector<Node*> const& values, AllocationType allocation) AllocateElements() argument
1666 TryAllocateFastLiteral( Node* effect, Node* control, JSObjectRef boilerplate, AllocationType allocation, int max_depth, int* max_properties) TryAllocateFastLiteral() argument
1838 TryAllocateFastLiteralElements( Node* effect, Node* control, JSObjectRef boilerplate, AllocationType allocation, int max_depth, int* max_properties) TryAllocateFastLiteralElements() argument
[all...]
H A Draw-machine-assembler.cc81 OptimizedAllocate( Node* size, AllocationType allocation, AllowLargeObjects allow_large_objects) OptimizedAllocate() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc57 NewStruct(InstanceType type, AllocationType allocation) NewStruct() argument
76 NewCodeDataContainer( int flags, AllocationType allocation) NewCodeDataContainer() argument
99 NewFixedArray(int length, AllocationType allocation) NewFixedArray() argument
112 NewFixedArrayWithMap( Handle<Map> map, int length, AllocationType allocation) NewFixedArrayWithMap() argument
122 NewFixedArrayWithHoles( int length, AllocationType allocation) NewFixedArrayWithHoles() argument
132 NewFixedArrayWithFiller( Handle<Map> map, int length, Handle<Oddball> filler, AllocationType allocation) NewFixedArrayWithFiller() argument
147 NewFixedArrayWithZeroes( int length, AllocationType allocation) NewFixedArrayWithZeroes() argument
165 NewFixedDoubleArray( int length, AllocationType allocation) NewFixedDoubleArray() argument
183 NewWeakFixedArrayWithMap( Map map, int length, AllocationType allocation) NewWeakFixedArrayWithMap() argument
202 NewWeakFixedArray( int length, AllocationType allocation) NewWeakFixedArray() argument
211 NewByteArray(int length, AllocationType allocation) NewByteArray() argument
309 NewArrayList(int size, AllocationType allocation) NewArrayList() argument
532 NewFeedbackMetadata( int slot_count, int create_closure_slot_count, AllocationType allocation) NewFeedbackMetadata() argument
649 NewRawStringWithMap( int length, Map map, AllocationType allocation) NewRawStringWithMap() argument
672 NewRawOneByteString( int length, AllocationType allocation) NewRawOneByteString() argument
681 NewRawTwoByteString( int length, AllocationType allocation) NewRawTwoByteString() argument
706 NewConsString( Handle<String> left, Handle<String> right, AllocationType allocation) NewConsString() argument
783 NewConsString(Handle<String> left, Handle<String> right, int length, bool one_byte, AllocationType allocation) NewConsString() argument
808 NewBigInt( int length, AllocationType allocation) NewBigInt() argument
863 NewDescriptorArray( int number_of_descriptors, int slack, AllocationType allocation) NewDescriptorArray() argument
935 AllocateRawArray(int size, AllocationType allocation) AllocateRawArray() argument
948 AllocateRawFixedArray(int length, AllocationType allocation) AllocateRawFixedArray() argument
958 AllocateRawWeakArrayList( int capacity, AllocationType allocation) AllocateRawWeakArrayList() argument
968 NewWithImmortalMap(Map map, AllocationType allocation) NewWithImmortalMap() argument
974 AllocateRawWithImmortalMap( int size, AllocationType allocation, Map map, AllocationAlignment alignment) AllocateRawWithImmortalMap() argument
988 AllocateRaw(int size, AllocationType allocation, AllocationAlignment alignment) AllocateRaw() argument
995 NewSwissNameDictionaryWithCapacity( int capacity, AllocationType allocation) NewSwissNameDictionaryWithCapacity() argument
1025 NewSwissNameDictionary( int at_least_space_for, AllocationType allocation) NewSwissNameDictionary() argument
1092 RefineAllocationTypeForInPlaceInternalizableString( AllocationType allocation, Map string_map) RefineAllocationTypeForInPlaceInternalizableString() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc345 Handle<BigInt> BigInt::Zero(IsolateT* isolate, AllocationType allocation) { in Zero() argument
187 New(IsolateT* isolate, int length, AllocationType allocation) New() argument
1310 Allocate(IsolateT* isolate, bigint::FromStringAccumulator* accumulator, bool negative, AllocationType allocation) Allocate() argument
[all...]
H A Dscope-info.cc718 VariableAllocationInfo allocation = ReceiverVariableBits::decode(Flags()); in HasAllocatedReceiver() local
H A Dstring.cc35 SlowFlatten(Isolate* isolate, Handle<ConsString> cons, AllocationType allocation) SlowFlatten() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp108 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, vk::MemoryRequirement::Any); in EmptyDescriptorUpdateCase() local
H A DvktBindingShaderAccessTests.cpp364 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); in allocateAndBindObjectMemory() local
373 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); in allocateAndBindObjectMemory() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1029 const vk::Allocation& allocation = m_queryPoolResultsBuffer->getBoundMemory(); in captureResults() local

Completed in 56 milliseconds

12345678