Searched refs:batchGeomCount (Results 1 – 3 of 3) sorted by relevance
676 deUint32 batchGeomCount () const {return m_batchGeomCount; } in batchGeomCount() function in vk::BottomLevelAccelerationStructurePool677 void batchGeomCount (const deUint32& value) { m_batchGeomCount = value; } in batchGeomCount() function in vk::BottomLevelAccelerationStructurePool
1045 pool.batchGeomCount(batchStructCount * 8); in initBottomAccellStructures()