Searched refs:validNonsenseStructure (Results 1 – 1 of 1) sorted by relevance
2215 VkBufferCreateInfo validNonsenseStructure; in badInheritanceInfoTest() local2264 validNonsenseStructure.sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO; in badInheritanceInfoTest()2265 validNonsenseStructure.pNext = nullptr; in badInheritanceInfoTest()2266 validNonsenseStructure.flags = 0u; in badInheritanceInfoTest()2267 validNonsenseStructure.size = 1024u; in badInheritanceInfoTest()2268 validNonsenseStructure.usage = VK_BUFFER_USAGE_TRANSFER_DST_BIT; in badInheritanceInfoTest()2269 validNonsenseStructure.sharingMode = VK_SHARING_MODE_EXCLUSIVE; in badInheritanceInfoTest()2270 validNonsenseStructure.queueFamilyIndexCount = 0u; in badInheritanceInfoTest()2271 validNonsenseStructure.pQueueFamilyIndices = nullptr; in badInheritanceInfoTest()2273 …pInheritanceInfo = reinterpret_cast<VkCommandBufferInheritanceInfo*>(&validNonsenseStructure); in badInheritanceInfoTest()