Home | History | Annotate | Download | only in sparse_resources

Lines Matching refs:memoryBind

857 	VkSparseMemoryBind memoryBind;
859 memoryBind.resourceOffset = resourceOffset;
860 memoryBind.size = allocationSize;
861 memoryBind.memory = deviceMemory;
862 memoryBind.memoryOffset = 0u;
863 memoryBind.flags = 0u;
865 return memoryBind;