Lines Matching refs:getAllocation
614 return makeDeviceOrHostAddressKHR(m_buffer->getAllocation().getHostPtr()); in getAddress()
635 …return makeDeviceOrHostAddressKHR(static_cast<deUint8*>(m_buffer->getAllocation().getHostPtr()) + … in getHostAddress()
640 …return makeDeviceOrHostAddressConstKHR(static_cast<deUint8*>(m_buffer->getAllocation().getHostPtr(… in getHostAddressConst()
666 const deUint8* startPtr = static_cast<deUint8*>(m_buffer->getAllocation().getHostPtr()); in getDeserializedSize()
802 const Allocation& geometryAlloc = vertexBuffer->getAllocation(); in updateVertexBuffer()
843 const Allocation& indexAlloc = indexBuffer->getAllocation(); in updateIndexBuffer()
1661 auto& instancesAlloc = instanceBuffer->getAllocation(); in updateInstanceBuffer()
1993 auto& instancesAlloc = m_instanceBuffer->getAllocation(); in updateInstanceMatrix()
2388 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances()
2399 …Range(vk, device, m_instanceAddressBuffer->getAllocation().getMemory(), m_instanceAddressBuffer->g… in prepareInstances()
2415 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances()
2420 …currentInstance.hostAddress = (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceN… in prepareInstances()
2425 …instancesData = makeDeviceOrHostAddressConstKHR(m_instanceAddressBuffer->getAllocation().getHostPt… in prepareInstances()
2428 instancesData = makeDeviceOrHostAddressConstKHR(m_instanceBuffer->getAllocation().getHostPtr()); in prepareInstances()
2784 vk::Allocation& sbtAlloc = sbtBuffer->getAllocation(); in createShaderBindingTable()