Home | History | Annotate | Download | only in source

Lines Matching defs:group

1 // Copyright (c) 2015-2016 The Khronos Group Inc.
82 const auto& group = table->types[typeIndex];
83 if (type != group.type) continue;
84 for (uint64_t index = 0; index < group.count; ++index) {
85 const auto& entry = group.entries[index];
105 const auto& group = table->types[typeIndex];
106 if (type != group.type) continue;
107 for (uint64_t index = 0; index < group.count; ++index) {
108 const auto& entry = group.entries[index];
192 return "group operation";