Home
last modified time | relevance | path

Searched refs:pImageCreateInfo (Results 1 – 5 of 5) sorted by relevance

/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1571 const VkImageCreateInfo* pImageCreateInfo,
2139 const VkImageCreateInfo* pImageCreateInfo,
8874 const VkImageCreateInfo* pImageCreateInfo, in vmaFindMemoryTypeIndexForImageInfo() argument
8879 VMA_ASSERT(pImageCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForImageInfo()
8886 hDev, pImageCreateInfo, allocator->GetAllocationCallbacks(), &hImage); in vmaFindMemoryTypeIndexForImageInfo()
9292 const VkImageCreateInfo* pImageCreateInfo, in vmaCreateImage() argument
9298 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation); in vmaCreateImage()
9310 pImageCreateInfo, in vmaCreateImage()
9315 VmaSuballocationType suballocType = pImageCreateInfo->tiling == VK_IMAGE_TILING_OPTIMAL ? in vmaCreateImage()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h2230 const VkImageCreateInfo* pImageCreateInfo,
3063 const VkImageCreateInfo* pImageCreateInfo,
15817 const VkImageCreateInfo* pImageCreateInfo, in vmaFindMemoryTypeIndexForImageInfo() argument
15822 VMA_ASSERT(pImageCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForImageInfo()
15829 hDev, pImageCreateInfo, allocator->GetAllocationCallbacks(), &hImage); in vmaFindMemoryTypeIndexForImageInfo()
16673 const VkImageCreateInfo* pImageCreateInfo, in vmaCreateImage() argument
16679 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation); in vmaCreateImage()
16681 if(pImageCreateInfo->extent.width == 0 || in vmaCreateImage()
16682 pImageCreateInfo->extent.height == 0 || in vmaCreateImage()
16683 pImageCreateInfo->extent.depth == 0 || in vmaCreateImage()
[all …]
Dcore_validation.cpp10959 …const VkImageCreateInfo *pImageCreateInfo = &GetImageState(pImageViewCreateInfo->image)->createInf… in VerifyFramebufferAndRenderPassImageViews() local
10961 if (pFramebufferAttachmentImageInfo->flags != pImageCreateInfo->flags) { in VerifyFramebufferAndRenderPassImageViews()
10967 … i, pImageCreateInfo->flags, i, pFramebufferAttachmentImageInfo->flags); in VerifyFramebufferAndRenderPassImageViews()
10970 if (pFramebufferAttachmentImageInfo->usage != pImageCreateInfo->usage) { in VerifyFramebufferAndRenderPassImageViews()
10976 … i, pImageCreateInfo->usage, i, pFramebufferAttachmentImageInfo->usage); in VerifyFramebufferAndRenderPassImageViews()
10979 if (pFramebufferAttachmentImageInfo->width != pImageCreateInfo->extent.width) { in VerifyFramebufferAndRenderPassImageViews()
10985 … i, pImageCreateInfo->extent.width, i, pFramebufferAttachmentImageInfo->width); in VerifyFramebufferAndRenderPassImageViews()
10988 … if (pFramebufferAttachmentImageInfo->height != pImageCreateInfo->extent.height) { in VerifyFramebufferAndRenderPassImageViews()
10994 … i, pImageCreateInfo->extent.height, i, pFramebufferAttachmentImageInfo->height); in VerifyFramebufferAndRenderPassImageViews()
11007 lvl_find_in_chain<VkImageFormatListCreateInfoKHR>(pImageCreateInfo->pNext); in VerifyFramebufferAndRenderPassImageViews()
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h2831 const VkImageCreateInfo* VMA_NOT_NULL pImageCreateInfo,
3811 const VkImageCreateInfo* VMA_NOT_NULL pImageCreateInfo,
17910 const VkImageCreateInfo* pImageCreateInfo, in vmaFindMemoryTypeIndexForImageInfo() argument
17915 VMA_ASSERT(pImageCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForImageInfo()
17922 hDev, pImageCreateInfo, allocator->GetAllocationCallbacks(), &hImage); in vmaFindMemoryTypeIndexForImageInfo()
18923 const VkImageCreateInfo* pImageCreateInfo, in vmaCreateImage() argument
18929 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation); in vmaCreateImage()
18931 if(pImageCreateInfo->extent.width == 0 || in vmaCreateImage()
18932 pImageCreateInfo->extent.height == 0 || in vmaCreateImage()
18933 pImageCreateInfo->extent.depth == 0 || in vmaCreateImage()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2835 const VkImageCreateInfo* VMA_NOT_NULL pImageCreateInfo,
3815 const VkImageCreateInfo* VMA_NOT_NULL pImageCreateInfo,
17881 const VkImageCreateInfo* pImageCreateInfo, in vmaFindMemoryTypeIndexForImageInfo() argument
17886 VMA_ASSERT(pImageCreateInfo != VMA_NULL); in vmaFindMemoryTypeIndexForImageInfo()
17893 hDev, pImageCreateInfo, allocator->GetAllocationCallbacks(), &hImage); in vmaFindMemoryTypeIndexForImageInfo()
18895 const VkImageCreateInfo* pImageCreateInfo, in vmaCreateImage() argument
18901 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation); in vmaCreateImage()
18903 if(pImageCreateInfo->extent.width == 0 || in vmaCreateImage()
18904 pImageCreateInfo->extent.height == 0 || in vmaCreateImage()
18905 pImageCreateInfo->extent.depth == 0 || in vmaCreateImage()
[all …]