Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Shader.h297 return ( 0 <= GetGeoShaderIndex() ); in IsEnableGeoShader()
318 int GetGeoShaderIndex() const in GetGeoShaderIndex() function
/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Shader.cpp218 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand()
260 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()
315 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()
708 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
779 …hader_index = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxSh… in SearchBindSymbolNum()
832 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()