Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2393 VkDeviceOrHostAddressConstKHR currentInstance; in prepareInstances() local
2394currentInstance.deviceAddress = firstInstance.deviceAddress + instanceNdx * sizeof(VkAccelerationS… in prepareInstances()
2396 …deMemcpy(&bufferStart[bufferOffset], &currentInstance, sizeof(VkDeviceOrHostAddressConstKHR::devic… in prepareInstances()
2419 VkDeviceOrHostAddressConstKHR currentInstance; in prepareInstances() local
2420currentInstance.hostAddress = (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceN… in prepareInstances()
2422 …deMemcpy(&bufferStart[bufferOffset], &currentInstance, sizeof(VkDeviceOrHostAddressConstKHR::hostA… in prepareInstances()