Home
last modified time | relevance | path

Searched refs:pMemRanges (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11772 …moryIsMapped(const char *funcName, uint32_t memRangeCount, const VkMappedMemoryRange *pMemRanges) { in ValidateMemoryIsMapped() argument
11775 auto mem_info = GetDevMemState(pMemRanges[i].memory); in ValidateMemoryIsMapped()
11777 if (pMemRanges[i].size == VK_WHOLE_SIZE) { in ValidateMemoryIsMapped()
11778 if (mem_info->mem_range.offset > pMemRanges[i].offset) { in ValidateMemoryIsMapped()
11780 … HandleToUint64(pMemRanges[i].memory), "VUID-VkMappedMemoryRange-size-00686", in ValidateMemoryIsMapped()
11783 funcName, static_cast<size_t>(pMemRanges[i].offset), in ValidateMemoryIsMapped()
11790 if ((mem_info->mem_range.offset > pMemRanges[i].offset) || in ValidateMemoryIsMapped()
11791 (data_end < (pMemRanges[i].offset + pMemRanges[i].size))) { in ValidateMemoryIsMapped()
11793 … HandleToUint64(pMemRanges[i].memory), "VUID-VkMappedMemoryRange-size-00685", in ValidateMemoryIsMapped()
11796 … funcName, static_cast<size_t>(pMemRanges[i].offset + pMemRanges[i].size), in ValidateMemoryIsMapped()
[all …]
Dcore_validation.h983 …emoryIsMapped(const char* funcName, uint32_t memRangeCount, const VkMappedMemoryRange* pMemRanges);
1858 …MappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange* pMemRanges);
1860 const VkMappedMemoryRange* pMemRanges);
1861 …eMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange* pMemRanges,