Lines Matching refs:ref
435 NW_NULL_ASSERT( mesh.ref().m_ActivateCommandCache ); in ActivateVertexAttribute()
443 …internal::NWUseCmdlist( mesh.ref().m_ActivateCommandCache, mesh.ref().m_ActivateCommandCacheSize ); in ActivateVertexAttribute()
444 internal::NWUseCmdlist( mesh.ref().m_IrScaleCommand, sizeof(mesh.ref().m_IrScaleCommand) ); in ActivateVertexAttribute()
448 … const bool hasVertexAlpha = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_VERTEX_ALPHA) ? true : false; in ActivateVertexAttribute()
449 … const bool hasBoneWeightW = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_BONE_WEIGHT_W) ? true : false; in ActivateVertexAttribute()
666 resLight.ref().m_DistanceAttenuationScale, in ActivateFragmentLight()
667 resLight.ref().m_DistanceAttenuationBias ); in ActivateFragmentLight()
700 resLight.ref().m_DistanceAttenuationScale, in ActivateFragmentLight()
701 resLight.ref().m_DistanceAttenuationBias ); in ActivateFragmentLight()
903 if (indexStream.ref().m_CommandCache) in RenderPrimitive()
905 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
906 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()
1014 indexStream.ref().m_CommandCache = builder.AllocAndCopy(); in RenderPrimitive()
1015 indexStream.ref().m_CommandCacheSize = builder.GetSize(); in RenderPrimitive()