summaryrefslogtreecommitdiff
path: root/src/freedreno/vulkan/tu_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/vulkan/tu_device.c')
-rw-r--r--src/freedreno/vulkan/tu_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c
index c603b991d68..f120ddf6de4 100644
--- a/src/freedreno/vulkan/tu_device.c
+++ b/src/freedreno/vulkan/tu_device.c
@@ -1179,9 +1179,9 @@ tu_get_physical_device_properties_1_3(struct tu_physical_device *pdevice,
p->integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = false;
p->storageTexelBufferOffsetAlignmentBytes = 64;
- p->storageTexelBufferOffsetSingleTexelAlignment = false;
+ p->storageTexelBufferOffsetSingleTexelAlignment = true;
p->uniformTexelBufferOffsetAlignmentBytes = 64;
- p->uniformTexelBufferOffsetSingleTexelAlignment = false;
+ p->uniformTexelBufferOffsetSingleTexelAlignment = true;
/* The address space is 4GB for current kernels, so there's no point
* allowing a larger buffer. Our buffer sizes are 64-bit though, so