diff options
author | Eric Anholt <[email protected]> | 2016-11-10 17:50:34 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-11-12 19:21:46 -0800 |
commit | 96ffee2d02a9cbf7ff0042b3083376724b68ed36 (patch) | |
tree | 073e2db47170cd906d16f453e2384d4fabff4fa3 /src/gallium/drivers/vc4/vc4_context.h | |
parent | ace0d810e56a1e2978fc3ac237158918ebe2a23c (diff) |
vc4: Mark threaded FSes as non-singlethread in the CL.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index 3a8ae827b85..db9e82d2a22 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -163,6 +163,8 @@ struct vc4_compiled_shader { */ bool failed; + bool fs_threaded; + uint8_t num_inputs; /* Byte offsets for the start of the vertex attributes 0-7, and the |