Lines Matching refs:pAllocateInfo

2654 VkResult VkEncoder::vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,  in vkAllocateMemory()  argument
2685 device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
2697 if (pAllocateInfo) { in vkAllocateMemory()
2700 deepcopy_VkMemoryAllocateInfo(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pAllocateInfo, in vkAllocateMemory()
9574 const VkDescriptorSetAllocateInfo* pAllocateInfo, in vkAllocateDescriptorSets() argument
9604 device, pAllocateInfo, pDescriptorSets); in vkAllocateDescriptorSets()
9615 if (pAllocateInfo) { in vkAllocateDescriptorSets()
9618 deepcopy_VkDescriptorSetAllocateInfo(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pAllocateInfo, in vkAllocateDescriptorSets()
9633 if (pAllocateInfo->descriptorSetCount) { in vkAllocateDescriptorSets()
9634 *countPtr += pAllocateInfo->descriptorSetCount * 8; in vkAllocateDescriptorSets()
9663 if (pAllocateInfo->descriptorSetCount) { in vkAllocateDescriptorSets()
9665 for (uint32_t k = 0; k < pAllocateInfo->descriptorSetCount; ++k) { in vkAllocateDescriptorSets()
9669 *streamPtrPtr += 8 * pAllocateInfo->descriptorSetCount; in vkAllocateDescriptorSets()
9679 if (pAllocateInfo->descriptorSetCount) { in vkAllocateDescriptorSets()
9681 stream->alloc((void**)&cgen_var_2, pAllocateInfo->descriptorSetCount * 8); in vkAllocateDescriptorSets()
9682 stream->read((uint64_t*)cgen_var_2, pAllocateInfo->descriptorSetCount * 8); in vkAllocateDescriptorSets()
9684 cgen_var_2, (VkDescriptorSet*)pDescriptorSets, pAllocateInfo->descriptorSetCount); in vkAllocateDescriptorSets()
10963 const VkCommandBufferAllocateInfo* pAllocateInfo, in vkAllocateCommandBuffers() argument
10993 device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
11004 if (pAllocateInfo) { in vkAllocateCommandBuffers()
11007 deepcopy_VkCommandBufferAllocateInfo(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pAllocateInfo, in vkAllocateCommandBuffers()
11022 if (pAllocateInfo->commandBufferCount) { in vkAllocateCommandBuffers()
11023 *countPtr += pAllocateInfo->commandBufferCount * 8; in vkAllocateCommandBuffers()
11052 if (pAllocateInfo->commandBufferCount) { in vkAllocateCommandBuffers()
11054 for (uint32_t k = 0; k < pAllocateInfo->commandBufferCount; ++k) { in vkAllocateCommandBuffers()
11058 *streamPtrPtr += 8 * pAllocateInfo->commandBufferCount; in vkAllocateCommandBuffers()
11068 if (pAllocateInfo->commandBufferCount) { in vkAllocateCommandBuffers()
11070 stream->alloc((void**)&cgen_var_2, pAllocateInfo->commandBufferCount * 8); in vkAllocateCommandBuffers()
11071 stream->read((uint64_t*)cgen_var_2, pAllocateInfo->commandBufferCount * 8); in vkAllocateCommandBuffers()
11073 cgen_var_2, (VkCommandBuffer*)pCommandBuffers, pAllocateInfo->commandBufferCount); in vkAllocateCommandBuffers()