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

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 229 de::MovePtr<vk::Allocation> m_imageMemory;
vktTextureTestUtil.cpp 527 m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequirement::Any);
528 VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 531 de::MovePtr<Allocation> m_imageMemory;
562 , m_imageMemory (allocateAndBindImageMemory(*m_image))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 173 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...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 239 milliseconds