HomeSort by relevance Sort by last modified time
    Searched refs:m_textureImageMemory (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 166 de::MovePtr<vk::Allocation> m_textureImageMemory;
vktTextureTestUtil.cpp 412 m_textureImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_textureImage), MemoryRequirement::Any);
413 VK_CHECK(vkd.bindImageMemory(vkDevice, *m_textureImage, m_textureImageMemory->getMemory(), m_textureImageMemory->getOffset()));
    [all...]

Completed in 81 milliseconds