Searched refs:actualCreateFlags (Results 1 – 1 of 1) sorted by relevance
1518 const VkImageCreateFlags actualCreateFlags = loopCreateFlags | params.flags; in execTest() local1520 const bool isCube = (actualCreateFlags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) != 0u; in execTest()1525 actualCreateFlags, // VkImageCreateFlags flags; in execTest()1932 const VkImageCreateFlags actualCreateFlags = loopCreateFlags | params.flags; in testMultiplaneImages() local1938 actualCreateFlags, // VkImageCreateFlags flags; in testMultiplaneImages()1991 (actualCreateFlags & VK_IMAGE_CREATE_DISJOINT_BIT_KHR) == 0 ? DE_NULL : &aspectInfo, in testMultiplaneImages()