Searched defs:allocation_scope (Results 1 – 1 of 1) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | allocation.c | 34 …c(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) { 51 …c(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) { 86 VkSystemAllocationScope allocation_scope) { 109 …_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { 113 …calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { 121 VkSystemAllocationScope allocation_scope) { 125 …eap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 129 …ap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 137 VkSystemAllocationScope allocation_scope) { 142 VkSystemAllocationScope allocation_scope) { [all …]
|