• Home
  • Raw
  • Download

Lines Matching refs:pAllocationCreateInfo

2195     const VmaAllocationCreateInfo* pAllocationCreateInfo,
2213 const VmaAllocationCreateInfo* pAllocationCreateInfo,
2231 const VmaAllocationCreateInfo* pAllocationCreateInfo,
3039 const VmaAllocationCreateInfo* pAllocationCreateInfo,
3064 const VmaAllocationCreateInfo* pAllocationCreateInfo,
15700 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaFindMemoryTypeIndex() argument
15704 VMA_ASSERT(pAllocationCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndex()
15707 if(pAllocationCreateInfo->memoryTypeBits != 0) in vmaFindMemoryTypeIndex()
15709 memoryTypeBits &= pAllocationCreateInfo->memoryTypeBits; in vmaFindMemoryTypeIndex()
15712 uint32_t requiredFlags = pAllocationCreateInfo->requiredFlags; in vmaFindMemoryTypeIndex()
15713 uint32_t preferredFlags = pAllocationCreateInfo->preferredFlags; in vmaFindMemoryTypeIndex()
15715 const bool mapped = (pAllocationCreateInfo->flags & VMA_ALLOCATION_CREATE_MAPPED_BIT) != 0; in vmaFindMemoryTypeIndex()
15722 switch(pAllocationCreateInfo->usage) in vmaFindMemoryTypeIndex()
15785 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaFindMemoryTypeIndexForBufferInfo() argument
15790 VMA_ASSERT(pAllocationCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForBufferInfo()
15806 pAllocationCreateInfo, in vmaFindMemoryTypeIndexForBufferInfo()
15818 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaFindMemoryTypeIndexForImageInfo() argument
15823 VMA_ASSERT(pAllocationCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForImageInfo()
15839 pAllocationCreateInfo, in vmaFindMemoryTypeIndexForImageInfo()
16526 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaCreateBuffer() argument
16531 VMA_ASSERT(allocator && pBufferCreateInfo && pAllocationCreateInfo && pBuffer && pAllocation); in vmaCreateBuffer()
16585 *pAllocationCreateInfo, in vmaCreateBuffer()
16596 *pAllocationCreateInfo, in vmaCreateBuffer()
16674 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaCreateImage() argument
16679 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation); in vmaCreateImage()
16722 *pAllocationCreateInfo, in vmaCreateImage()
16733 *pAllocationCreateInfo, in vmaCreateImage()