diff options
Diffstat (limited to 'src/compiler/spirv/vtn_private.h')
-rw-r--r-- | src/compiler/spirv/vtn_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/spirv/vtn_private.h b/src/compiler/spirv/vtn_private.h index f3d54051885..330cf47b34a 100644 --- a/src/compiler/spirv/vtn_private.h +++ b/src/compiler/spirv/vtn_private.h @@ -613,6 +613,9 @@ struct vtn_builder { /* false by default, set to true by the ContractionOff execution mode */ bool exact; + + /* when a physical memory model is choosen */ + bool physical_ptrs; }; nir_ssa_def * |