Home
last modified time | relevance | path

Searched defs:geometryIndex (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h148 s32 BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex ) const in BuildShaderProgramCommand()
489 void GetShaderOutputRegisterNum(s32 vertexIndex, s32 geometryIndex, u32* pNum, u32* pMask) const in GetShaderOutputRegisterNum()
527 void GetShaderOutputRegisterMap(s32 vertexIndex, s32 geometryIndex, u32 pOutputFormat[7]) const in GetShaderOutputRegisterMap()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShader.cpp191 s32 geometryIndex = resBinaryShader.GetDescriptions(i).GetGeometryShaderIndex(); in ResBinaryShader_Setup() local
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp383 ShaderBinaryInfo::BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress… in BuildShaderProgramCommand()