Class VkPhysicalDeviceTensorPropertiesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceTensorPropertiesARM extends Struct<VkPhysicalDeviceTensorPropertiesARM> implements NativeResource

 struct VkPhysicalDeviceTensorPropertiesARM {
     VkStructureType sType;
     void * pNext;
     uint32_t maxTensorDimensionCount;
     uint64_t maxTensorElements;
     uint64_t maxPerDimensionTensorElements;
     int64_t maxTensorStride;
     uint64_t maxTensorSize;
     uint32_t maxTensorShaderAccessArrayLength;
     uint32_t maxTensorShaderAccessSize;
     uint32_t maxDescriptorSetStorageTensors;
     uint32_t maxPerStageDescriptorSetStorageTensors;
     uint32_t maxDescriptorSetUpdateAfterBindStorageTensors;
     uint32_t maxPerStageDescriptorUpdateAfterBindStorageTensors;
     VkBool32 shaderStorageTensorArrayNonUniformIndexingNative;
     VkShaderStageFlags shaderTensorSupportedStages;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • MAXTENSORDIMENSIONCOUNT

      public static final int MAXTENSORDIMENSIONCOUNT
      The struct member offsets.
    • MAXTENSORELEMENTS

      public static final int MAXTENSORELEMENTS
      The struct member offsets.
    • MAXPERDIMENSIONTENSORELEMENTS

      public static final int MAXPERDIMENSIONTENSORELEMENTS
      The struct member offsets.
    • MAXTENSORSTRIDE

      public static final int MAXTENSORSTRIDE
      The struct member offsets.
    • MAXTENSORSIZE

      public static final int MAXTENSORSIZE
      The struct member offsets.
    • MAXTENSORSHADERACCESSARRAYLENGTH

      public static final int MAXTENSORSHADERACCESSARRAYLENGTH
      The struct member offsets.
    • MAXTENSORSHADERACCESSSIZE

      public static final int MAXTENSORSHADERACCESSSIZE
      The struct member offsets.
    • MAXDESCRIPTORSETSTORAGETENSORS

      public static final int MAXDESCRIPTORSETSTORAGETENSORS
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORSETSTORAGETENSORS

      public static final int MAXPERSTAGEDESCRIPTORSETSTORAGETENSORS
      The struct member offsets.
    • MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGETENSORS

      public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGETENSORS
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGETENSORS

      public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGETENSORS
      The struct member offsets.
    • SHADERSTORAGETENSORARRAYNONUNIFORMINDEXINGNATIVE

      public static final int SHADERSTORAGETENSORARRAYNONUNIFORMINDEXINGNATIVE
      The struct member offsets.
    • SHADERTENSORSUPPORTEDSTAGES

      public static final int SHADERTENSORSUPPORTEDSTAGES
      The struct member offsets.
  • Constructor Details

    • VkPhysicalDeviceTensorPropertiesARM

      public VkPhysicalDeviceTensorPropertiesARM(ByteBuffer container)
      Creates a VkPhysicalDeviceTensorPropertiesARM instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details