Searched refs:storageAlignment (Results 1 – 1 of 1) sorted by relevance
2330 VkDeviceSize storageAlignment = device_limits.minStorageBufferOffsetAlignment; in manual_PreCallValidateUpdateDescriptorSets() local2333 … if (SafeModulo(pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment) != 0) { in manual_PreCallValidateUpdateDescriptorSets()2339 … i, j, pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment); in manual_PreCallValidateUpdateDescriptorSets()