Lines Matching refs:VariablePathComponent
216 using ProgramInterfaceDefinition::VariablePathComponent;
718 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const char* subPath… in traverseVariablePath()
722 typePath.push_back(VariablePathComponent(&type)); in traverseVariablePath()
760 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const std::string& … in traverseVariablePath()
765 typePath.push_back(VariablePathComponent(&var)); in traverseVariablePath()
769 static bool traverseShaderVariablePath (std::vector<VariablePathComponent>& typePath, const Program… in traverseShaderVariablePath()
797 …typePath.push_back(VariablePathComponent(&shader->getDefaultBlock().interfaceBlocks[interfaceNdx])… in traverseShaderVariablePath()
814 …typePath.push_back(VariablePathComponent(&shader->getDefaultBlock().interfaceBlocks[interfaceNdx])… in traverseShaderVariablePath()
827 static bool traverseProgramVariablePath (std::vector<VariablePathComponent>& typePath, const Progra… in traverseProgramVariablePath()
1219 std::vector<VariablePathComponent> path; in getNumFeedbackVaryingComponents()
1466 std::vector<VariablePathComponent> path; in getProgramInterfaceResourceList()
1726 bool findProgramVariablePathByPathName (std::vector<VariablePathComponent>& typePath, const Program… in findProgramVariablePathByPathName()
1728 std::vector<VariablePathComponent> modifiedPath; in findProgramVariablePathByPathName()