Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3875 for (VkImageCreateFlags curCreateFlags = 0; curCreateFlags <= createFlagSet; curCreateFlags++) in imageFormatProperties() local
3877 if ((curCreateFlags & ~createFlagSet) != 0 || in imageFormatProperties()
3878 !isValidImageCreateFlagCombination(curCreateFlags)) in imageFormatProperties()
3887 curCreateFlags); in imageFormatProperties()
3894 << getImageCreateFlagsStr(curCreateFlags) in imageFormatProperties()
3905 curCreateFlags, in imageFormatProperties()
3921 …if (tiling == VK_IMAGE_TILING_OPTIMAL && imageType == VK_IMAGE_TYPE_2D && !(curCreateFlags & VK_IM… in imageFormatProperties()
5297 for (VkImageCreateFlags curCreateFlags = 0; curCreateFlags <= allCreateFlags; curCreateFlags++) in imageFormatProperties2() local
5307 curCreateFlags in imageFormatProperties2()