Searched refs:pAllocateInfo (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | HostVisibleMemoryVirtualization.cpp | 272 const VkMemoryAllocateInfo* pAllocateInfo, in subAllocHostMemory() argument 277 (pAllocateInfo->allocationSize + in subAllocHostMemory() 282 (unsigned int)pAllocateInfo->allocationSize, in subAllocHostMemory() 289 out->subAllocSize = pAllocateInfo->allocationSize; in subAllocHostMemory()
|
D | HostVisibleMemoryVirtualization.h | 117 const VkMemoryAllocateInfo* pAllocateInfo,
|
D | ResourceTracker.cpp | 1994 const VkMemoryAllocateInfo* pAllocateInfo, in getOrAllocateHostMemBlockLocked() argument 2008 pAllocateInfo->allocationSize)) { in getOrAllocateHostMemBlockLocked() 2024 oneMb * ((pAllocateInfo->allocationSize + oneMb - 1) / oneMb); in getOrAllocateHostMemBlockLocked() 2033 VkMemoryAllocateInfo allocInfoForHost = *pAllocateInfo; in getOrAllocateHostMemBlockLocked() 2063 pAllocateInfo->memoryTypeIndex; in getOrAllocateHostMemBlockLocked() 2147 pAllocateInfo->memoryTypeIndex, in getOrAllocateHostMemBlockLocked() 2167 const VkMemoryAllocateInfo* pAllocateInfo, in on_vkAllocateMemory() argument 2175 VkMemoryAllocateInfo finalAllocInfo = vk_make_orphan_copy(*pAllocateInfo); in on_vkAllocateMemory() 2191 vk_find_struct<VkExportMemoryAllocateInfo>(pAllocateInfo); in on_vkAllocateMemory() 2194 vk_find_struct<VkImportAndroidHardwareBufferInfoANDROID>(pAllocateInfo); in on_vkAllocateMemory() [all …]
|
D | ResourceTracker.h | 129 const VkMemoryAllocateInfo* pAllocateInfo, 412 const VkDescriptorSetAllocateInfo* pAllocateInfo,
|
D | VkEncoder.h | 129 const VkMemoryAllocateInfo* pAllocateInfo, 391 const VkDescriptorSetAllocateInfo* pAllocateInfo, 441 const VkCommandBufferAllocateInfo* pAllocateInfo,
|
D | VkEncoder.cpp | 1728 const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() argument 1745 if (pAllocateInfo) in vkAllocateMemory() 1748 … deepcopy_VkMemoryAllocateInfo(pool, pAllocateInfo, (VkMemoryAllocateInfo*)(local_pAllocateInfo)); in vkAllocateMemory() 6046 const VkDescriptorSetAllocateInfo* pAllocateInfo, in vkAllocateDescriptorSets() argument 6061 if (pAllocateInfo) in vkAllocateDescriptorSets() 6064 …deepcopy_VkDescriptorSetAllocateInfo(pool, pAllocateInfo, (VkDescriptorSetAllocateInfo*)(local_pAl… in vkAllocateDescriptorSets() 6076 if (pAllocateInfo->descriptorSetCount) in vkAllocateDescriptorSets() 6079 countingStream->alloc((void**)&cgen_var_425, pAllocateInfo->descriptorSetCount * 8); in vkAllocateDescriptorSets() 6080 …ping()->mapHandles_VkDescriptorSet_u64(pDescriptorSets, cgen_var_425, pAllocateInfo->descriptorSet… in vkAllocateDescriptorSets() 6081 countingStream->write((uint64_t*)cgen_var_425, pAllocateInfo->descriptorSetCount * 8); in vkAllocateDescriptorSets() [all …]
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 271 const VkMemoryAllocateInfo* pAllocateInfo, in entry_vkAllocateMemory() argument 279 …lt_return = resources->on_vkAllocateMemory(vkEnc, VK_SUCCESS, device, pAllocateInfo, pAllocator, p… in entry_vkAllocateMemory() 901 const VkDescriptorSetAllocateInfo* pAllocateInfo, in entry_vkAllocateDescriptorSets() argument 908 …n = resources->on_vkAllocateDescriptorSets(vkEnc, VK_SUCCESS, device, pAllocateInfo, pDescriptorSe… in entry_vkAllocateDescriptorSets() 1021 const VkCommandBufferAllocateInfo* pAllocateInfo, in entry_vkAllocateCommandBuffers() argument 1027 …mandBuffers_VkResult_return = vkEnc->vkAllocateCommandBuffers(device, pAllocateInfo, pCommandBuffe… in entry_vkAllocateCommandBuffers()
|