Lines Matching refs:pMemory
2983 VkEncoder* enc, VkDeviceMemory* pMemory) { in allocateCoherentMemory() argument
3122 *pMemory = mem; in allocateCoherentMemory()
3135 *pMemory = mem; in allocateCoherentMemory()
3146 VkDeviceMemory* pMemory) { in getCoherentMemory() argument
3196 *pMemory = mem; in getCoherentMemory()
3200 return allocateCoherentMemory(device, pAllocateInfo, enc, pMemory); in getCoherentMemory()
3206 VkDeviceMemory* pMemory) { in on_vkAllocateMemory() argument
3220 uint64_t memoryObjectId = (uint64_t)(void*)*pMemory; \ in on_vkAllocateMemory()
3228 VK_OBJECT_TYPE_DEVICE_MEMORY, (uint64_t)(void*)*pMemory, \ in on_vkAllocateMemory()
3853 enc->vkAllocateMemory(device, &finalAllocInfo, pAllocator, pMemory, true /* do lock */); in on_vkAllocateMemory()
3858 setDeviceMemoryInfo(device, *pMemory, 0, nullptr, finalAllocInfo.memoryTypeIndex, ahw, in on_vkAllocateMemory()
3867 enc->vkAllocateMemory(device, &finalAllocInfo, pAllocator, pMemory, true /* do lock */); in on_vkAllocateMemory()
3892 setDeviceMemoryInfo(device, *pMemory, finalAllocInfo.allocationSize, in on_vkAllocateMemory()
3900 VkResult result = getCoherentMemory(&finalAllocInfo, enc, device, pMemory); in on_vkAllocateMemory()