• Home
  • Raw
  • Download

Lines Matching refs:pAllocationCreateInfo

1678     const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo,
1690 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo,
1702 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo,
2309 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo,
2323 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo,
2374 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo,
11445 const VmaAllocationCreateInfo* pAllocationCreateInfo,
14828 const VmaAllocationCreateInfo* pAllocationCreateInfo, in FindMemoryTypeIndex() argument
14834 if(pAllocationCreateInfo->memoryTypeBits != 0) in FindMemoryTypeIndex()
14836 memoryTypeBits &= pAllocationCreateInfo->memoryTypeBits; in FindMemoryTypeIndex()
14842 *pAllocationCreateInfo, in FindMemoryTypeIndex()
16293 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaFindMemoryTypeIndex() argument
16297 VMA_ASSERT(pAllocationCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndex()
16300 …return allocator->FindMemoryTypeIndex(memoryTypeBits, pAllocationCreateInfo, UINT32_MAX, pMemoryTy… in vmaFindMemoryTypeIndex()
16306 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaFindMemoryTypeIndexForBufferInfo() argument
16311 VMA_ASSERT(pAllocationCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForBufferInfo()
16329 …memReq.memoryRequirements.memoryTypeBits, pAllocationCreateInfo, pBufferCreateInfo->usage, pMemory… in vmaFindMemoryTypeIndexForBufferInfo()
16344 … memReq.memoryTypeBits, pAllocationCreateInfo, pBufferCreateInfo->usage, pMemoryTypeIndex); in vmaFindMemoryTypeIndexForBufferInfo()
16356 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaFindMemoryTypeIndexForImageInfo() argument
16361 VMA_ASSERT(pAllocationCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForImageInfo()
16381 …memReq.memoryRequirements.memoryTypeBits, pAllocationCreateInfo, pImageCreateInfo->usage, pMemoryT… in vmaFindMemoryTypeIndexForImageInfo()
16396 … memReq.memoryTypeBits, pAllocationCreateInfo, pImageCreateInfo->usage, pMemoryTypeIndex); in vmaFindMemoryTypeIndexForImageInfo()
16984 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaCreateBuffer() argument
16989 VMA_ASSERT(allocator && pBufferCreateInfo && pAllocationCreateInfo && pBuffer && pAllocation); in vmaCreateBuffer()
17032 *pAllocationCreateInfo, in vmaCreateBuffer()
17040 if((pAllocationCreateInfo->flags & VMA_ALLOCATION_CREATE_DONT_BIND_BIT) == 0) in vmaCreateBuffer()
17075 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaCreateBufferWithAlignment() argument
17081 …VMA_ASSERT(allocator && pBufferCreateInfo && pAllocationCreateInfo && VmaIsPow2(minAlignment) && p… in vmaCreateBufferWithAlignment()
17127 *pAllocationCreateInfo, in vmaCreateBufferWithAlignment()
17135 if((pAllocationCreateInfo->flags & VMA_ALLOCATION_CREATE_DONT_BIND_BIT) == 0) in vmaCreateBufferWithAlignment()
17243 const VmaAllocationCreateInfo* pAllocationCreateInfo, in vmaCreateImage() argument
17248 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation); in vmaCreateImage()
17292 *pAllocationCreateInfo, in vmaCreateImage()
17300 if((pAllocationCreateInfo->flags & VMA_ALLOCATION_CREATE_DONT_BIND_BIT) == 0) in vmaCreateImage()