Lines Matching refs:ref
421 NW_NULL_ASSERT( mesh.ref().m_ActivateCommandCache ); in ActivateVertexAttribute()
429 …internal::NWUseCmdlist( mesh.ref().m_ActivateCommandCache, mesh.ref().m_ActivateCommandCacheSize ); in ActivateVertexAttribute()
430 internal::NWUseCmdlist( mesh.ref().m_IrScaleCommand, sizeof(mesh.ref().m_IrScaleCommand) ); in ActivateVertexAttribute()
432 … const bool hasVertexAlpha = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_VERTEX_ALPHA) ? true : false; in ActivateVertexAttribute()
433 … const bool hasBoneWeightW = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_BONE_WEIGHT_W) ? true : false; in ActivateVertexAttribute()
657 resLight.ref().m_DistanceAttenuationScale, in ActivateFragmentLight()
658 resLight.ref().m_DistanceAttenuationBias ); in ActivateFragmentLight()
694 resLight.ref().m_DistanceAttenuationScale, in ActivateFragmentLight()
695 resLight.ref().m_DistanceAttenuationBias ); in ActivateFragmentLight()
899 NW_NULL_ASSERT(indexStream.ref().m_CommandCache); in RenderPrimitive()
900 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
901 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()