Lines Matching refs:Shader

24             Shader::Shader( void ) :  in Shader()  function in nn::gr::CTR::Shader
41 …void Shader::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo_sha… in SetupBinary()
103 void Shader::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex()
123 void Shader::MakeShaderConstCommandCache_( void ) in MakeShaderConstCommandCache_()
139 void Shader::MakeShaderOutAttrCommandCache_( void ) in MakeShaderOutAttrCommandCache_()
151 bit32* Shader::MakeFullCommand( bit32* command ) const in MakeFullCommand()
185 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand()
199 … bit32* Shader::MakeShaderCommand( bit32* command, const bool isMakePrepareCommand ) const in MakeShaderCommand()
230 bit32* Shader::MakePrepareCommand( bit32* command ) const in MakePrepareCommand()
245 bit32* Shader::MakeVtxProgramCommand( bit32* command ) const in MakeVtxProgramCommand()
285 bit32* Shader::MakeGeoProgramCommand( bit32* command ) const in MakeGeoProgramCommand()
320 bit32* Shader::MakeShaderModeCommand_( bit32* command, in MakeShaderModeCommand_()
369 void Shader::CheckVtxShaderIndex_( const s32 vtx_shader_index ) in CheckVtxShaderIndex_()
382 void Shader::CheckGeoShaderIndex_( const s32 geo_shader_index ) in CheckGeoShaderIndex_()
398 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_()
463 bit32* Shader::MakeOutAttrCommand_( bit32* command, in MakeOutAttrCommand_()
848 bit32* Shader::MakeLoadCommand_( bit32* command, in MakeLoadCommand_()
888 bit32* Shader::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
905 bool Shader::SearchBindSymbol( BindSymbol* symbol, in SearchBindSymbol()
976 u32 Shader::SearchBindSymbolNum( in SearchBindSymbolNum()
1026 bool Shader::SearchBindSymbol( in SearchBindSymbol()