Searched refs:outmapInfo (Results 1 – 1 of 1) sorted by relevance
540 const OutmapInfo& outmapInfo = outmapInfoTable[ i ]; in GetShaderOutputRegisterMap() local542 … for ( int j = 0; outmapInfo.index == outputIndex && j < OUT_ATTR_DIMENTION_MAX; ++j ) in GetShaderOutputRegisterMap()544 if ( ( outmapInfo.mask & ( 1 << j ) ) == 0 ) { continue; } in GetShaderOutputRegisterMap()547 switch ( outmapInfo.type ) in GetShaderOutputRegisterMap()