Searched refs:m_batchStructCount (Results 1 – 2 of 2) sorted by relevance
1787 : m_batchStructCount (4) in BottomLevelAccelerationStructurePool()1809 DE_ASSERT(value >= 1); m_batchStructCount = value; in batchStructCount()1893 deUint32 batchStructCount = m_batchStructCount; in getAllocationCount()1894 deUint32 batchScratchCount = m_batchStructCount; in getAllocationCount()1895 deUint32 batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in getAllocationCount()2043 deUint32 batchStructCount = m_batchStructCount; in batchCreateAdjust()2044 deUint32 batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in batchCreateAdjust()
683 deUint32 batchStructCount () const {return m_batchStructCount; } in batchStructCount()721 deUint32 m_batchStructCount; // default is 4 member in vk::BottomLevelAccelerationStructurePool