Lines Matching defs:properties
1633 VkImageFormatProperties properties;
1641 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED) ||
1648 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))
2097 VkImageFormatProperties properties;
2105 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED) ||
2112 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))
5064 VkImageFormatProperties properties;
5071 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED)
5081 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED)
5811 VkImageFormatProperties properties;
5818 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED)
5822 else if ((m_params.src.image.extent.width > properties.maxExtent.width) ||
5823 (m_params.src.image.extent.height > properties.maxExtent.height) ||
5824 (m_params.src.image.extent.depth > properties.maxArrayLayers))
5831 VkImageFormatProperties properties;
5838 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED)
5842 else if ((m_params.dst.image.extent.width > properties.maxExtent.width) ||
5843 (m_params.dst.image.extent.height > properties.maxExtent.height) ||
5844 (m_params.dst.image.extent.depth > properties.maxArrayLayers))
5848 else if (m_params.mipLevels > properties.maxMipLevels)
7437 VkImageFormatProperties properties;
7443 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED) ||
7449 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))
8570 VkImageFormatProperties properties;
8576 &properties) == VK_ERROR_FORMAT_NOT_SUPPORTED))