Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp380 vector<VkBindImageMemoryInfo> coreInfos; in bindImagePlanesMemory() local
382 coreInfos.reserve(numPlanes); in bindImagePlanesMemory()
408 coreInfos.push_back(coreInfo); in bindImagePlanesMemory()
411 VK_CHECK(vkd.bindImageMemory2(device, numPlanes, coreInfos.data())); in bindImagePlanesMemory()