HomeSort by relevance Sort by last modified time
    Searched full:imageformatproperties (Results 1 - 7 of 7) sorted by null

  /external/vulkan-validation-layers/layers/
image.cpp 271 VkImageFormatProperties ImageFormatProperties;
293 &ImageFormatProperties);
298 if ((pCreateInfo->extent.depth > ImageFormatProperties.maxExtent.depth) ||
299 (pCreateInfo->extent.width > ImageFormatProperties.maxExtent.width) ||
300 (pCreateInfo->extent.height > ImageFormatProperties.maxExtent.height)) {
306 ImageFormatProperties.maxExtent.width, ImageFormatProperties.maxExtent.height,
307 ImageFormatProperties.maxExtent.depth, string_VkFormat(pCreateInfo->format));
316 if (totalSize > ImageFormatProperties.maxResourceSize) {
321 totalSize, ImageFormatProperties.maxResourceSize)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 179 VkImageFormatProperties imageFormatProperties;
186 &imageFormatProperties);
188 imageSparseInfo.mipLevels = getImageMaxMipLevels(imageFormatProperties, imageSparseInfo);
vktSparseResourcesMipmapSparseResidency.cpp 215 VkImageFormatProperties imageFormatProperties;
222 &imageFormatProperties);
225 imageSparseInfo.mipLevels = getImageMaxMipLevels(imageFormatProperties, imageSparseInfo);
vktSparseResourcesTestsUtil.hpp 209 deUint32 getImageMaxMipLevels (const vk::VkImageFormatProperties& imageFormatProperties,
vktSparseResourcesTestsUtil.cpp 703 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkImageCreateInfo &imageInfo)
707 return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /frameworks/native/vulkan/api/
vulkan.api     [all...]

Completed in 851 milliseconds