Home
last modified time | relevance | path

Searched defs:allocator (Results 151 - 175 of 584) sorted by relevance

12345678910>>...24

/third_party/glslang/glslang/Include/
H A DPoolAlloc.h318 TPoolAllocator& allocator; global() member in glslang::pool_allocator
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.h152 struct nine_allocator *allocator; member
/third_party/node/src/
H A Dnode_http_common.h408 New( Allocator* allocator, NgRcBufPointer<T> ptr) New() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c305 wsi_win32_image_init(VkDevice device_h, struct wsi_win32_swapchain *chain, const VkSwapchainCreateInfoKHR *create_info, const VkAllocationCallbacks *allocator, struct wsi_win32_image *image) wsi_win32_image_init() argument
348 wsi_win32_image_finish(struct wsi_win32_swapchain *chain, const VkAllocationCallbacks *allocator, struct wsi_win32_image *image) wsi_win32_image_finish() argument
359 wsi_win32_swapchain_destroy(struct wsi_swapchain *drv_chain, const VkAllocationCallbacks *allocator) wsi_win32_swapchain_destroy() argument
427 wsi_win32_surface_create_swapchain( VkIcdSurfaceBase *icd_surface, VkDevice device, struct wsi_device *wsi_device, const VkSwapchainCreateInfoKHR *create_info, const VkAllocationCallbacks *allocator, struct wsi_swapchain **swapchain_out) wsi_win32_surface_create_swapchain() argument
[all...]
/third_party/lwip/src/core/
H A Daltcp.c164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6() argument
174 altcp_new(altcp_allocator_t *allocator) in altcp_new() argument
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) altcp_new_ip_type() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dtype-cache.h21 AccountingAllocator allocator; member in v8::internal::compiler::final
/third_party/node/deps/v8/src/base/
H A Dhashmap.h129 AllocationPolicy allocator() const { return impl_.allocator(); } in allocator() function in v8::base::TemplateHashMapImpl
175 const AllocationPolicy& allocator() const { return *this; } allocator() function
176 AllocationPolicy& allocator() { return *this; } allocator() function
186 TemplateHashMapImpl(uint32_t initial_capacity, MatchFun match, AllocationPolicy allocator) TemplateHashMapImpl() argument
195 TemplateHashMapImpl(const TemplateHashMapImpl* original, AllocationPolicy allocator) TemplateHashMapImpl() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc187 AsmJsCompilationJob(ParseInfo* parse_info, FunctionLiteral* literal, AccountingAllocator* allocator) AsmJsCompilationJob() argument
292 NewCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, AccountingAllocator* allocator) NewCompilationJob() argument
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc244 HeapStringAllocator allocator; in PrintRelocInfo() local
/third_party/node/deps/v8/src/heap/
H A Dmemory-allocator.h47 Unmapper(Heap* heap, MemoryAllocator* allocator) in Unmapper() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter.cc174 InterpreterCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<Script> script, AccountingAllocator* allocator, std::vector<FunctionLiteral*>* eager_inner_literals, LocalIsolate* local_isolate) InterpreterCompilationJob() argument
307 NewCompilationJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<Script> script, AccountingAllocator* allocator, std::vector<FunctionLiteral*>* eager_inner_literals, LocalIsolate* local_isolate) NewCompilationJob() argument
318 NewSourcePositionCollectionJob( ParseInfo* parse_info, FunctionLiteral* literal, Handle<BytecodeArray> existing_bytecode, AccountingAllocator* allocator, LocalIsolate* local_isolate) NewSourcePositionCollectionJob() argument
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc67 void SetPageAllocatorForTesting(PageAllocator* allocator) { in SetPageAllocatorForTesting() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp183 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.cpp220 de::MovePtr<SimpleAllocator> allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(vk, *computeDevice, memoryProperties)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp319 Allocator& allocator = context.getDefaultAllocator(); in ScissorRenderer() local
402 Allocator& allocator = context.getDefaultAllocator(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp154 Allocator& allocator = context.getDefaultAllocator(); in draw() local
360 Allocator& allocator = context.getDefaultAllocator(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp98 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktImageMismatchedFormatsTests.cpp378 auto& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp365 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp239 std::unique_ptr<vk::BufferWithMemory> makeBufferForImage(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::Allocator& allocator, tcu::TextureFormat tcuFormat, vk::VkExtent3D imageExtent) in makeBufferForImage() argument
H A DvktPipelineLogicOpTests.cpp445 Allocator& allocator = m_context.getDefaultAllocator(); in verifyImage() local
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp129 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp253 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp176 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp587 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local

Completed in 23 milliseconds

12345678910>>...24