Home
last modified time | relevance | path

Searched defs:tryCachedMemory (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp690 bool tryCachedMemory () const { return m_tryCachedMemory; } in tryCachedMemory() function in vk::BottomLevelAccelerationStructurePool
691 void tryCachedMemory (const bool cachedMemory) { m_tryCachedMemory = cachedMemory; } in tryCachedMemory() function in vk::BottomLevelAccelerationStructurePool
DvkRayTracingUtil.cpp2401 const bool tryCachedMemory) in createInstanceBuffer()
2703 void TopLevelAccelerationStructureKHR::setTryCachedMemory (const bool tryCachedMemory) in setTryCachedMemory()