Lines Matching refs:ref
425 NW_NULL_ASSERT( mesh.ref().m_ActivateCommandCache ); in ActivateVertexAttribute()
433 …internal::NWUseCmdlist( mesh.ref().m_ActivateCommandCache, mesh.ref().m_ActivateCommandCacheSize ); in ActivateVertexAttribute()
434 internal::NWUseCmdlist( mesh.ref().m_IrScaleCommand, sizeof(mesh.ref().m_IrScaleCommand) ); in ActivateVertexAttribute()
436 … const bool hasVertexAlpha = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_VERTEX_ALPHA) ? true : false; in ActivateVertexAttribute()
437 … const bool hasBoneWeightW = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_BONE_WEIGHT_W) ? true : false; in ActivateVertexAttribute()
659 resLight.ref().m_DistanceAttenuationScale, in ActivateFragmentLight()
660 resLight.ref().m_DistanceAttenuationBias ); in ActivateFragmentLight()
696 resLight.ref().m_DistanceAttenuationScale, in ActivateFragmentLight()
697 resLight.ref().m_DistanceAttenuationBias ); in ActivateFragmentLight()
901 NW_NULL_ASSERT(indexStream.ref().m_CommandCache); in RenderPrimitive()
902 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
903 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()