C Specification

Possible values of VkTensorCreateInfoARM::tiling, specifying the tiling arrangement of elements in the tensor, are:

// Provided by VK_ARM_tensors
typedef enum VkTensorTilingARM {
    VK_TENSOR_TILING_OPTIMAL_ARM = 0,
    VK_TENSOR_TILING_LINEAR_ARM = 1,
  // Provided by VK_ARM_tensor_controls
    VK_TENSOR_TILING_BRICK_16_WIDE_ARM = 1000565000,
  // Provided by VK_ARM_tensor_controls
    VK_TENSOR_TILING_BRICK_8_WIDE_ARM = 1000565001,
  // Provided by VK_ARM_tensor_controls
    VK_TENSOR_TILING_BRICK_4_WIDE_ARM = 1000565002,
  // Provided by VK_ARM_tensor_controls
    VK_TENSOR_TILING_BLOCK_U_INTERLEAVED_ARM = 1000565003,
  // Provided by VK_ARM_tensor_controls
    VK_TENSOR_TILING_BLOCK_U_INTERLEAVED_64K_ARM = 1000565004,
} VkTensorTilingARM;

Description

See Also

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2026 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0