Home | History | Annotate | Download | only in layers

Lines Matching defs:storageAlignment

3661                 VkDeviceSize storageAlignment = device_data->device_limits.minStorageBufferOffsetAlignment;
3664 if (vk_safe_modulo(pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment) != 0) {
3670 i, j, pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment);