Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2220 } invalidStructure; in badInheritanceInfoTest() local
2253 auto ptrData = reinterpret_cast<deUint8*>(&(invalidStructure.pNext)); in badInheritanceInfoTest()
2254 invalidStructure.sType = VK_STRUCTURE_TYPE_MAX_ENUM; in badInheritanceInfoTest()
2257 for (size_t i = 0; i < sizeof(invalidStructure.pNext); ++i) in badInheritanceInfoTest()
2260 beginInfo.pInheritanceInfo = reinterpret_cast<VkCommandBufferInheritanceInfo*>(&invalidStructure); in badInheritanceInfoTest()