Searched refs:batchStructCount (Results 1 – 3 of 3) sorted by relevance
854 const uint32_t &batchStructCount) const;1116 const uint32_t &batchStructCount) const in initBottomAccellStructures()1122 pool.batchStructCount(batchStructCount); in initBottomAccellStructures()1123 pool.batchGeomCount(batchStructCount * 8); in initBottomAccellStructures()
1923 void BottomLevelAccelerationStructurePool::batchStructCount(const uint32_t &value) in batchStructCount() function in vk::BottomLevelAccelerationStructurePool2008 uint32_t batchStructCount = m_batchStructCount; in getAllocationCount() local2017 batchStructCount = batches[0]; in getAllocationCount()2042 const uint32_t accStrIndex = (iStr / batchStructCount); in getAllocationCount()2167 uint32_t batchStructCount = m_batchStructCount; in batchCreateAdjust() local2175 batchStructCount = batches[0]; in batchCreateAdjust()2210 const uint32_t accStrIndex = (iStr / batchStructCount); in batchCreateAdjust()2211 if (iStr != 0 && (iStr % batchStructCount) == 0) in batchCreateAdjust()
879 uint32_t batchStructCount() const in batchStructCount() function in vk::BottomLevelAccelerationStructurePool883 void batchStructCount(const uint32_t &value);