Searched refs:m_batchStructCount (Results 1 – 2 of 2) sorted by relevance
1699 : m_batchStructCount (4) in BottomLevelAccelerationStructurePool()1721 DE_ASSERT(value >= 1); m_batchStructCount = value; in batchStructCount()1805 deUint32 batchStructCount = m_batchStructCount; in getAllocationCount()1806 deUint32 batchScratchCount = m_batchStructCount; in getAllocationCount()1807 deUint32 batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in getAllocationCount()1955 deUint32 batchStructCount = m_batchStructCount; in batchCreateAdjust()1956 deUint32 batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in batchCreateAdjust()
673 deUint32 batchStructCount () const {return m_batchStructCount; } in batchStructCount()711 deUint32 m_batchStructCount; // default is 4 member in vk::BottomLevelAccelerationStructurePool