Module club.doki7.opencl
Package club.doki7.opencl.datatype
Record Class CLQueueFamilyPropertiesIntel
java.lang.Object
java.lang.Record
club.doki7.opencl.datatype.CLQueueFamilyPropertiesIntel
- All Implemented Interfaces:
club.doki7.ffm.IPointer,ICLQueueFamilyPropertiesIntel
@ValueBasedCandidate
@UnsafeConstructor
public record CLQueueFamilyPropertiesIntel(@NotNull MemorySegment segment)
extends Record
implements ICLQueueFamilyPropertiesIntel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final StructLayoutstatic final ValueLayout.OfLongstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final ValueLayout.OfLongstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCLQueueFamilyPropertiesIntel(@NotNull MemorySegment segment) Creates an instance of aCLQueueFamilyPropertiesIntelrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic CLQueueFamilyPropertiesIntellongcapabilities(long value) static CLQueueFamilyPropertiesIntelclone(Arena arena, CLQueueFamilyPropertiesIntel src) intcount()count(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.club.doki7.ffm.ptr.BytePtrname()name(club.doki7.ffm.ptr.BytePtr value) @NotNull MemorySegmentnameRaw()longproperties(long value) @NotNull MemorySegmentsegment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$properties
-
PATH$capabilities
-
PATH$count
-
PATH$name
-
LAYOUT$properties
-
LAYOUT$capabilities
-
LAYOUT$count
-
LAYOUT$name
-
SIZE$properties
public static final long SIZE$properties -
SIZE$capabilities
public static final long SIZE$capabilities -
SIZE$count
public static final long SIZE$count -
SIZE$name
public static final long SIZE$name -
OFFSET$properties
public static final long OFFSET$properties -
OFFSET$capabilities
public static final long OFFSET$capabilities -
OFFSET$count
public static final long OFFSET$count -
OFFSET$name
public static final long OFFSET$name
-
-
Constructor Details
-
CLQueueFamilyPropertiesIntel
Creates an instance of aCLQueueFamilyPropertiesIntelrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
allocate
-
allocate
-
clone
-
properties
@NativeType("cl_command_queue_properties") @Unsigned public long properties() -
properties
public CLQueueFamilyPropertiesIntel properties(@NativeType("cl_command_queue_properties") @Unsigned long value) -
capabilities
@NativeType("cl_command_queue_capabilities_intel") @Unsigned public long capabilities() -
capabilities
public CLQueueFamilyPropertiesIntel capabilities(@NativeType("cl_command_queue_capabilities_intel") @Unsigned long value) -
count
@NativeType("cl_uint") @Unsigned public int count() -
count
-
name
public club.doki7.ffm.ptr.BytePtr name() -
name
public CLQueueFamilyPropertiesIntel name(@NotNull @NotNull Consumer<club.doki7.ffm.ptr.BytePtr> consumer) -
name
-
nameRaw
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfaceclub.doki7.ffm.IPointer- Returns:
- the value of the
segmentrecord component
-