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

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
vktTextureTestUtil.hpp 225 de::MovePtr<vk::Allocation> m_uniformBufferMemory;
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 186 de::MovePtr<Allocation> m_uniformBufferMemory;
468 m_uniformBufferMemory = allocator.allocate(getBufferMemoryRequirements(vkd, vkDevice, *m_uniformBuffer), MemoryRequirement::HostVisible);
470 VK_CHECK(vkd.bindBufferMemory(vkDevice, *m_uniformBuffer, m_uniformBufferMemory->getMemory(), m_uniformBufferMemory->getOffset()));
    [all...]

Completed in 431 milliseconds