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) { 105 …_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { 109 …calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { 117 VkSystemAllocationScope allocation_scope) { 121 …eap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 125 …ap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 133 VkSystemAllocationScope allocation_scope) { 138 VkSystemAllocationScope allocation_scope) { [all …]
|