Lines Matching refs:bufferStart
803 deUint8* bufferStart = static_cast<deUint8*>(geometryAlloc.getHostPtr()); in updateVertexBuffer() local
811 deMemcpy(&bufferStart[bufferOffset], geometryPtr, geometryPtrSize); in updateVertexBuffer()
844 deUint8* bufferStart = static_cast<deUint8*>(indexAlloc.getHostPtr()); in updateIndexBuffer() local
854 deMemcpy(&bufferStart[bufferOffset], indexPtr, indexPtrSize); in updateIndexBuffer()
1662 auto bufferStart = reinterpret_cast<deUint8*>(instancesAlloc.getHostPtr()); in updateInstanceBuffer() local
1668 …updateSingleInstance(vk, device, blas, instanceData[instanceNdx], bufferStart + bufferOffset, buil… in updateInstanceBuffer()
1994 auto bufferStart = reinterpret_cast<deUint8*>(instancesAlloc.getHostPtr()); in updateInstanceMatrix() local
1998 …updateSingleInstance(vk, device, blas, instanceData, bufferStart + bufferOffset, m_buildType, m_in… in updateInstanceMatrix()
2388 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances() local
2396 …deMemcpy(&bufferStart[bufferOffset], ¤tInstance, sizeof(VkDeviceOrHostAddressConstKHR::devic… in prepareInstances()
2415 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances() local
2422 …deMemcpy(&bufferStart[bufferOffset], ¤tInstance, sizeof(VkDeviceOrHostAddressConstKHR::hostA… in prepareInstances()