Lines Matching refs:ShaderLite
24 ShaderLite::ShaderLite( void ) : in ShaderLite() function in nn::gr::CTR::ShaderLite
37 u32 ShaderLite::GetRequiredBufferSize( const void* shader_binary ) in GetRequiredBufferSize()
73 …void ShaderLite::SetupBinary( const void* shader_binary, const s32 vtx_shader_index, const s32 geo… in SetupBinary()
142 … void ShaderLite::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex()
162 void ShaderLite::MakeShaderConstCommandCache_(void) in MakeShaderConstCommandCache_()
177 void ShaderLite::MakeShaderOutAttrCommandCache_( void ) in MakeShaderOutAttrCommandCache_()
214 bit32* ShaderLite::MakeFullCommand( bit32* command ) const in MakeFullCommand()
248 bit32* ShaderLite::MakeDisableCommand( bit32* command ) in MakeDisableCommand()
262 … bit32* ShaderLite::MakeShaderCommand( bit32* command, const bool isMakePrepareCommand ) const in MakeShaderCommand()
293 bit32* ShaderLite::MakePrepareCommand( bit32* command ) const in MakePrepareCommand()
308 bit32* ShaderLite::MakeVtxProgramCommand( bit32* command ) const in MakeVtxProgramCommand()
348 bit32* ShaderLite::MakeGeoProgramCommand( bit32* command ) const in MakeGeoProgramCommand()
383 bit32* ShaderLite::MakeShaderModeCommand_( bit32* command, in MakeShaderModeCommand_()
432 void ShaderLite::CheckVtxShaderIndex_( const s32 vtx_shader_index ) in CheckVtxShaderIndex_()
445 void ShaderLite::CheckGeoShaderIndex_( const s32 geo_shader_index ) in CheckGeoShaderIndex_()
461 bit32* ShaderLite::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_()
526 bit32* ShaderLite::MakeOutAttrCommand_( bit32* command, in MakeOutAttrCommand_()
911 bit32* ShaderLite::MakeLoadCommand_( bit32* command, in MakeLoadCommand_()
951 bit32* ShaderLite::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
968 bool ShaderLite::SearchBindSymbol( BindSymbol* symbol, in SearchBindSymbol()
1039 u32 ShaderLite::SearchBindSymbolNum( in SearchBindSymbolNum()
1089 bool ShaderLite::SearchBindSymbol( in SearchBindSymbol()
1187 void ShaderLite::MakeRgCmdOffsetCache_(void) in MakeRgCmdOffsetCache_()
1229 u32 ShaderLite::CalculateBufferSize_() const in CalculateBufferSize_()
1324 void ShaderLite::AssignBuffer_(bit32* buf) in AssignBuffer_()