Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/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_()
683 …symbol->shaderType == BindSymbol::SHADER_TYPE_GEOMETRY ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
750 … = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbolNum()
786 …_index = type == ( BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Shader.h305 int GetVtxShaderIndex() const in GetVtxShaderIndex() function