Searched refs:IsEnableGeoShader (Results 1 – 2 of 2) sorted by relevance
80 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_()
295 bool IsEnableGeoShader() const in IsEnableGeoShader() function