File: sync_diagram_source.txt

package info (click to toggle)
vulkan-validationlayers 1.4.328.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 49,412 kB
  • sloc: cpp: 615,223; python: 12,115; sh: 24; makefile: 20; xml: 14
file content (25 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Copyright 2015-2021 LunarG, Inc.

Diagrams sync_wrr.png and sync_wrw.png were created using 

https://bramp.github.io/js-sequence-diagrams/

Script for wrr diagram:

Title: WRR Sequence
W->R0: M
R0 -- > W: Most recent
R1 -- > W: Most recent
R1->R2: E
R2-->R1: Most Recent
R3-->W: Most Recent
Note right of R3: R3 not in\nscope of E

Script for wrw diagram:

Title: WRW Sequence
W0->R: M
R --> W0: Most recent
R -> W1: E
W1 -- > R: Most recent