Searched refs:batchStructCount (Results 1 – 4 of 4) sorted by relevance
783 const deUint32& batchStructCount) const;1038 const deUint32& batchStructCount) const in initBottomAccellStructures()1044 pool.batchStructCount(batchStructCount); in initBottomAccellStructures()1045 pool.batchGeomCount(batchStructCount * 8); in initBottomAccellStructures()
1807 void BottomLevelAccelerationStructurePool::batchStructCount (const deUint32& value) in batchStructCount() function in vk::BottomLevelAccelerationStructurePool1893 deUint32 batchStructCount = m_batchStructCount; in getAllocationCount() local1902 batchStructCount = batches[0]; in getAllocationCount()1926 const deUint32 accStrIndex = (iStr / batchStructCount); in getAllocationCount()2043 deUint32 batchStructCount = m_batchStructCount; in batchCreateAdjust() local2051 batchStructCount = batches[0]; in batchCreateAdjust()2085 const deUint32 accStrIndex = (iStr / batchStructCount); in batchCreateAdjust()2086 if (iStr != 0 && (iStr % batchStructCount) == 0) in batchCreateAdjust()
683 deUint32 batchStructCount () const {return m_batchStructCount; } in batchStructCount() function in vk::BottomLevelAccelerationStructurePool684 void batchStructCount (const deUint32& value);