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

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 854 VkSparseMemoryBind memoryBind;
856 memoryBind.resourceOffset = resourceOffset;
857 memoryBind.size = allocationSize;
858 memoryBind.memory = deviceMemory;
859 memoryBind.memoryOffset = 0u;
860 memoryBind.flags = flags;
862 return memoryBind;
    [all...]
vktSparseResourcesBufferTests.cpp 116 struct MemoryBind
127 std::vector<MemoryBind> m_memoryBinds;
168 const MemoryBind memoryBind =
175 m_memoryBinds.push_back(memoryBind);
188 const MemoryBind memoryBind =
195 m_memoryBinds.push_back(memoryBind);
228 for (std::vector<MemoryBind>::const_iterator memBindIter = m_memoryBinds.begin(); memBindIter != m_memoryBinds.end(); ++memBindIter)
    [all...]

Completed in 66 milliseconds