Searched refs:memoryBinds (Results 1 – 1 of 1) sorted by relevance
93 std::vector<VkSparseMemoryBind> memoryBinds; //!< memory binds backing the resource member249 sparseAllocation->memoryBinds.push_back(bind); in build()591 …static_cast<deUint32>(sparseAllocation.memoryBinds.size()), // uint32_t bindCo… in bindSparseBuffer()592 &sparseAllocation.memoryBinds[0], // const VkSparseMemoryBind* pBinds; in bindSparseBuffer()918 const bool hasAliasedChunk = (m_aliased && sparseAllocation->memoryBinds.size() > 1u); in iterate()