Home
last modified time | relevance | path

Searched refs:instancesAlloc (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1661 auto& instancesAlloc = instanceBuffer->getAllocation(); in updateInstanceBuffer() local
1662 auto bufferStart = reinterpret_cast<deUint8*>(instancesAlloc.getHostPtr()); in updateInstanceBuffer()
1672 …flushMappedMemoryRange(vk, device, instancesAlloc.getMemory(), instancesAlloc.getOffset(), VK_WHOL… in updateInstanceBuffer()
1993 auto& instancesAlloc = m_instanceBuffer->getAllocation(); in updateInstanceMatrix() local
1994 auto bufferStart = reinterpret_cast<deUint8*>(instancesAlloc.getHostPtr()); in updateInstanceMatrix()
1999 …flushMappedMemoryRange(vk, device, instancesAlloc.getMemory(), instancesAlloc.getOffset(), VK_WHOL… in updateInstanceMatrix()