Home
last modified time | relevance | path

Searched refs:memoryBind (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp906 VkSparseMemoryBind memoryBind; in makeSparseMemoryBind() local
908 memoryBind.resourceOffset = resourceOffset; in makeSparseMemoryBind()
909 memoryBind.size = allocationSize; in makeSparseMemoryBind()
910 memoryBind.memory = deviceMemory; in makeSparseMemoryBind()
911 memoryBind.memoryOffset = 0u; in makeSparseMemoryBind()
912 memoryBind.flags = flags; in makeSparseMemoryBind()
914 return memoryBind; in makeSparseMemoryBind()
DvktSparseResourcesBufferTests.cpp174 const MemoryBind memoryBind = in addMemoryBind() local
181 m_memoryBinds.push_back(memoryBind); in addMemoryBind()
194 const MemoryBind memoryBind = in addAliasedMemoryBind() local
201 m_memoryBinds.push_back(memoryBind); in addAliasedMemoryBind()