aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/compiler/vir_dump.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-12-09 19:44:33 -0800
committerEric Anholt <[email protected]>2019-01-14 15:40:55 -0800
commit9b45b06d7c685c4ef23a25c086870cee05ead1b5 (patch)
treebe5f7723bce444ff6875fc6a8a239de00e3dea15 /src/broadcom/compiler/vir_dump.c
parent01d913cf90d3c57ba82f555bdf4ccb8ef7f9801e (diff)
v3d: Add support for CS shared variable load/store/atomics.
CS shared variables are handled effectively as SSBO access to a temporary buffer that will be allocated at CS dispatch time.
Diffstat (limited to 'src/broadcom/compiler/vir_dump.c')
-rw-r--r--src/broadcom/compiler/vir_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/broadcom/compiler/vir_dump.c b/src/broadcom/compiler/vir_dump.c
index 0ec3070dedc..ecf6f3e1fbe 100644
--- a/src/broadcom/compiler/vir_dump.c
+++ b/src/broadcom/compiler/vir_dump.c
@@ -34,6 +34,7 @@ vir_dump_uniform(enum quniform_contents contents,
[QUNIFORM_VIEWPORT_Y_SCALE] = "vp_y_scale",
[QUNIFORM_VIEWPORT_Z_OFFSET] = "vp_z_offset",
[QUNIFORM_VIEWPORT_Z_SCALE] = "vp_z_scale",
+ [QUNIFORM_SHARED_OFFSET] = "shared_offset",
};
switch (contents) {