Lines Matching defs:Modes
546 struct Modes struct in sw::SpirvShader
548 bool EarlyFragmentTests : 1;
549 bool DepthReplacing : 1;
550 bool DepthGreater : 1;
551 bool DepthLess : 1;
552 bool DepthUnchanged : 1;
553 bool ContainsKill : 1;
554 bool ContainsControlBarriers : 1;
555 bool NeedsCentroid : 1;
556 bool ContainsSampleQualifier : 1;
559 int WorkgroupSizeX = 1;
560 int WorkgroupSizeY = 1;
561 int WorkgroupSizeZ = 1;