Searched refs:memRangeCount (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 365 bool ValidateMemoryIsMapped(layer_data* dev_data, const char* funcName, uint32_t memRangeCount, 1361 …bool PreCallValidateFlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappe… 1362 bool PreCallValidateInvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, 1364 …void PostCallRecordInvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkM…
|
D | core_validation.cpp | 10772 …eChecks::ValidateMemoryIsMapped(layer_data *dev_data, const char *funcName, uint32_t memRangeCount, in ValidateMemoryIsMapped() argument 10775 for (uint32_t i = 0; i < memRangeCount; ++i) { in ValidateMemoryIsMapped() 10881 bool CoreChecks::PreCallValidateFlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, in PreCallValidateFlushMappedMemoryRanges() argument 10885 …MappedMemoryRangeDeviceLimits(device_data, "vkFlushMappedMemoryRanges", memRangeCount, pMemRanges); in PreCallValidateFlushMappedMemoryRanges() 10886 skip |= ValidateAndCopyNoncoherentMemoryToDriver(device_data, memRangeCount, pMemRanges); in PreCallValidateFlushMappedMemoryRanges() 10887 …skip |= ValidateMemoryIsMapped(device_data, "vkFlushMappedMemoryRanges", memRangeCount, pMemRanges… in PreCallValidateFlushMappedMemoryRanges() 10891 …ol CoreChecks::PreCallValidateInvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, in PreCallValidateInvalidateMappedMemoryRanges() argument 10895 …dMemoryRangeDeviceLimits(device_data, "vkInvalidateMappedMemoryRanges", memRangeCount, pMemRanges); in PreCallValidateInvalidateMappedMemoryRanges() 10896 …skip |= ValidateMemoryIsMapped(device_data, "vkInvalidateMappedMemoryRanges", memRangeCount, pMemR… in PreCallValidateInvalidateMappedMemoryRanges() 10900 void CoreChecks::PostCallRecordInvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, in PostCallRecordInvalidateMappedMemoryRanges() argument [all …]
|