Home
last modified time | relevance | path

Searched refs:m_memoryBound (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBufferWithMemory.hpp50 , m_memoryBound (false) in BufferWithMemory()
61 if (!m_memoryBound) in bindMemory()
64 m_memoryBound = true; in bindMemory()
73 bool m_memoryBound; member in vk::BufferWithMemory
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp396 for (auto & binding : m_memoryBound)
413 if (m_memoryBound[memIdx] != VK_NULL_HANDLE)
415 vk.freeMemory(m_devCtx.device, m_memoryBound[memIdx], 0);
416 m_memoryBound[memIdx] = VK_NULL_HANDLE;
427 VkDeviceMemory m_memoryBound[MAX_BOUND_MEMORY];
H A DvktVideoBaseDecodeUtils.cpp2471 &pNewVideoSession->m_memoryBound[memIdx]);
2479 decodeSessionBindMemory[memIdx].memory = pNewVideoSession->m_memoryBound[memIdx];

Completed in 5 milliseconds