Searched refs:pMemRanges (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 10773 const VkMappedMemoryRange *pMemRanges) { in ValidateMemoryIsMapped() argument 10776 auto mem_info = GetMemObjInfo(pMemRanges[i].memory); in ValidateMemoryIsMapped() 10778 if (pMemRanges[i].size == VK_WHOLE_SIZE) { in ValidateMemoryIsMapped() 10779 if (mem_info->mem_range.offset > pMemRanges[i].offset) { in ValidateMemoryIsMapped() 10782 HandleToUint64(pMemRanges[i].memory), "VUID-VkMappedMemoryRange-size-00686", in ValidateMemoryIsMapped() 10785 …funcName, static_cast<size_t>(pMemRanges[i].offset), static_cast<size_t>(mem_info->mem_range.offse… in ValidateMemoryIsMapped() 10791 if ((mem_info->mem_range.offset > pMemRanges[i].offset) || in ValidateMemoryIsMapped() 10792 (data_end < (pMemRanges[i].offset + pMemRanges[i].size))) { in ValidateMemoryIsMapped() 10795 … HandleToUint64(pMemRanges[i].memory), "VUID-VkMappedMemoryRange-size-00685", in ValidateMemoryIsMapped() 10798 … funcName, static_cast<size_t>(pMemRanges[i].offset + pMemRanges[i].size), in ValidateMemoryIsMapped() [all …]
|
D | core_validation.h | 366 const VkMappedMemoryRange* pMemRanges); 1361 …MappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange* pMemRanges); 1363 const VkMappedMemoryRange* pMemRanges); 1364 …eMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange* pMemRanges,
|