Home
last modified time | relevance | path

Searched refs:alloc_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp54 VkSystemAllocationScope alloc_scope; member
78 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() argument
82 AllocationDetails detail{size, size + (alignment - 1), alloc_scope}; in allocate()
93 …* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in reallocate() argument
95 return allocate(size, alignment, alloc_scope); in reallocate()
112 void* new_alloc = allocate(size, alignment, alloc_scope); in reallocate()
/third_party/node/src/
Dnode_zlib.cc284 AllocScope alloc_scope(this); in Close() local
351 AllocScope alloc_scope(this); in Write() local
404 AllocScope alloc_scope(this); in AfterThreadPoolWork() local
457 AllocScope alloc_scope(wrap); in Reset() local
625 AllocScope alloc_scope(wrap); in Init() local
642 AllocScope alloc_scope(wrap); in Params() local
688 AllocScope alloc_scope(wrap); in Init() local
/third_party/vulkan-loader/loader/
Dallocation.h44 VkSystemAllocationScope alloc_scope);
/third_party/mesa3d/src/intel/vulkan/
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()