Home
last modified time | relevance | path

Searched refs:pMemory (Results 1 – 19 of 19) sorted by relevance

/external/vulkan-validation-layers/loader/
Dloader.h416 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…
Dloader.c168 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 …]
Dtrampoline.c998 VkDeviceMemory *pMemory) { argument
1003 return disp->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
/external/vulkan-validation-layers/layers/
Dunique_objects.cpp335 … 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()
Dobject_tracker.cpp627 … 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()
Dparameter_validation.cpp1838 … 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()
Dcore_validation.cpp5073 … 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()
Dvk_validation_error_database.txt608 …rmation refer to Vulkan Spec Section '10.2. Device Memory' which states 'pMemory must be a pointer…
/external/icu/icu4c/source/common/
Dubidiimp.h430 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
Dubidi.c203 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/
DvkDeviceDriverImpl.inl30 …llocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const
32 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory);
DvkConcreteDeviceInterface.inl9 …locateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const;
DvkVirtualDeviceInterface.inl9 …teInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const = 0;
DvkNullDriverImpl.inl16 …emoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) argument
19 …VK_NULL_RETURN((*pMemory = allocateNonDispHandle<DeviceMemory, VkDeviceMemory>(device, pAllocateIn…
DvkFunctionPointerTypes.inl25 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp241 …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/
Dvulkan.h1161 void* pMemory);
2274 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
2497 VkDeviceMemory* pMemory);
Dvulkan.hpp16066 …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/
Dvulkan.h.in1195 void* pMemory);
2308 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
2531 VkDeviceMemory* pMemory);