Home
last modified time | relevance | path

Searched refs:GetGeoShaderIndex (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Shader.h361 return ( 0 <= GetGeoShaderIndex() ); in IsEnableGeoShader()
382 s32 GetGeoShaderIndex() const in GetGeoShaderIndex() function
Dgr_ShaderLite.h371 return ( 0 <= GetGeoShaderIndex() ); in IsEnableGeoShader()
392 s32 GetGeoShaderIndex() const in GetGeoShaderIndex() function
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp287 s32 shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand()
470 if ( 0 <= GetGeoShaderIndex() ) in MakeOutAttrCommand_()
909 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
980 …hader_index = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxSh… in SearchBindSymbolNum()
1033 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
Dgr_ShaderLite.cpp350 s32 shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand()
533 if ( 0 <= GetGeoShaderIndex() ) in MakeOutAttrCommand_()
972 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
1043 …hader_index = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxSh… in SearchBindSymbolNum()
1096 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()