Lines Matching refs:usage
470 VkBufferUsageFlags usage,
476 VkImageUsageFlags usage,
715 Move<VkBuffer> TimestampTestInstance::createBufferAndBindMemory (VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc)
724 usage, // VkBufferUsageFlags usage;
744 VkImageUsageFlags usage,
755 if((usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) && !(formatProperty.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT))
757 // Remove color attachment usage if the optimal tiling feature does not support it
758 usage &= ~VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT;
760 if((usage & VK_IMAGE_USAGE_STORAGE_BIT) && !(formatProperty.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
762 // Remove storage usage if the optimal tiling feature does not support it
763 usage &= ~VK_IMAGE_USAGE_STORAGE_BIT;
778 usage, // VkImageUsageFlags usage;
2770 VK_BUFFER_USAGE_TRANSFER_DST_BIT, // VkBufferUsageFlags usage;
2910 VK_BUFFER_USAGE_TRANSFER_DST_BIT, // VkBufferUsageFlags usage;
3208 VK_BUFFER_USAGE_TRANSFER_DST_BIT, // VkBufferUsageFlags usage;