Lines Matching refs:geo_shader_index

73 …y( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_shader_index, bit32* buffe…  in SetupBinary()  argument
131 SetShaderIndex( vtx_shader_index, geo_shader_index ); in SetupBinary()
142 … void ShaderLite::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex() argument
147 CheckGeoShaderIndex_( geo_shader_index ); in SetShaderIndex()
150 m_GeoShaderIndex = geo_shader_index; in SetShaderIndex()
445 void ShaderLite::CheckGeoShaderIndex_( const s32 geo_shader_index ) in CheckGeoShaderIndex_() argument
447 NN_UNUSED_VAR( geo_shader_index ); in CheckGeoShaderIndex_()
453 if ( geo_shader_index > - 1 ) in CheckGeoShaderIndex_()
455 NN_GR_ASSERT( m_ExeImageInfo[ geo_shader_index ]->isGeoShader ); in CheckGeoShaderIndex_()
528 const s32 geo_shader_index ) in MakeOutAttrCommand_() argument
537 shader_index = geo_shader_index; in MakeOutAttrCommand_()
751 bit32 gsDataMode = m_ExeImageInfo[ geo_shader_index ]->gsDataMode; in MakeOutAttrCommand_()
777 *command++ = 0x7fff0000 | m_ExeImageInfo[ geo_shader_index ]->mainAddress; in MakeOutAttrCommand_()
806 ( m_ExeImageInfo[ geo_shader_index ]->gsVertexNum != 0 ) ) in MakeOutAttrCommand_()
808 *command++ = m_ExeImageInfo[ geo_shader_index ]->gsVertexNum - 1; in MakeOutAttrCommand_()
816 … gsDataMode |= ( m_ExeImageInfo[ geo_shader_index ]->gsVertexStartIndex ) << 16; in MakeOutAttrCommand_()
818 … gsDataMode |= ( m_ExeImageInfo[ geo_shader_index ]->gsVertexNum - 1 ) << 8; in MakeOutAttrCommand_()