Home
last modified time | relevance | path

Searched refs:alloc_scope (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_zlib.cc284 AllocScope alloc_scope(this); in Close()
351 AllocScope alloc_scope(this); in Write()
404 AllocScope alloc_scope(this);
458 AllocScope alloc_scope(wrap); in Reset()
626 AllocScope alloc_scope(wrap); in Init()
643 AllocScope alloc_scope(wrap); in Params()
689 AllocScope alloc_scope(wrap); in Init()
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp49 VkSystemAllocationScope alloc_scope; member
56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() argument
63 AllocationDetails detail{nullptr, size, size + (alignment - 1), alignment, alloc_scope}; in allocate()
75 void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in reallocate() argument
77 return allocate(size, alignment, alloc_scope); in reallocate()
94 void* new_alloc = allocate(size, alignment, alloc_scope); in reallocate()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c1215 VkSystemAllocationScope alloc_scope; member
1284 vk_alloc(exec->alloc, new_len * sizeof(*new_objects), 8, exec->alloc_scope); in anv_execbuf_add_bo()
1289 vk_alloc(exec->alloc, new_len * sizeof(*new_bos), 8, exec->alloc_scope); in anv_execbuf_add_bo()
1595 8, exec->alloc_scope); in anv_execbuf_add_syncobj()
1607 8, exec->alloc_scope); in anv_execbuf_add_syncobj()
1624 8, exec->alloc_scope); in anv_execbuf_add_syncobj()
2030 execbuf.alloc_scope = VK_SYSTEM_ALLOCATION_SCOPE_DEVICE; in anv_queue_exec_utrace_locked()
2094 execbuf.alloc_scope = VK_SYSTEM_ALLOCATION_SCOPE_DEVICE; in anv_queue_exec_locked()
2444 execbuf.alloc_scope = VK_SYSTEM_ALLOCATION_SCOPE_DEVICE; in anv_queue_submit_simple_batch()

Completed in 8 milliseconds