Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp182 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand()
306 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_()
368 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()
408 int vtx_shader_index = GetVtxShaderIndex(); in MakeOutAttrCommand_()
775 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
846 … = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbolNum()
899 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h339 int GetVtxShaderIndex() const in GetVtxShaderIndex() function