Home
last modified time | relevance | path

Searched refs:pAllocateInfo (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp266 const VkMemoryAllocateInfo* pAllocateInfo, in subAllocHostMemory() argument
271 (pAllocateInfo->allocationSize + in subAllocHostMemory()
276 (unsigned int)pAllocateInfo->allocationSize, in subAllocHostMemory()
283 out->subAllocSize = pAllocateInfo->allocationSize; in subAllocHostMemory()
DHostVisibleMemoryVirtualization.h115 const VkMemoryAllocateInfo* pAllocateInfo,
DResourceTracker.cpp1390 const VkMemoryAllocateInfo* pAllocateInfo, in getOrAllocateHostMemBlockLocked() argument
1404 pAllocateInfo->allocationSize)) { in getOrAllocateHostMemBlockLocked()
1420 oneMb * ((pAllocateInfo->allocationSize + oneMb - 1) / oneMb); in getOrAllocateHostMemBlockLocked()
1429 VkMemoryAllocateInfo allocInfoForHost = *pAllocateInfo; in getOrAllocateHostMemBlockLocked()
1459 pAllocateInfo->memoryTypeIndex; in getOrAllocateHostMemBlockLocked()
1487 pAllocateInfo->memoryTypeIndex, in getOrAllocateHostMemBlockLocked()
1507 const VkMemoryAllocateInfo* pAllocateInfo, in on_vkAllocateMemory() argument
1515 VkMemoryAllocateInfo finalAllocInfo = vk_make_orphan_copy(*pAllocateInfo); in on_vkAllocateMemory()
1527 vk_find_struct<VkExportMemoryAllocateInfo>(pAllocateInfo); in on_vkAllocateMemory()
1530 vk_find_struct<VkImportAndroidHardwareBufferInfoANDROID>(pAllocateInfo); in on_vkAllocateMemory()
[all …]
DResourceTracker.h102 const VkMemoryAllocateInfo* pAllocateInfo,
DVkEncoder.h125 const VkMemoryAllocateInfo* pAllocateInfo,
387 const VkDescriptorSetAllocateInfo* pAllocateInfo,
437 const VkCommandBufferAllocateInfo* pAllocateInfo,
DVkEncoder.cpp1555 const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() argument
1571 if (pAllocateInfo) in vkAllocateMemory()
1574 … deepcopy_VkMemoryAllocateInfo(pool, pAllocateInfo, (VkMemoryAllocateInfo*)(local_pAllocateInfo)); in vkAllocateMemory()
5753 const VkDescriptorSetAllocateInfo* pAllocateInfo, in vkAllocateDescriptorSets() argument
5767 if (pAllocateInfo) in vkAllocateDescriptorSets()
5770 …deepcopy_VkDescriptorSetAllocateInfo(pool, pAllocateInfo, (VkDescriptorSetAllocateInfo*)(local_pAl… in vkAllocateDescriptorSets()
5782 if (pAllocateInfo->descriptorSetCount) in vkAllocateDescriptorSets()
5785 countingStream->alloc((void**)&cgen_var_421, pAllocateInfo->descriptorSetCount * 8); in vkAllocateDescriptorSets()
5786 …ping()->mapHandles_VkDescriptorSet_u64(pDescriptorSets, cgen_var_421, pAllocateInfo->descriptorSet… in vkAllocateDescriptorSets()
5787 countingStream->write((uint64_t*)cgen_var_421, pAllocateInfo->descriptorSetCount * 8); in vkAllocateDescriptorSets()
[all …]
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp261 const VkMemoryAllocateInfo* pAllocateInfo, in entry_vkAllocateMemory() argument
269 …lt_return = resources->on_vkAllocateMemory(vkEnc, VK_SUCCESS, device, pAllocateInfo, pAllocator, p… in entry_vkAllocateMemory()
882 const VkDescriptorSetAllocateInfo* pAllocateInfo, in entry_vkAllocateDescriptorSets() argument
888 …criptorSets_VkResult_return = vkEnc->vkAllocateDescriptorSets(device, pAllocateInfo, pDescriptorSe… in entry_vkAllocateDescriptorSets()
999 const VkCommandBufferAllocateInfo* pAllocateInfo, in entry_vkAllocateCommandBuffers() argument
1005 …mandBuffers_VkResult_return = vkEnc->vkAllocateCommandBuffers(device, pAllocateInfo, pCommandBuffe… in entry_vkAllocateCommandBuffers()