Searched refs:coreInfo (Results 1 – 3 of 3) sorted by relevance
326 VkImageMemoryRequirementsInfo2 coreInfo; in getImagePlaneMemoryRequirements() local330 deMemset(&coreInfo, 0, sizeof(coreInfo)); in getImagePlaneMemoryRequirements()334 coreInfo.sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2; in getImagePlaneMemoryRequirements()335 coreInfo.pNext = &planeInfo; in getImagePlaneMemoryRequirements()336 coreInfo.image = image; in getImagePlaneMemoryRequirements()343 vkd.getImageMemoryRequirements2(device, &coreInfo, &reqs); in getImagePlaneMemoryRequirements()
400 VkBindImageMemoryInfo coreInfo = in bindImagePlanesMemory() local408 coreInfos.push_back(coreInfo); in bindImagePlanesMemory()
413 VkBindImageMemoryInfo coreInfo = in testPlaneView() local422 VK_CHECK(vkd.bindImageMemory2(device, 1, &coreInfo)); in testPlaneView()