Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Shader.cpp178 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand()
253 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_()
315 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()
355 int vtx_shader_index = GetVtxShaderIndex(); in MakeOutAttrCommand_()
708 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
779 … = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbolNum()
832 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Shader.h307 int GetVtxShaderIndex() const in GetVtxShaderIndex() function