Searched refs:fragmentOutputs (Results 1 – 2 of 2) sorted by relevance
3183 int currentIndex = lookup(fragmentOutputs, fragmentOutput); in declareFragmentOutput()3192 if(fragmentOutputs.size() <= (size_t)requestedLocation) in declareFragmentOutput()3194 while(fragmentOutputs.size() < (size_t)requestedLocation) in declareFragmentOutput()3196 fragmentOutputs.push_back(nullptr); in declareFragmentOutput()3200 fragmentOutputs.push_back(fragmentOutput); in declareFragmentOutput()3207 if(!fragmentOutputs[requestedLocation + i]) in declareFragmentOutput()3209 fragmentOutputs[requestedLocation + i] = fragmentOutput; in declareFragmentOutput()3313 return allocate(fragmentOutputs, fragmentOutput); in fragmentOutputRegister()
331 VariableArray fragmentOutputs; variable