Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp1835 std::vector<de::SharedPtr<BufferWithMemory>> m_accellerationStructureBuffers; member
1844 , m_accellerationStructureBuffers() in BottomLevelAccelerationStructurePoolImpl()
1854 if (m_pool.m_accellerationStructureBuffers.size()) in getAccelerationStructureBuffer()
1857 result = m_pool.m_accellerationStructureBuffers[m_info.accStrIndex].get(); in getAccelerationStructureBuffer()
1992 return m_impl->m_accellerationStructureBuffers.size() + m_impl->m_vertexBuffers.size() + in getAllocationCount()
2270 m_impl->m_accellerationStructureBuffers.emplace_back( in batchCreateAdjust()