Searched refs:posIn (Results 1 – 3 of 3) sorted by relevance
293 ParentBlock(TIntermBlock *nodeIn, TIntermSequence::size_type posIn) in ParentBlock()294 : node(nodeIn), pos(posIn) in ParentBlock()
747 ParentBlock(TIntermAggregate *nodeIn, TIntermSequence::size_type posIn) in ParentBlock()748 : node(nodeIn), pos(posIn) in ParentBlock()
483 …const Attribute* posIn = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals… in computeTransformFeedbackOutputs() local484 output.type = posIn->type; in computeTransformFeedbackOutputs()485 output.inputs.push_back(posIn); in computeTransformFeedbackOutputs()