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 …]
5231 … const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input)); in generateProgramInputBlockContents() local5232 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5243 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input, R… in generateProgramInputBlockContents() local5244 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5257 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input, R… in generateProgramInputBlockContents() local5258 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5277 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInp… in generateProgramInputBlockContents() local5278 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()5329 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(output)); in generateProgramOutputBlockContents() local5330 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramOutputBlockContents()[all …]