Searched refs:imageFormatProps (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 118 VkImageFormatProperties imageFormatProps; in validateImageInfo() local 119 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageType, imageInfo.tiling, imageInfo.usage, imageInfo.flags, &imageFormatProps); in validateImageInfo() 121 if (imageFormatProps.maxExtent.width < imageInfo.extent.width || in validateImageInfo() 122 imageFormatProps.maxExtent.height < imageInfo.extent.height || in validateImageInfo() 123 imageFormatProps.maxExtent.depth < imageInfo.extent.depth) in validateImageInfo() 132 << imageFormatProps.maxExtent.width << ", " in validateImageInfo() 133 << imageFormatProps.maxExtent.height << ", " in validateImageInfo() 134 << imageFormatProps.maxExtent.depth in validateImageInfo() 142 if (imageFormatProps.maxArrayLayers < imageInfo.arrayLayers) in validateImageInfo() 146 notSupportedStream << "Image layers count of " << imageInfo.arrayLayers << " exceeds allowed maximum which is " << imageFormatProps in validateImageInfo() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 116 VkImageFormatProperties imageFormatProps; in validateImageInfo() local 117 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageType, imageInfo.tiling, imageInfo.usage, imageInfo.flags, &imageFormatProps); in validateImageInfo() 119 if (imageFormatProps.maxExtent.width < imageInfo.extent.width || in validateImageInfo() 120 imageFormatProps.maxExtent.height < imageInfo.extent.height || in validateImageInfo() 121 imageFormatProps.maxExtent.depth < imageInfo.extent.depth) in validateImageInfo() 130 << imageFormatProps.maxExtent.width << ", " in validateImageInfo() 131 << imageFormatProps.maxExtent.height << ", " in validateImageInfo() 132 << imageFormatProps.maxExtent.depth in validateImageInfo() 140 if (imageFormatProps.maxArrayLayers < imageInfo.arrayLayers) in validateImageInfo() 144 notSupportedStream << "Image layers count of " << imageInfo.arrayLayers << " exceeds allowed maximum which is " << imageFormatProps in validateImageInfo() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceDmaBuf.cpp | 140 VkImageFormatProperties2 imageFormatProps; in SupportsCreateImage() local 141 imageFormatProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in SupportsCreateImage() 142 imageFormatProps.pNext = &externalImageFormatProps; in SupportsCreateImage() 145 physicalDevice, &imageFormatInfo, &imageFormatProps)); in SupportsCreateImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1641 VkFormatProperties imageFormatProps, viewFormatProps; in checkSupport() local 1642 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.imageFormat, &imageFormatProps); in checkSupport() 1693 if ((imageFormatProps.optimalTilingFeatures & viewFormatFeatureFlags) != viewFormatFeatureFlags && in checkSupport() 1701 if (imageFormatProps.optimalTilingFeatures == 0) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1641 VkFormatProperties imageFormatProps, viewFormatProps; in checkSupport() local 1642 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.imageFormat, &imageFormatProps); in checkSupport() 1693 if ((imageFormatProps.optimalTilingFeatures & viewFormatFeatureFlags) != viewFormatFeatureFlags && in checkSupport() 1701 if (imageFormatProps.optimalTilingFeatures == 0) in checkSupport()
|
Completed in 9 milliseconds