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 476 m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequirement::Any);
477 VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 527 de::MovePtr<Allocation> m_imageMemory;
557 , m_imageMemory (allocateAndBindImageMemory(*m_image))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 171 de::MovePtr<Allocation> m_imageMemory;
264 m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequirement::Any);
265 VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]

Completed in 208 milliseconds