Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp353 VkBindImageMemoryInfo bindImageInfo; in init() local
354 bindImageInfo.sType = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO; in init()
355 bindImageInfo.pNext = nullptr; in init()
356 bindImageInfo.image = mImage; in init()
357 bindImageInfo.memory = mMemory; in init()
358 bindImageInfo.memoryOffset = 0; in init()
360 VK_CALL(mInit->mPfnBindImageMemory2(mInit->device(), 1, &bindImageInfo)); in init()