Searched refs:alloc_scope (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | loader.h | 417 …ance *instance, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope alloc_scope); 422 …device *device, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope alloc_scope);
|
D | loader.c | 167 VkSystemAllocationScope alloc_scope) { argument 178 alloc_scope); 204 VkSystemAllocationScope alloc_scope) { argument 207 pNewMem = loader_instance_heap_alloc(instance, size, alloc_scope); 218 sizeof(uint64_t), alloc_scope); 236 VkSystemAllocationScope alloc_scope) { argument 247 alloc_scope); 273 VkSystemAllocationScope alloc_scope) { argument 276 pNewMem = loader_device_heap_alloc(device, size, alloc_scope); 287 alloc_scope);
|