Lines Matching refs:vtx_shader_index
41 …void Shader::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_sha… in SetupBinary() argument
93 SetShaderIndex( vtx_shader_index, geo_shader_index ); in SetupBinary()
103 void Shader::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex() argument
106 CheckVtxShaderIndex_( vtx_shader_index ); in SetShaderIndex()
110 m_VtxShaderIndex = vtx_shader_index; in SetShaderIndex()
369 void Shader::CheckVtxShaderIndex_( const s32 vtx_shader_index ) in CheckVtxShaderIndex_() argument
371 NN_UNUSED_VAR( vtx_shader_index ); in CheckVtxShaderIndex_()
374 NN_GR_ASSERT( ( 0 <= vtx_shader_index ) && ( vtx_shader_index < GetShaderNum() ) ); in CheckVtxShaderIndex_()
377 NN_GR_ASSERT( ! m_ExeImageInfo[ vtx_shader_index ]->isGeoShader ); in CheckVtxShaderIndex_()
464 const s32 vtx_shader_index, in MakeOutAttrCommand_() argument
467 s32 shader_index = vtx_shader_index; in MakeOutAttrCommand_()
522 … NN_GR_ASSERT( 0 <= vtx_shader_index && vtx_shader_index < m_ExeImageInfoNum ); in MakeOutAttrCommand_()
523 const ExeImageInfo* vtx_exe_info = m_ExeImageInfo[ vtx_shader_index ]; in MakeOutAttrCommand_()
650 const ExeImageInfo* exe_info = m_ExeImageInfo[ vtx_shader_index ]; in MakeOutAttrCommand_()
722 *command++ = 0x7fff0000 | m_ExeImageInfo[ vtx_shader_index ]->mainAddress; in MakeOutAttrCommand_()
781 *command++ = 0x7fff0000 | m_ExeImageInfo[ vtx_shader_index ]->mainAddress; in MakeOutAttrCommand_()