aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_compute.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-07-15 21:49:30 -0400
committerMarek Olšák <[email protected]>2019-07-19 20:16:45 -0400
commitbe67a275b5c80310c310d27e4c941ddd86c7b03f (patch)
treeb8ca6e07d53eba3b440f9f01dd1feacd14ecccb4 /src/gallium/drivers/radeonsi/si_compute.h
parentfd92e65febcde29f728cb570c6db9c30a9ba2a3a (diff)
radeonsi: remove si_program::use_code_object_v2
Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]> Acked-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_compute.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_compute.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_compute.h b/src/gallium/drivers/radeonsi/si_compute.h
index e0b74397843..86021178533 100644
--- a/src/gallium/drivers/radeonsi/si_compute.h
+++ b/src/gallium/drivers/radeonsi/si_compute.h
@@ -41,7 +41,6 @@ struct si_compute {
unsigned input_size;
struct pipe_resource *global_buffers[MAX_GLOBAL_BUFFERS];
- unsigned use_code_object_v2 : 1;
bool reads_variable_block_size;
unsigned num_cs_user_data_dwords;
};