Searched refs:m_batchStructCount (Results 1 – 2 of 2) sorted by relevance
1903 : m_batchStructCount(4) in BottomLevelAccelerationStructurePool()1926 m_batchStructCount = value; in batchStructCount()2008 uint32_t batchStructCount = m_batchStructCount; in getAllocationCount()2009 uint32_t batchScratchCount = m_batchStructCount; in getAllocationCount()2010 uint32_t batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in getAllocationCount()2167 uint32_t batchStructCount = m_batchStructCount; in batchCreateAdjust()2168 uint32_t batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in batchCreateAdjust()
881 return m_batchStructCount; in batchStructCount()921 uint32_t m_batchStructCount; // default is 4 member in vk::BottomLevelAccelerationStructurePool