Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderProgram.cpp77 bool hasGeometry = (shaderProgramDescription.GetGeometryShaderIndex() >= 0); in ActivateDescription() local
85 if ( hasGeometry == hasGeometryPrev ) in ActivateDescription()
99 ActivateShaderProgramMode( hasGeometry ); in ActivateDescription()
120 if ( hasGeometry ) in ActivateDescription()
Dgfx_ShaderBinaryInfo.cpp225 bool hasGeometry = geometryIndex >= 0; in GetOutAttrCommandSize() local
226 …u32 geometrySettingCommandSize = (GEOMETRY_SETTING_COMMAND_SIZE - (hasGeometry ? 0 : 2)) * sizeof(… in GetOutAttrCommandSize()
231 if ( hasGeometry ) in GetOutAttrCommandSize()
511 bool hasGeometry = geometryIndex >= 0; in BuildOutAttrCommand() local
537 if ( hasGeometry ) in BuildOutAttrCommand()
597 …u32 geometrySettingCommandSize = sizeof(GEOMETRY_SETTING_COMMAND) - sizeof(u32) * (hasGeometry ? 0… in BuildOutAttrCommand()
601 if ( hasGeometry ) in BuildOutAttrCommand()