Lines Matching refs:getAllocation
559 return makeDeviceOrHostAddressKHR(m_buffer->getAllocation().getHostPtr()); in getAddress()
568 return makeDeviceOrHostAddressConstKHR(m_buffer->getAllocation().getHostPtr()); in getAddressConst()
579 const deUint8* startPtr = static_cast<deUint8*>(m_buffer->getAllocation().getHostPtr()); in getDeserializedSize()
715 const Allocation& geometryAlloc = vertexBuffer->getAllocation(); in updateVertexBuffer()
756 const Allocation& indexAlloc = indexBuffer->getAllocation(); in updateIndexBuffer()
1524 const Allocation& instancesAlloc = instanceBuffer->getAllocation(); in updateInstanceBuffer()
2085 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances()
2096 …Range(vk, device, m_instanceAddressBuffer->getAllocation().getMemory(), m_instanceAddressBuffer->g… in prepareInstances()
2112 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances()
2117 …currentInstance.hostAddress = (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceN… in prepareInstances()
2122 …instancesData = makeDeviceOrHostAddressConstKHR(m_instanceAddressBuffer->getAllocation().getHostPt… in prepareInstances()
2125 instancesData = makeDeviceOrHostAddressConstKHR(m_instanceBuffer->getAllocation().getHostPtr()); in prepareInstances()
2462 vk::Allocation& sbtAlloc = sbtBuffer->getAllocation(); in createShaderBindingTable()