Home
last modified time | relevance | path

Searched refs:imageFormatProps (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp116 VkImageFormatProperties imageFormatProps; in validateImageInfo() local
117 …ormat, 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 …<< imageInfo.arrayLayers << " exceeds allowed maximum which is " << imageFormatProps.maxArrayLayer… in validateImageInfo()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp116 VkImageFormatProperties imageFormatProps; in validateImageInfo() local
117 …ormat, 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 …<< imageInfo.arrayLayers << " exceeds allowed maximum which is " << imageFormatProps.maxArrayLayer… in validateImageInfo()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceDmaBuf.cpp140 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_no_buildgn/vulkan/image/
DvktImageMutableTests.cpp1641 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/vulkan/image/
DvktImageMutableTests.cpp1641 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()