Searched refs:arrayElem (Results 1 – 2 of 2) sorted by relevance
349 void streamArrayStr(std::ostringstream& _str, int arrayElem = -1) const in streamArrayStr() argument355 if (arrayElem < 0) in streamArrayStr()368 _str << "[" << arrayElem / tailSize << "]"; in streamArrayStr()369 arrayElem %= tailSize; in streamArrayStr()679 for (int arrayElem = 0; arrayElem < type.arraySize; arrayElem++) in Uniform() local866 void streamArrayStr(std::ostringstream& str, int arrayElem = -1) const in streamArrayStr() argument872 if (arrayElem < 0) in streamArrayStr()885 str << "[" << arrayElem / tailSize << "]"; in streamArrayStr()886 arrayElem %= tailSize; in streamArrayStr()891 const SubroutineFunction& getSelectedFunction(int arrayElem) const in getSelectedFunction()[all …]
5241 … const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input)); in generateProgramInputBlockContents() local5242 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5253 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input, R… in generateProgramInputBlockContents() local5254 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5267 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input, R… in generateProgramInputBlockContents() local5268 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5287 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInp… in generateProgramInputBlockContents() local5288 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5339 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(output)); in generateProgramOutputBlockContents() local5340 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramOutputBlockContents()[all …]