Lines Matching defs:set

252     bool linkageOnly;                  // true when visiting the set of objects in the AST present only for
254 std::set<spv::Id> iOSet; // all input/output variables from either static use or declaration of interface
263 std::unordered_set<long long> rValueParameters; // set of formal function parameters passed as rValues,
1238 // return a non-0 dependency if the dependency argument must be set
1442 // descriptor set.
2036 // getSymbolId() will set up all the IO decorations on the first call.
2679 if (spirvInst.set == "") {
2696 resultType(), spirvInst.set == "GLSL.std.450" ? stdBuiltins : getExtBuiltins(spirvInst.set.c_str()),
3625 const int set = glslangOp == glslang::EOpExecuteCallableKHR ? 1 : 0;
3627 auto itNode = locationToSymbol[set].find(location);
3637 const int set = 2;
3638 auto itNode = locationToSymbol[set].find(location);
3745 if (spirvInst.set == "") {
3765 resultType(), spirvInst.set == "GLSL.std.450" ? stdBuiltins : getExtBuiltins(spirvInst.set.c_str()),
4606 assert(spirvInst.set == ""); // Currently, couldn't be extended instructions.
5196 // set up the target storage
5217 // set up the target storage
5297 // override anything in currentOffset with user-set offset
5551 int set;
5556 set = 0;
5560 set = 1;
5564 set = 2;
5568 set = -1;
5570 if (set != -1)
5571 locationToSymbol[set].insert(std::make_pair(location, objNode));
6123 // set the rest of the arguments
6263 //Accessing to a struct we created, no coherent flag is set
6753 // one time set up...
9762 // will set the builder into spec constant op instruction generating mode.
10060 // Return type Id of the imported set of extended instructions corresponds to the name.
10061 // Import this set if it has not been imported yet.