Home
last modified time | relevance | path

Searched defs:allocate (Results 26 - 50 of 128) sorted by relevance

123456

/kernel/linux/linux-6.6/rust/alloc/
H A Dalloc.rs242 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate() functions
/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp217 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in glslang::TPoolAllocator
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_util.c316 bool allocate = flags & BRW_URB_WRITE_ALLOCATE; in brw_clip_emit_vue() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp240 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in TPoolAllocator
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp247 VkResult DeviceMemory::allocate() in allocate() function in vk::DeviceMemory
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h104 pointer allocate(size_type n) { in allocate() function in StackAllocator
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.h557 T* allocate (size_t n) in allocate() function in dng_std_allocator
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp107 pfnAHardwareBuffer_allocate allocate; member
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-iso.c204 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) manage_bandwidth() argument
242 manage_channel(struct fw_card *card, int irm_id, int generation, u32 channels_mask, u64 offset, bool allocate) manage_channel() argument
338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) fw_iso_resource_manage() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart_mixer.c1055 int allocate = chip->monitoring_active[0] || in mixart_monitor_sw_put() local
/kernel/linux/linux-5.10/drivers/staging/android/ion/
H A Dion.h86 int (*allocate)(struct ion_heap *heap, member
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-iso.c204 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) manage_bandwidth() argument
242 manage_channel(struct fw_card *card, int irm_id, int generation, u32 channels_mask, u64 offset, bool allocate) manage_channel() argument
338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) fw_iso_resource_manage() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart_mixer.c1055 int allocate = chip->monitoring_active[0] || in mixart_monitor_sw_put() local
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h33 int (*allocate)(struct usb_device *); member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c55 softpipe_resource_layout(struct pipe_screen *screen, struct softpipe_resource *spr, boolean allocate) softpipe_resource_layout() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp342 void* sb_pool::allocate(unsigned sz) { in allocate() function in r600_sb::sb_pool
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp265 bool BitSet::allocate(unsigned int nBits, bool zero) in allocate() function in nv50_ir::BitSet
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp337 void *PoolAllocator::allocate(size_t numBytes) in allocate() function in angle::PoolAllocator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp42 #undef allocate macro
236 void *allocate(size_t bytes, size_t alignment) in allocate() function
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp562 T *allocate(P &&... p) in allocate() function in SPIRV_CROSS_NAMESPACE::ObjectPool
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h300 Allocation TrackedAllocator::allocate(const Allocation::Request& request) { in allocate() function in marl::TrackedAllocator
410 T* StlAllocator<T>::allocate(std::size_t n) { allocate() function in marl::StlAllocator
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc75 T* allocate(size_t n) { in allocate() function in absl::container_internal::__anon19186::CheckedAlloc
457 T* allocate(size_t) { return new T; } in allocate() function in absl::container_internal::__anon19186::PAlloc
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() function in MemoryTracker
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc4-pcm.c210 bool allocate, enable, set_fifo_size; in sof_ipc4_chain_dma_trigger() local
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h292 pointer allocate(size_type n) { in allocate() function in glslang::pool_allocator
294 pointer allocate(size_type n, const void*) { in allocate() function in glslang::pool_allocator
[all...]

Completed in 24 milliseconds

123456