Home
last modified time | relevance | path

Searched defs:allocate (Results 51 - 75 of 109) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp280 void* allocate(size_t N) { in allocate() function in __anon24172::BumpPointerAllocator
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp202 void* ChainedAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() function in vk::ChainedAllocator
239 void* AllocationCallbackRecorder::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() function in vk::AllocationCallbackRecorder
297 void* DeterministicFailAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() function in vk::DeterministicFailAllocator
H A DvkMemUtil.cpp205 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment) in allocate() function in vk::__anon27738::SimpleAllocator
224 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryRequirements& memReqs, MemoryRequirement requirement) in allocate() function in vk::__anon27738::SimpleAllocator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h281 void* allocate(size_type n) { in allocate() function in pool_allocator
284 void* allocate(size_type n, const void*) { in allocate() function in pool_allocator
289 pointer allocate(size_type n) { allocate() function in pool_allocator
292 pointer allocate(size_type n, const void*) { allocate() function in pool_allocator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h266 template <typename T> T *allocate() { return Allocator.Allocate<T>(); } in allocate() function in Ice::Assembler
H A DIceCfg.h245 template <typename T> T *allocate() { return Allocator->Allocate<T>(); } in allocate() function in Ice::Cfg
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc90 static T* allocate(size_t n) { in allocate() function in __anon19188::RandomizedAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc235 T* allocate(size_t n) { return static_cast<T*>(std::malloc(n * sizeof(T))); } in allocate() function
H A Dstring_view_test.cc68 T* allocate(size_t n) { return static_cast<T*>(std::malloc(n * sizeof(T))); } in allocate() function
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char* name) in allocate() function in rsg::VariableScope
160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate() function in rsg::ValueScope
237 Variable* VariableManager::allocate (const VariableType& type) in allocate() function in rsg::VariableManager
242 Variable* VariableManager::allocate (const VariableType& type, Variable::Storage storage, const char* name) in allocate() function in rsg::VariableManager
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp388 angle::Result ResourceManager11::allocate(d3d::Context *context, in allocate() function in rx::ResourceManager11
H A DResourceManager11.h344 angle::Result allocate(d3d::Context *context, in allocate() function in rx::final
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h847 bool allocate(size_type size) in allocate() function in basic_string
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp119 bool BasicTransformer::CheckAllocateBuffer(PixmapInfo &outPixmap, AllocateMem allocate, in CheckAllocateBuffer() argument
162 uint32_t BasicTransformer::TransformPixmap(const PixmapInfo &inPixmap, PixmapInfo &outPixmap, AllocateMem allocate) in TransformPixmap() argument
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp232 inline UBool allocate() { in allocate() function in __anon3245::UnicodeSetPointer
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c442 static void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_tri_setup() argument
531 static void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_line_setup() argument
603 static void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_sprite_setup() argument
695 static void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_setup() argument
/third_party/node/lib/
H A Dbuffer.js442 function allocate(size) { function
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp232 inline UBool allocate() { in allocate() function in __anon11898::UnicodeSetPointer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp106 void BufferAllocator::allocate (Context& context) in allocate() function in vkt::api::BufferAllocator
197 void ImageAllocator::allocate (Context& context) in allocate() function in vkt::api::ImageAllocator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp106 void BufferAllocator::allocate (Context& context) in allocate() function in vkt::api::BufferAllocator
191 void ImageAllocator::allocate (Context& context) in allocate() function in vkt::api::ImageAllocator
/third_party/skia/src/core/
H A DSkBlockAllocator.h565 SkBlockAllocator::ByteRange SkBlockAllocator::allocate(size_t size) { allocate() function in final::GrowthPolicy::SkBlockAllocator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h121 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate() function
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp232 inline UBool allocate() { in allocate() function in __anon21126::UnicodeSetPointer
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc1780 value_type* allocate(size_t n) { in TEST() function
/third_party/ffmpeg/libavcodec/
H A Dcbs_h2645.c352 #define allocate(name, size) do { \ macro
383 #undef allocate macro
430 #define allocate(name, size) do { \ macro
466 #undef allocate macro

Completed in 33 milliseconds

12345