Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h569 for ( int outputIndex = 0; outputIndex < OUTPUT_REG_NUM; ++outputIndex ) in GetShaderOutputRegisterMap() local
571 pOutputFormat[ outputIndex ] = 0x1f1f1f1f; in GetShaderOutputRegisterMap()
578 … for ( int j = 0; outmapInfo.index == outputIndex && j < OUT_ATTR_DIMENTION_MAX; ++j ) in GetShaderOutputRegisterMap()
639 …pOutputFormat[ outputIndex ] = pOutputFormat[ outputIndex ] & ~( 0xff << ( j * 8 ) ) | value << ( … in GetShaderOutputRegisterMap()
643 if (pOutputFormat[ outputIndex ] != 0x1f1f1f1f) in GetShaderOutputRegisterMap()
645 outMask |= ( 1 << outputIndex ); in GetShaderOutputRegisterMap()