Documentation / device / PBPointerTypeInfo
Class: PBPointerTypeInfo
Defined in: libs/device/src/builder/types.ts:1364
The pointer type info
Extends
Constructors
Constructor
new PBPointerTypeInfo(
pointerType,addressSpace):PBPointerTypeInfo
Defined in: libs/device/src/builder/types.ts:1367
Parameters
pointerType
addressSpace
Returns
PBPointerTypeInfo
Overrides
PBTypeInfo<PointerTypeDetail>.constructor
Accessors
typeId
Get Signature
get typeId():
string
Defined in: libs/device/src/builder/types.ts:589
Get unique id for this type
Returns
string
Inherited from
pointerType
Get Signature
get pointerType():
PBTypeInfo<TypeDetailInfo>
Defined in: libs/device/src/builder/types.ts:1376
Get type of the pointer
Returns
addressSpace
Get Signature
get addressSpace():
PBAddressSpace
Defined in: libs/device/src/builder/types.ts:1380
Get address space of the pointer
Returns
Set Signature
set addressSpace(
val):void
Defined in: libs/device/src/builder/types.ts:1383
Parameters
val
Returns
void
Methods
isVoidType()
isVoidType():
this is PBVoidTypeInfo
Defined in: libs/device/src/builder/types.ts:596
returns true if this is a void type
Returns
this is PBVoidTypeInfo
Inherited from
isAnyType()
isAnyType():
this is PBAnyTypeInfo
Defined in: libs/device/src/builder/types.ts:600
returns true if this is an any type
Returns
this is PBAnyTypeInfo
Inherited from
isPrimitiveType()
isPrimitiveType():
this is PBPrimitiveTypeInfo
Defined in: libs/device/src/builder/types.ts:604
returns true if this is a primitive type
Returns
this is PBPrimitiveTypeInfo
Inherited from
isStructType()
isStructType():
this is PBStructTypeInfo
Defined in: libs/device/src/builder/types.ts:616
returns true if this is a struct type
Returns
this is PBStructTypeInfo
Inherited from
isArrayType()
isArrayType():
this is PBArrayTypeInfo
Defined in: libs/device/src/builder/types.ts:620
returns true if this is an array type
Returns
this is PBArrayTypeInfo
Inherited from
isAtomicI32()
isAtomicI32():
this is PBAtomicI32TypeInfo
Defined in: libs/device/src/builder/types.ts:628
returns true if this is an atomic int type
Returns
this is PBAtomicI32TypeInfo
Inherited from
isAtomicU32()
isAtomicU32():
this is PBAtomicU32TypeInfo
Defined in: libs/device/src/builder/types.ts:632
returns true if this is an atomic uint type
Returns
this is PBAtomicU32TypeInfo
Inherited from
isSamplerType()
isSamplerType():
this is PBSamplerTypeInfo
Defined in: libs/device/src/builder/types.ts:636
returns true if this is a sampler type
Returns
this is PBSamplerTypeInfo
Inherited from
isTextureType()
isTextureType():
this is PBTextureTypeInfo
Defined in: libs/device/src/builder/types.ts:640
returns true if this is a texture type
Returns
this is PBTextureTypeInfo
Inherited from
isCompatibleType()
isCompatibleType(
other):boolean
Defined in: libs/device/src/builder/types.ts:664
Check whether a given type is compatible with this type
Parameters
other
The type to be checked
Returns
boolean
true if the given type is compatible with this type, othewise false
Inherited from
haveAtomicMembers()
haveAtomicMembers():
boolean
Defined in: libs/device/src/builder/types.ts:1390
Wether this type have atomic members
Returns
boolean
Overrides
haveF16Members()
haveF16Members():
boolean
Defined in: libs/device/src/builder/types.ts:1394
Whether this type contains f16 scalar or vector types
Returns
boolean
Overrides
isPointerType()
isPointerType():
this is PBPointerTypeInfo
Defined in: libs/device/src/builder/types.ts:1398
returns true if this is a pointer type
Returns
this is PBPointerTypeInfo
Overrides
toBufferLayout()
toBufferLayout(
_offset):any
Defined in: libs/device/src/builder/types.ts:1423
Creates a buffer layout from this type
Parameters
_offset
number
Byte offset of the layout
Returns
any
The created buffer layout