/external/vulkan-validation-layers/loader/ |
D | loader.h | 416 void loader_instance_heap_free(const struct loader_instance *instance, void *pMemory); 417 void *loader_instance_heap_realloc(const struct loader_instance *instance, void *pMemory, size_t or… 419 void loader_instance_tls_heap_free(void *pMemory); 421 void loader_device_heap_free(const struct loader_device *device, void *pMemory); 422 void *loader_device_heap_realloc(const struct loader_device *device, void *pMemory, size_t orig_siz…
|
D | loader.c | 168 void *pMemory = NULL; local 176 pMemory = instance->alloc_callbacks.pfnAllocation( 181 pMemory = malloc(size); 183 return pMemory; 187 void *pMemory) { argument 188 if (pMemory != NULL) { 194 instance->alloc_callbacks.pUserData, pMemory); 197 free(pMemory); 203 void *pMemory, size_t orig_size, size_t size, argument 206 if (pMemory == NULL || orig_size == 0) { [all …]
|
D | trampoline.c | 998 VkDeviceMemory *pMemory) { argument 1003 return disp->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
|
/external/vulkan-validation-layers/layers/ |
D | unique_objects.cpp | 335 … const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) { in AllocateMemory() argument 381 …vice_data->device_dispatch_table->AllocateMemory(device, input_allocate_info, pAllocator, pMemory); in AllocateMemory() 386 device_data->unique_id_mapping[unique_id] = reinterpret_cast<uint64_t &>(*pMemory); in AllocateMemory() 387 *pMemory = reinterpret_cast<VkDeviceMemory &>(unique_id); in AllocateMemory()
|
D | object_tracker.cpp | 627 … const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) { in AllocateMemory() argument 636 …tch_table(ot_device_table_map, device)->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 640 … CreateObject(device, *pMemory, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT, pAllocator); in AllocateMemory()
|
D | parameter_validation.cpp | 1838 … const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) { in AllocateMemory() argument 1844 …|= parameter_validation_vkAllocateMemory(my_data->report_data, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 1847 …tch_table(pc_device_table_map, device)->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
|
D | core_validation.cpp | 5073 … const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) { in AllocateMemory() argument 5075 …Result result = my_data->dispatch_table.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 5078 add_mem_obj_info(my_data, device, *pMemory, pAllocateInfo); in AllocateMemory()
|
D | vk_validation_error_database.txt | 608 …rmation refer to Vulkan Spec Section '10.2. Device Memory' which states 'pMemory must be a pointer…
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 430 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
|
D | ubidi.c | 203 void **pMemory = (void **)bidiMem; in ubidi_getMemory() local 205 if(*pMemory==NULL) { in ubidi_getMemory() 207 if(mayAllocate && (*pMemory=uprv_malloc(sizeNeeded))!=NULL) { in ubidi_getMemory() 228 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) { in ubidi_getMemory() 229 *pMemory=memory; in ubidi_getMemory()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 30 …llocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const 32 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory);
|
D | vkConcreteDeviceInterface.inl | 9 …locateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const;
|
D | vkVirtualDeviceInterface.inl | 9 …teInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const = 0;
|
D | vkNullDriverImpl.inl | 16 …emoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) argument 19 …VK_NULL_RETURN((*pMemory = allocateNonDispHandle<DeviceMemory, VkDeviceMemory>(device, pAllocateIn…
|
D | vkFunctionPointerTypes.inl | 25 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 241 …emoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) in vkAllocateMemory() argument 243 …result = device_dispatch_table(device)->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1161 void* pMemory); 2274 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 2497 VkDeviceMemory* pMemory);
|
D | vulkan.hpp | 16066 …ryAllocateInfo* pAllocateInfo, const AllocationCallbacks* pAllocator, DeviceMemory* pMemory ) const in allocateMemory() 16068 …cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkDeviceMemory*>( pMemory ) ) ); in allocateMemory()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1195 void* pMemory); 2308 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 2531 VkDeviceMemory* pMemory);
|