Home | History | Annotate | Download | only in opt

Lines Matching defs:voidt

70   auto* voidt = types.back().get();
108 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8,
148 types.emplace_back(new Function(voidt, {}));
149 types.emplace_back(new Function(voidt, {boolt}));
150 types.emplace_back(new Function(voidt, {boolt, s32}));