Lines Matching refs:decorations
247 // and this function computes the rest from the SPIR-V Offset decorations.
263 // Offset/ArrayStride/MatrixStride decorations, and bitwise OR them all
281 std::for_each(decorations.begin(), decorations.end(), function);
294 std::for_each(decorations.begin(), decorations.end(), function);
364 ++ii; // Keep potential decorations on the label.
388 // Remove unneeded decorations, for unreachable instructions
389 decorations.erase(std::remove_if(decorations.begin(), decorations.end(),
394 decorations.end());
443 std::for_each(decorations.begin(), decorations.end(), function);