aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/platforms/cl_12/config_cl.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-07-11 16:10:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-16 13:59:36 +0000
commit1419534a0079618b9c12edd74fd756e36b0523bf (patch)
tree46e83a5a3c46cdf5aa70f48c2ed73b81874f481a /src/compute/skc/platforms/cl_12/config_cl.h
parent7e83f89dd67e7c66d853e78b4630450bfb406de0 (diff)
Whitespace cleanup again
Change-Id: I38ab9ff141eb088084a4c0e664f327ceb89fcf70 Reviewed-on: https://skia-review.googlesource.com/140784 Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'src/compute/skc/platforms/cl_12/config_cl.h')
-rw-r--r--src/compute/skc/platforms/cl_12/config_cl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compute/skc/platforms/cl_12/config_cl.h b/src/compute/skc/platforms/cl_12/config_cl.h
index ac5cd76710..deef2db791 100644
--- a/src/compute/skc/platforms/cl_12/config_cl.h
+++ b/src/compute/skc/platforms/cl_12/config_cl.h
@@ -27,10 +27,10 @@ struct skc_config
} host; // alignment determined by compiler
struct {
skc_uint size;
- skc_uint subbufs;
+ skc_uint subbufs;
} device; // alignment determined by device
} suballocator;
-
+
struct {
skc_uint size;
} scheduler;
@@ -58,7 +58,7 @@ struct skc_config
struct {
skc_uint size; // a large fraction of block pool size
skc_uint width; // determines number of launched reclamation subgroups
- skc_uint recs; // how many in-flight width-subgroup reclamation grids
+ skc_uint recs; // how many in-flight width-subgroup reclamation grids
} handle_pool;
struct {