Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp2330 VkDeviceSize storageAlignment = device_limits.minStorageBufferOffsetAlignment; in manual_PreCallValidateUpdateDescriptorSets() local
2333 … if (SafeModulo(pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment) != 0) { in manual_PreCallValidateUpdateDescriptorSets()
2339 … i, j, pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment); in manual_PreCallValidateUpdateDescriptorSets()