Lines Matching refs:vtx_shader_index
73 …void ShaderLite::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo… 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
145 CheckVtxShaderIndex_( vtx_shader_index ); in SetShaderIndex()
149 m_VtxShaderIndex = vtx_shader_index; in SetShaderIndex()
432 void ShaderLite::CheckVtxShaderIndex_( const s32 vtx_shader_index ) in CheckVtxShaderIndex_() argument
434 NN_UNUSED_VAR( vtx_shader_index ); in CheckVtxShaderIndex_()
437 NN_GR_ASSERT( ( 0 <= vtx_shader_index ) && ( vtx_shader_index < GetShaderNum() ) ); in CheckVtxShaderIndex_()
440 NN_GR_ASSERT( ! m_ExeImageInfo[ vtx_shader_index ]->isGeoShader ); in CheckVtxShaderIndex_()
527 const s32 vtx_shader_index, in MakeOutAttrCommand_() argument
530 s32 shader_index = vtx_shader_index; in MakeOutAttrCommand_()
585 … NN_GR_ASSERT( 0 <= vtx_shader_index && vtx_shader_index < m_ExeImageInfoNum ); in MakeOutAttrCommand_()
586 const ExeImageInfo* vtx_exe_info = m_ExeImageInfo[ vtx_shader_index ]; in MakeOutAttrCommand_()
713 const ExeImageInfo* exe_info = m_ExeImageInfo[ vtx_shader_index ]; in MakeOutAttrCommand_()
785 *command++ = 0x7fff0000 | m_ExeImageInfo[ vtx_shader_index ]->mainAddress; in MakeOutAttrCommand_()
844 *command++ = 0x7fff0000 | m_ExeImageInfo[ vtx_shader_index ]->mainAddress; in MakeOutAttrCommand_()