Searched refs:interleave (Results 1 – 1 of 1) sorted by relevance
218 … ResInterleavedVertexStream interleave = ResStaticCast<ResInterleavedVertexStream>(attribute); in CalcSetupDeactivateVertexAttributeCommandSize_() local219 s32 streamCount = interleave.GetVertexStreamsCount(); in CalcSetupDeactivateVertexAttributeCommandSize_()347 … ResInterleavedVertexStream interleave = ResStaticCast<ResInterleavedVertexStream>(attribute); in SetupActivateVertexAttributeCommand_() local351 u32 bufferAddr = nngxGetPhysicalAddr( interleave.GetImageAddress() ); in SetupActivateVertexAttributeCommand_()352 s32 streamCount = interleave.GetVertexStreamsCount(); in SetupActivateVertexAttributeCommand_()357 command[commandIndex + 3] = (interleave.GetStride() << 16) | (streamCount << 28); in SetupActivateVertexAttributeCommand_()364 ResVertexStream stream = interleave.GetVertexStreams( streamIdx ); in SetupActivateVertexAttributeCommand_()556 … ResInterleavedVertexStream interleave = ResStaticCast<ResInterleavedVertexStream>(attribute); in SetupDeactivateVertexAttributeCommand_() local563 s32 streamCount = interleave.GetVertexStreamsCount(); in SetupDeactivateVertexAttributeCommand_()