Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Shader.cpp80 if ( IsEnableGeoShader() ) in SetupBinary()
110 if ( IsEnableGeoShader() ) in MakeFullCommand()
138 if ( IsEnableGeoShader() ) in MakePrepareCommand()
158 *command++ = IsEnableGeoShader() ? 2 : 0; in MakePrepareCommand()
167 *command++ = IsEnableGeoShader() ? 1 : 0; in MakePrepareCommand()
315 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()
346 if ( IsEnableGeoShader() && exe_info->outputMaps ) in MakeOutAttrCommand_()
454 if ( IsEnableGeoShader() ) in MakeOutAttrCommand_()
636 if ( IsEnableGeoShader() ) in MakeOutAttrCommand_()
/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Shader.h295 bool IsEnableGeoShader() const in IsEnableGeoShader() function