Searched refs:m_batchStructCount (Results 1 – 2 of 2) sorted by relevance
1697 : m_batchStructCount (4) in BottomLevelAccelerationStructurePool()1719 DE_ASSERT(value >= 1); m_batchStructCount = value; in batchStructCount()1803 deUint32 batchStructCount = m_batchStructCount; in getAllocationCount()1804 deUint32 batchScratchCount = m_batchStructCount; in getAllocationCount()1805 deUint32 batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in getAllocationCount()1953 deUint32 batchStructCount = m_batchStructCount; in batchCreateAdjust()1954 deUint32 batchVertexCount = m_batchGeomCount ? m_batchGeomCount : m_batchStructCount; in batchCreateAdjust()
672 deUint32 batchStructCount () const {return m_batchStructCount; } in batchStructCount()709 deUint32 m_batchStructCount; // default is 4 member in vk::BottomLevelAccelerationStructurePool