Lines Matching defs:sampled
691 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled,
694 assert(sampled == 1 || sampled == 2);
705 type->getImmediateOperand(5) == sampled &&
717 type->addImmediateOperand(sampled);
727 if (sampled == 1)
733 if (sampled == 1)
740 if (sampled == 1)
747 if (sampled == 1)
760 if (sampled == 2) {
809 auto const debugResultId = makeCompositeDebugType({}, "type.sampled.image", NonSemanticShaderDebugInfo100Class, true);