Lines Matching defs:out
1315 // Return the lowest-level type of scalar that an homogeneous composite is made out of.
1316 // Typically, this is just to find out if something is made out of ints or floats.
1368 // Figure out the final resulting type of the access chain.
2465 // Figure out the final resulting type.
3097 // Figure out the result type
3174 // to figure out what it is.
3490 // Close out the "then" by having it jump to the mergeBlock
3566 // Close out previous segment by jumping, if necessary, to next segment
3578 // Close out previous segment by jumping, if necessary, to next segment
3714 // If swizzle still exists, it may be out-of-order, we must load the target vector,
3832 // If swizzle exists, it is out-of-order or not full, we must load the target vector,
3874 void Builder::dump(std::vector<unsigned int>& out) const
3877 out.push_back(MagicNumber);
3878 out.push_back(spvVersion);
3879 out.push_back(builderNumber);
3880 out.push_back(uniqueId + 1);
3881 out.push_back(0);
3887 capInst.dump(out);
3893 extInst.dump(out);
3896 dumpInstructions(out, imports);
3900 memInst.dump(out);
3903 dumpInstructions(out, entryPoints);
3904 dumpInstructions(out, executionModes);
3907 dumpInstructions(out, strings);
3908 dumpSourceInstructions(out);
3912 sourceExtInst.dump(out);
3914 dumpInstructions(out, names);
3915 dumpModuleProcesses(out);
3918 dumpInstructions(out, decorations);
3920 dumpInstructions(out, constantsTypesGlobals);
3921 dumpInstructions(out, externals);
3924 module.dump(out);
3993 // clear out swizzle if it is redundant, that is reselecting the same components
4002 // if components are out of order, it is a swizzle
4105 std::vector<unsigned int>& out) const
4128 sourceInst.dump(out);
4133 sourceContinuedInst.dump(out);
4138 sourceInst.dump(out);
4140 sourceInst.dump(out);
4145 void Builder::dumpSourceInstructions(std::vector<unsigned int>& out) const
4148 dumpSourceInstructions(sourceFileStringId, sourceText, out);
4150 dumpSourceInstructions(iItr->first, *iItr->second, out);
4153 void Builder::dumpInstructions(std::vector<unsigned int>& out,
4157 instructions[i]->dump(out);
4161 void Builder::dumpModuleProcesses(std::vector<unsigned int>& out) const
4166 moduleProcessed.dump(out);