Lines Matching defs:ExecutionModes
540 struct ExecutionModes struct in sw::Spirv
542 bool EarlyFragmentTests : 1;
543 bool DepthReplacing : 1;
544 bool DepthGreater : 1;
545 bool DepthLess : 1;
546 bool DepthUnchanged : 1;
547 bool StencilRefReplacing : 1;
550 Object::ID WorkgroupSizeX = 1;
551 Object::ID WorkgroupSizeY = 1;
552 Object::ID WorkgroupSizeZ = 1;
553 bool useWorkgroupSizeId = false;