Searched refs:bufferAllocation (Results 1 – 1 of 1) sorted by relevance
252 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local253 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in iterate()255 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()423 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local424 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in iterate()426 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()596 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local597 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in iterate()599 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()1418 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local[all …]