Searched refs:uniformBufferAllocation (Results 1 – 1 of 1) sorted by relevance
1822 const Allocation& uniformBufferAllocation = uniformBuffer.getAllocation(); in iterate() local1823 deUint32* uniformBufferPtr = static_cast<deUint32*>(uniformBufferAllocation.getHostPtr()); in iterate()1826 …flushMappedMemoryRange(vk, device, uniformBufferAllocation.getMemory(), uniformBufferAllocation.ge… in iterate()2248 const Allocation& uniformBufferAllocation = uniformBuffer.getAllocation(); in iterate() local2249 deUint32* uniformBufferPtr = static_cast<deUint32*>(uniformBufferAllocation.getHostPtr()); in iterate()2252 …flushMappedMemoryRange(vk, device, uniformBufferAllocation.getMemory(), uniformBufferAllocation.ge… in iterate()