Home
last modified time | relevance | path

Searched refs:GetOutputRegisterNum (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h439 u32 GetOutputRegisterNum(s32 shaderIndex) const in GetOutputRegisterNum() function
464 void GetOutputRegisterNum(s32 shaderIndex, u32* pNum, u32* pMask) const in GetOutputRegisterNum() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp524 this->GetOutputRegisterNum( vertexIndex, &vertexOutputNum, &vertexOutputMask ); in BuildOutAttrCommand()