Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp247 s32 shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand()
909 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
980 … = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbolNum()
1033 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h371 s32 GetVtxShaderIndex() const in GetVtxShaderIndex() function