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

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 211 de::MovePtr<vk::Allocation> m_imageMemory;
vktTextureTestUtil.cpp 486 m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequirement::Any);
487 VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 381 de::MovePtr<Allocation> m_imageMemory;
410 , m_imageMemory (allocateAndBindImageMemory(*m_image))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 171 de::MovePtr<Allocation> m_imageMemory;
274 m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequirement::Any);
275 VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]

Completed in 430 milliseconds