Searched defs:DeferredReplacementBlock (Results 1 – 1 of 1) sorted by relevance
37 struct DeferredReplacementBlock struct39 const TVariable *originalVariable; // variable to be replaced40 TVariable *replacementVariable; // variable to replace originalVar with41 TIntermBlock *functionBody; // function body where replacement occurs