1.1 Types
_cl_char : ctype?
An alias for _int8.
_cl_char/c : contract?
A contract for _cl_char values. Defined as _int8?.
_cl_char_vector/c : contract?
A contract for vectors of _cl_char values.
_cl_uchar : ctype?
An alias for _uint8.
_cl_uchar/c : contract?
A contract for _cl_uchar values. Defined as _uint8?.
_cl_uchar_vector/c : contract?
A contract for vectors of _cl_uchar values.
_cl_short : ctype?
An alias for _int16.
_cl_short/c : contract?
A contract for _cl_short values. Defined as _int16?.
_cl_short_vector/c : contract?
A contract for vectors of _cl_short values.
_cl_ushort : ctype?
An alias for _uint16.
_cl_ushort/c : contract?
A contract for _cl_ushort values. Defined as _uint16?.
_cl_ushort_vector/c : contract?
A contract for vectors of _cl_ushort values.
_cl_int : ctype?
An alias for _int32.
_cl_int/c : contract?
A contract for _cl_int values. Defined as _int32?.
_cl_int_vector/c : contract?
A contract for vectors of _cl_int values.
_cl_uint : ctype?
An alias for _uint32.
_cl_uint/c : contract?
A contract for _cl_uint values. Defined as _uint32?.
_cl_uint_vector/c : contract?
A contract for vectors of _cl_uint values.
_cl_long : ctype?
An alias for _int64.
_cl_long/c : contract?
A contract for _cl_long values. Defined as _int64?.
_cl_long_vector/c : contract?
A contract for vectors of _cl_long values.
_cl_ulong : ctype?
An alias for _uint64.
_cl_ulong/c : contract?
A contract for _cl_ulong values. Defined as _uint64?.
_cl_ulong_vector/c : contract?
A contract for vectors of _cl_ulong values.
_cl_half : ctype?
An alias for _uint16.
_cl_half/c : contract?
A contract for _cl_half values. Defined as _uint16?.
_cl_half_vector/c : contract?
A contract for vectors of _cl_half values.
_cl_float : ctype?
An alias for _float.
_cl_float/c : contract?
A contract for _cl_float values. Defined as _float?.
_cl_float_vector/c : contract?
A contract for vectors of _cl_float values.
_cl_double : ctype?
An alias for _double.
_cl_double/c : contract?
A contract for _cl_double values. Defined as _double?.
_cl_double_vector/c : contract?
A contract for vectors of _cl_double values.
_cl_char2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_char2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_char2 value.
Extracts the f0 of a _cl_char2 value.
Extracts the f1 of a _cl_char2 value.
(set-cl_char2-f0! obj v) → void obj : _cl_char2/c v : _cl_char/c
Sets the f0 of a _cl_char2 value.
(set-cl_char2-f1! obj v) → void obj : _cl_char2/c v : _cl_char/c
Sets the f1 of a _cl_char2 value.
_cl_char2/c : contract?
A contract for _cl_char2 values.
_cl_char2_vector/c : contract?
A contract for cvectors of _cl_char2 values.
_cl_char4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_char4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_char4 f0 f1 f2 f3) → _cl_char4/c f0 : _cl_char/c f1 : _cl_char/c f2 : _cl_char/c f3 : _cl_char/c
Constructs a _cl_char4 value.
Extracts the f0 of a _cl_char4 value.
Extracts the f1 of a _cl_char4 value.
Extracts the f2 of a _cl_char4 value.
Extracts the f3 of a _cl_char4 value.
(set-cl_char4-f0! obj v) → void obj : _cl_char4/c v : _cl_char/c
Sets the f0 of a _cl_char4 value.
(set-cl_char4-f1! obj v) → void obj : _cl_char4/c v : _cl_char/c
Sets the f1 of a _cl_char4 value.
(set-cl_char4-f2! obj v) → void obj : _cl_char4/c v : _cl_char/c
Sets the f2 of a _cl_char4 value.
(set-cl_char4-f3! obj v) → void obj : _cl_char4/c v : _cl_char/c
Sets the f3 of a _cl_char4 value.
_cl_char4/c : contract?
A contract for _cl_char4 values.
_cl_char4_vector/c : contract?
A contract for cvectors of _cl_char4 values.
_cl_char8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_char8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_char8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_char8/c f0 : _cl_char/c f1 : _cl_char/c f2 : _cl_char/c f3 : _cl_char/c f4 : _cl_char/c f5 : _cl_char/c f6 : _cl_char/c f7 : _cl_char/c
Constructs a _cl_char8 value.
Extracts the f0 of a _cl_char8 value.
Extracts the f1 of a _cl_char8 value.
Extracts the f2 of a _cl_char8 value.
Extracts the f3 of a _cl_char8 value.
Extracts the f4 of a _cl_char8 value.
Extracts the f5 of a _cl_char8 value.
Extracts the f6 of a _cl_char8 value.
Extracts the f7 of a _cl_char8 value.
(set-cl_char8-f0! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f0 of a _cl_char8 value.
(set-cl_char8-f1! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f1 of a _cl_char8 value.
(set-cl_char8-f2! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f2 of a _cl_char8 value.
(set-cl_char8-f3! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f3 of a _cl_char8 value.
(set-cl_char8-f4! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f4 of a _cl_char8 value.
(set-cl_char8-f5! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f5 of a _cl_char8 value.
(set-cl_char8-f6! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f6 of a _cl_char8 value.
(set-cl_char8-f7! obj v) → void obj : _cl_char8/c v : _cl_char/c
Sets the f7 of a _cl_char8 value.
_cl_char8/c : contract?
A contract for _cl_char8 values.
_cl_char8_vector/c : contract?
A contract for cvectors of _cl_char8 values.
_cl_char16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_char16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_char16 value.
Extracts the f0 of a _cl_char16 value.
Extracts the f1 of a _cl_char16 value.
Extracts the f2 of a _cl_char16 value.
Extracts the f3 of a _cl_char16 value.
Extracts the f4 of a _cl_char16 value.
Extracts the f5 of a _cl_char16 value.
Extracts the f6 of a _cl_char16 value.
Extracts the f7 of a _cl_char16 value.
Extracts the f8 of a _cl_char16 value.
Extracts the f9 of a _cl_char16 value.
Extracts the f10 of a _cl_char16 value.
Extracts the f11 of a _cl_char16 value.
Extracts the f12 of a _cl_char16 value.
Extracts the f13 of a _cl_char16 value.
Extracts the f14 of a _cl_char16 value.
Extracts the f15 of a _cl_char16 value.
(set-cl_char16-f0! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f0 of a _cl_char16 value.
(set-cl_char16-f1! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f1 of a _cl_char16 value.
(set-cl_char16-f2! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f2 of a _cl_char16 value.
(set-cl_char16-f3! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f3 of a _cl_char16 value.
(set-cl_char16-f4! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f4 of a _cl_char16 value.
(set-cl_char16-f5! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f5 of a _cl_char16 value.
(set-cl_char16-f6! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f6 of a _cl_char16 value.
(set-cl_char16-f7! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f7 of a _cl_char16 value.
(set-cl_char16-f8! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f8 of a _cl_char16 value.
(set-cl_char16-f9! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f9 of a _cl_char16 value.
(set-cl_char16-f10! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f10 of a _cl_char16 value.
(set-cl_char16-f11! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f11 of a _cl_char16 value.
(set-cl_char16-f12! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f12 of a _cl_char16 value.
(set-cl_char16-f13! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f13 of a _cl_char16 value.
(set-cl_char16-f14! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f14 of a _cl_char16 value.
(set-cl_char16-f15! obj v) → void obj : _cl_char16/c v : _cl_char/c
Sets the f15 of a _cl_char16 value.
_cl_char16/c : contract?
A contract for _cl_char16 values.
_cl_char16_vector/c : contract?
A contract for cvectors of _cl_char16 values.
_cl_uchar2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uchar2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_uchar2 value.
Extracts the f0 of a _cl_uchar2 value.
Extracts the f1 of a _cl_uchar2 value.
(set-cl_uchar2-f0! obj v) → void obj : _cl_uchar2/c v : _cl_uchar/c
Sets the f0 of a _cl_uchar2 value.
(set-cl_uchar2-f1! obj v) → void obj : _cl_uchar2/c v : _cl_uchar/c
Sets the f1 of a _cl_uchar2 value.
_cl_uchar2/c : contract?
A contract for _cl_uchar2 values.
_cl_uchar2_vector/c : contract?
A contract for cvectors of _cl_uchar2 values.
_cl_uchar4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uchar4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_uchar4 f0 f1 f2 f3) → _cl_uchar4/c f0 : _cl_uchar/c f1 : _cl_uchar/c f2 : _cl_uchar/c f3 : _cl_uchar/c
Constructs a _cl_uchar4 value.
Extracts the f0 of a _cl_uchar4 value.
Extracts the f1 of a _cl_uchar4 value.
Extracts the f2 of a _cl_uchar4 value.
Extracts the f3 of a _cl_uchar4 value.
(set-cl_uchar4-f0! obj v) → void obj : _cl_uchar4/c v : _cl_uchar/c
Sets the f0 of a _cl_uchar4 value.
(set-cl_uchar4-f1! obj v) → void obj : _cl_uchar4/c v : _cl_uchar/c
Sets the f1 of a _cl_uchar4 value.
(set-cl_uchar4-f2! obj v) → void obj : _cl_uchar4/c v : _cl_uchar/c
Sets the f2 of a _cl_uchar4 value.
(set-cl_uchar4-f3! obj v) → void obj : _cl_uchar4/c v : _cl_uchar/c
Sets the f3 of a _cl_uchar4 value.
_cl_uchar4/c : contract?
A contract for _cl_uchar4 values.
_cl_uchar4_vector/c : contract?
A contract for cvectors of _cl_uchar4 values.
_cl_uchar8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uchar8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_uchar8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_uchar8/c f0 : _cl_uchar/c f1 : _cl_uchar/c f2 : _cl_uchar/c f3 : _cl_uchar/c f4 : _cl_uchar/c f5 : _cl_uchar/c f6 : _cl_uchar/c f7 : _cl_uchar/c
Constructs a _cl_uchar8 value.
Extracts the f0 of a _cl_uchar8 value.
Extracts the f1 of a _cl_uchar8 value.
Extracts the f2 of a _cl_uchar8 value.
Extracts the f3 of a _cl_uchar8 value.
Extracts the f4 of a _cl_uchar8 value.
Extracts the f5 of a _cl_uchar8 value.
Extracts the f6 of a _cl_uchar8 value.
Extracts the f7 of a _cl_uchar8 value.
(set-cl_uchar8-f0! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f0 of a _cl_uchar8 value.
(set-cl_uchar8-f1! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f1 of a _cl_uchar8 value.
(set-cl_uchar8-f2! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f2 of a _cl_uchar8 value.
(set-cl_uchar8-f3! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f3 of a _cl_uchar8 value.
(set-cl_uchar8-f4! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f4 of a _cl_uchar8 value.
(set-cl_uchar8-f5! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f5 of a _cl_uchar8 value.
(set-cl_uchar8-f6! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f6 of a _cl_uchar8 value.
(set-cl_uchar8-f7! obj v) → void obj : _cl_uchar8/c v : _cl_uchar/c
Sets the f7 of a _cl_uchar8 value.
_cl_uchar8/c : contract?
A contract for _cl_uchar8 values.
_cl_uchar8_vector/c : contract?
A contract for cvectors of _cl_uchar8 values.
_cl_uchar16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uchar16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_uchar16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_uchar16/c f0 : _cl_uchar/c f1 : _cl_uchar/c f2 : _cl_uchar/c f3 : _cl_uchar/c f4 : _cl_uchar/c f5 : _cl_uchar/c f6 : _cl_uchar/c f7 : _cl_uchar/c f8 : _cl_uchar/c f9 : _cl_uchar/c f10 : _cl_uchar/c f11 : _cl_uchar/c f12 : _cl_uchar/c f13 : _cl_uchar/c f14 : _cl_uchar/c f15 : _cl_uchar/c
Constructs a _cl_uchar16 value.
Extracts the f0 of a _cl_uchar16 value.
Extracts the f1 of a _cl_uchar16 value.
Extracts the f2 of a _cl_uchar16 value.
Extracts the f3 of a _cl_uchar16 value.
Extracts the f4 of a _cl_uchar16 value.
Extracts the f5 of a _cl_uchar16 value.
Extracts the f6 of a _cl_uchar16 value.
Extracts the f7 of a _cl_uchar16 value.
Extracts the f8 of a _cl_uchar16 value.
Extracts the f9 of a _cl_uchar16 value.
Extracts the f10 of a _cl_uchar16 value.
Extracts the f11 of a _cl_uchar16 value.
Extracts the f12 of a _cl_uchar16 value.
Extracts the f13 of a _cl_uchar16 value.
Extracts the f14 of a _cl_uchar16 value.
Extracts the f15 of a _cl_uchar16 value.
(set-cl_uchar16-f0! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f0 of a _cl_uchar16 value.
(set-cl_uchar16-f1! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f1 of a _cl_uchar16 value.
(set-cl_uchar16-f2! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f2 of a _cl_uchar16 value.
(set-cl_uchar16-f3! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f3 of a _cl_uchar16 value.
(set-cl_uchar16-f4! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f4 of a _cl_uchar16 value.
(set-cl_uchar16-f5! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f5 of a _cl_uchar16 value.
(set-cl_uchar16-f6! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f6 of a _cl_uchar16 value.
(set-cl_uchar16-f7! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f7 of a _cl_uchar16 value.
(set-cl_uchar16-f8! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f8 of a _cl_uchar16 value.
(set-cl_uchar16-f9! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f9 of a _cl_uchar16 value.
(set-cl_uchar16-f10! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f10 of a _cl_uchar16 value.
(set-cl_uchar16-f11! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f11 of a _cl_uchar16 value.
(set-cl_uchar16-f12! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f12 of a _cl_uchar16 value.
(set-cl_uchar16-f13! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f13 of a _cl_uchar16 value.
(set-cl_uchar16-f14! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f14 of a _cl_uchar16 value.
(set-cl_uchar16-f15! obj v) → void obj : _cl_uchar16/c v : _cl_uchar/c
Sets the f15 of a _cl_uchar16 value.
_cl_uchar16/c : contract?
A contract for _cl_uchar16 values.
_cl_uchar16_vector/c : contract?
A contract for cvectors of _cl_uchar16 values.
_cl_short2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_short2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_short2 value.
Extracts the f0 of a _cl_short2 value.
Extracts the f1 of a _cl_short2 value.
(set-cl_short2-f0! obj v) → void obj : _cl_short2/c v : _cl_short/c
Sets the f0 of a _cl_short2 value.
(set-cl_short2-f1! obj v) → void obj : _cl_short2/c v : _cl_short/c
Sets the f1 of a _cl_short2 value.
_cl_short2/c : contract?
A contract for _cl_short2 values.
_cl_short2_vector/c : contract?
A contract for cvectors of _cl_short2 values.
_cl_short4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_short4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_short4 f0 f1 f2 f3) → _cl_short4/c f0 : _cl_short/c f1 : _cl_short/c f2 : _cl_short/c f3 : _cl_short/c
Constructs a _cl_short4 value.
Extracts the f0 of a _cl_short4 value.
Extracts the f1 of a _cl_short4 value.
Extracts the f2 of a _cl_short4 value.
Extracts the f3 of a _cl_short4 value.
(set-cl_short4-f0! obj v) → void obj : _cl_short4/c v : _cl_short/c
Sets the f0 of a _cl_short4 value.
(set-cl_short4-f1! obj v) → void obj : _cl_short4/c v : _cl_short/c
Sets the f1 of a _cl_short4 value.
(set-cl_short4-f2! obj v) → void obj : _cl_short4/c v : _cl_short/c
Sets the f2 of a _cl_short4 value.
(set-cl_short4-f3! obj v) → void obj : _cl_short4/c v : _cl_short/c
Sets the f3 of a _cl_short4 value.
_cl_short4/c : contract?
A contract for _cl_short4 values.
_cl_short4_vector/c : contract?
A contract for cvectors of _cl_short4 values.
_cl_short8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_short8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_short8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_short8/c f0 : _cl_short/c f1 : _cl_short/c f2 : _cl_short/c f3 : _cl_short/c f4 : _cl_short/c f5 : _cl_short/c f6 : _cl_short/c f7 : _cl_short/c
Constructs a _cl_short8 value.
Extracts the f0 of a _cl_short8 value.
Extracts the f1 of a _cl_short8 value.
Extracts the f2 of a _cl_short8 value.
Extracts the f3 of a _cl_short8 value.
Extracts the f4 of a _cl_short8 value.
Extracts the f5 of a _cl_short8 value.
Extracts the f6 of a _cl_short8 value.
Extracts the f7 of a _cl_short8 value.
(set-cl_short8-f0! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f0 of a _cl_short8 value.
(set-cl_short8-f1! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f1 of a _cl_short8 value.
(set-cl_short8-f2! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f2 of a _cl_short8 value.
(set-cl_short8-f3! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f3 of a _cl_short8 value.
(set-cl_short8-f4! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f4 of a _cl_short8 value.
(set-cl_short8-f5! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f5 of a _cl_short8 value.
(set-cl_short8-f6! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f6 of a _cl_short8 value.
(set-cl_short8-f7! obj v) → void obj : _cl_short8/c v : _cl_short/c
Sets the f7 of a _cl_short8 value.
_cl_short8/c : contract?
A contract for _cl_short8 values.
_cl_short8_vector/c : contract?
A contract for cvectors of _cl_short8 values.
_cl_short16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_short16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_short16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_short16/c f0 : _cl_short/c f1 : _cl_short/c f2 : _cl_short/c f3 : _cl_short/c f4 : _cl_short/c f5 : _cl_short/c f6 : _cl_short/c f7 : _cl_short/c f8 : _cl_short/c f9 : _cl_short/c f10 : _cl_short/c f11 : _cl_short/c f12 : _cl_short/c f13 : _cl_short/c f14 : _cl_short/c f15 : _cl_short/c
Constructs a _cl_short16 value.
Extracts the f0 of a _cl_short16 value.
Extracts the f1 of a _cl_short16 value.
Extracts the f2 of a _cl_short16 value.
Extracts the f3 of a _cl_short16 value.
Extracts the f4 of a _cl_short16 value.
Extracts the f5 of a _cl_short16 value.
Extracts the f6 of a _cl_short16 value.
Extracts the f7 of a _cl_short16 value.
Extracts the f8 of a _cl_short16 value.
Extracts the f9 of a _cl_short16 value.
Extracts the f10 of a _cl_short16 value.
Extracts the f11 of a _cl_short16 value.
Extracts the f12 of a _cl_short16 value.
Extracts the f13 of a _cl_short16 value.
Extracts the f14 of a _cl_short16 value.
Extracts the f15 of a _cl_short16 value.
(set-cl_short16-f0! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f0 of a _cl_short16 value.
(set-cl_short16-f1! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f1 of a _cl_short16 value.
(set-cl_short16-f2! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f2 of a _cl_short16 value.
(set-cl_short16-f3! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f3 of a _cl_short16 value.
(set-cl_short16-f4! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f4 of a _cl_short16 value.
(set-cl_short16-f5! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f5 of a _cl_short16 value.
(set-cl_short16-f6! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f6 of a _cl_short16 value.
(set-cl_short16-f7! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f7 of a _cl_short16 value.
(set-cl_short16-f8! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f8 of a _cl_short16 value.
(set-cl_short16-f9! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f9 of a _cl_short16 value.
(set-cl_short16-f10! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f10 of a _cl_short16 value.
(set-cl_short16-f11! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f11 of a _cl_short16 value.
(set-cl_short16-f12! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f12 of a _cl_short16 value.
(set-cl_short16-f13! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f13 of a _cl_short16 value.
(set-cl_short16-f14! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f14 of a _cl_short16 value.
(set-cl_short16-f15! obj v) → void obj : _cl_short16/c v : _cl_short/c
Sets the f15 of a _cl_short16 value.
_cl_short16/c : contract?
A contract for _cl_short16 values.
_cl_short16_vector/c : contract?
A contract for cvectors of _cl_short16 values.
_cl_ushort2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ushort2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_ushort2 value.
Extracts the f0 of a _cl_ushort2 value.
Extracts the f1 of a _cl_ushort2 value.
(set-cl_ushort2-f0! obj v) → void obj : _cl_ushort2/c v : _cl_ushort/c
Sets the f0 of a _cl_ushort2 value.
(set-cl_ushort2-f1! obj v) → void obj : _cl_ushort2/c v : _cl_ushort/c
Sets the f1 of a _cl_ushort2 value.
_cl_ushort2/c : contract?
A contract for _cl_ushort2 values.
_cl_ushort2_vector/c : contract?
A contract for cvectors of _cl_ushort2 values.
_cl_ushort4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ushort4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_ushort4 f0 f1 f2 f3) → _cl_ushort4/c f0 : _cl_ushort/c f1 : _cl_ushort/c f2 : _cl_ushort/c f3 : _cl_ushort/c
Constructs a _cl_ushort4 value.
Extracts the f0 of a _cl_ushort4 value.
Extracts the f1 of a _cl_ushort4 value.
Extracts the f2 of a _cl_ushort4 value.
Extracts the f3 of a _cl_ushort4 value.
(set-cl_ushort4-f0! obj v) → void obj : _cl_ushort4/c v : _cl_ushort/c
Sets the f0 of a _cl_ushort4 value.
(set-cl_ushort4-f1! obj v) → void obj : _cl_ushort4/c v : _cl_ushort/c
Sets the f1 of a _cl_ushort4 value.
(set-cl_ushort4-f2! obj v) → void obj : _cl_ushort4/c v : _cl_ushort/c
Sets the f2 of a _cl_ushort4 value.
(set-cl_ushort4-f3! obj v) → void obj : _cl_ushort4/c v : _cl_ushort/c
Sets the f3 of a _cl_ushort4 value.
_cl_ushort4/c : contract?
A contract for _cl_ushort4 values.
_cl_ushort4_vector/c : contract?
A contract for cvectors of _cl_ushort4 values.
_cl_ushort8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ushort8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_ushort8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_ushort8/c f0 : _cl_ushort/c f1 : _cl_ushort/c f2 : _cl_ushort/c f3 : _cl_ushort/c f4 : _cl_ushort/c f5 : _cl_ushort/c f6 : _cl_ushort/c f7 : _cl_ushort/c
Constructs a _cl_ushort8 value.
Extracts the f0 of a _cl_ushort8 value.
Extracts the f1 of a _cl_ushort8 value.
Extracts the f2 of a _cl_ushort8 value.
Extracts the f3 of a _cl_ushort8 value.
Extracts the f4 of a _cl_ushort8 value.
Extracts the f5 of a _cl_ushort8 value.
Extracts the f6 of a _cl_ushort8 value.
Extracts the f7 of a _cl_ushort8 value.
(set-cl_ushort8-f0! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f0 of a _cl_ushort8 value.
(set-cl_ushort8-f1! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f1 of a _cl_ushort8 value.
(set-cl_ushort8-f2! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f2 of a _cl_ushort8 value.
(set-cl_ushort8-f3! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f3 of a _cl_ushort8 value.
(set-cl_ushort8-f4! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f4 of a _cl_ushort8 value.
(set-cl_ushort8-f5! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f5 of a _cl_ushort8 value.
(set-cl_ushort8-f6! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f6 of a _cl_ushort8 value.
(set-cl_ushort8-f7! obj v) → void obj : _cl_ushort8/c v : _cl_ushort/c
Sets the f7 of a _cl_ushort8 value.
_cl_ushort8/c : contract?
A contract for _cl_ushort8 values.
_cl_ushort8_vector/c : contract?
A contract for cvectors of _cl_ushort8 values.
_cl_ushort16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ushort16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_ushort16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_ushort16/c f0 : _cl_ushort/c f1 : _cl_ushort/c f2 : _cl_ushort/c f3 : _cl_ushort/c f4 : _cl_ushort/c f5 : _cl_ushort/c f6 : _cl_ushort/c f7 : _cl_ushort/c f8 : _cl_ushort/c f9 : _cl_ushort/c f10 : _cl_ushort/c f11 : _cl_ushort/c f12 : _cl_ushort/c f13 : _cl_ushort/c f14 : _cl_ushort/c f15 : _cl_ushort/c
Constructs a _cl_ushort16 value.
Extracts the f0 of a _cl_ushort16 value.
Extracts the f1 of a _cl_ushort16 value.
Extracts the f2 of a _cl_ushort16 value.
Extracts the f3 of a _cl_ushort16 value.
Extracts the f4 of a _cl_ushort16 value.
Extracts the f5 of a _cl_ushort16 value.
Extracts the f6 of a _cl_ushort16 value.
Extracts the f7 of a _cl_ushort16 value.
Extracts the f8 of a _cl_ushort16 value.
Extracts the f9 of a _cl_ushort16 value.
Extracts the f10 of a _cl_ushort16 value.
Extracts the f11 of a _cl_ushort16 value.
Extracts the f12 of a _cl_ushort16 value.
Extracts the f13 of a _cl_ushort16 value.
Extracts the f14 of a _cl_ushort16 value.
Extracts the f15 of a _cl_ushort16 value.
(set-cl_ushort16-f0! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f0 of a _cl_ushort16 value.
(set-cl_ushort16-f1! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f1 of a _cl_ushort16 value.
(set-cl_ushort16-f2! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f2 of a _cl_ushort16 value.
(set-cl_ushort16-f3! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f3 of a _cl_ushort16 value.
(set-cl_ushort16-f4! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f4 of a _cl_ushort16 value.
(set-cl_ushort16-f5! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f5 of a _cl_ushort16 value.
(set-cl_ushort16-f6! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f6 of a _cl_ushort16 value.
(set-cl_ushort16-f7! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f7 of a _cl_ushort16 value.
(set-cl_ushort16-f8! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f8 of a _cl_ushort16 value.
(set-cl_ushort16-f9! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f9 of a _cl_ushort16 value.
(set-cl_ushort16-f10! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f10 of a _cl_ushort16 value.
(set-cl_ushort16-f11! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f11 of a _cl_ushort16 value.
(set-cl_ushort16-f12! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f12 of a _cl_ushort16 value.
(set-cl_ushort16-f13! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f13 of a _cl_ushort16 value.
(set-cl_ushort16-f14! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f14 of a _cl_ushort16 value.
(set-cl_ushort16-f15! obj v) → void obj : _cl_ushort16/c v : _cl_ushort/c
Sets the f15 of a _cl_ushort16 value.
_cl_ushort16/c : contract?
A contract for _cl_ushort16 values.
_cl_ushort16_vector/c : contract?
A contract for cvectors of _cl_ushort16 values.
_cl_int2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_int2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_int2 value.
Extracts the f0 of a _cl_int2 value.
Extracts the f1 of a _cl_int2 value.
(set-cl_int2-f0! obj v) → void obj : _cl_int2/c v : _cl_int/c
Sets the f0 of a _cl_int2 value.
(set-cl_int2-f1! obj v) → void obj : _cl_int2/c v : _cl_int/c
Sets the f1 of a _cl_int2 value.
_cl_int2/c : contract?
A contract for _cl_int2 values.
_cl_int2_vector/c : contract?
A contract for cvectors of _cl_int2 values.
_cl_int4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_int4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_int4 value.
Extracts the f0 of a _cl_int4 value.
Extracts the f1 of a _cl_int4 value.
Extracts the f2 of a _cl_int4 value.
Extracts the f3 of a _cl_int4 value.
(set-cl_int4-f0! obj v) → void obj : _cl_int4/c v : _cl_int/c
Sets the f0 of a _cl_int4 value.
(set-cl_int4-f1! obj v) → void obj : _cl_int4/c v : _cl_int/c
Sets the f1 of a _cl_int4 value.
(set-cl_int4-f2! obj v) → void obj : _cl_int4/c v : _cl_int/c
Sets the f2 of a _cl_int4 value.
(set-cl_int4-f3! obj v) → void obj : _cl_int4/c v : _cl_int/c
Sets the f3 of a _cl_int4 value.
_cl_int4/c : contract?
A contract for _cl_int4 values.
_cl_int4_vector/c : contract?
A contract for cvectors of _cl_int4 values.
_cl_int8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_int8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_int8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_int8/c f0 : _cl_int/c f1 : _cl_int/c f2 : _cl_int/c f3 : _cl_int/c f4 : _cl_int/c f5 : _cl_int/c f6 : _cl_int/c f7 : _cl_int/c
Constructs a _cl_int8 value.
Extracts the f0 of a _cl_int8 value.
Extracts the f1 of a _cl_int8 value.
Extracts the f2 of a _cl_int8 value.
Extracts the f3 of a _cl_int8 value.
Extracts the f4 of a _cl_int8 value.
Extracts the f5 of a _cl_int8 value.
Extracts the f6 of a _cl_int8 value.
Extracts the f7 of a _cl_int8 value.
(set-cl_int8-f0! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f0 of a _cl_int8 value.
(set-cl_int8-f1! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f1 of a _cl_int8 value.
(set-cl_int8-f2! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f2 of a _cl_int8 value.
(set-cl_int8-f3! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f3 of a _cl_int8 value.
(set-cl_int8-f4! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f4 of a _cl_int8 value.
(set-cl_int8-f5! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f5 of a _cl_int8 value.
(set-cl_int8-f6! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f6 of a _cl_int8 value.
(set-cl_int8-f7! obj v) → void obj : _cl_int8/c v : _cl_int/c
Sets the f7 of a _cl_int8 value.
_cl_int8/c : contract?
A contract for _cl_int8 values.
_cl_int8_vector/c : contract?
A contract for cvectors of _cl_int8 values.
_cl_int16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_int16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_int16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_int16/c f0 : _cl_int/c f1 : _cl_int/c f2 : _cl_int/c f3 : _cl_int/c f4 : _cl_int/c f5 : _cl_int/c f6 : _cl_int/c f7 : _cl_int/c f8 : _cl_int/c f9 : _cl_int/c f10 : _cl_int/c f11 : _cl_int/c f12 : _cl_int/c f13 : _cl_int/c f14 : _cl_int/c f15 : _cl_int/c
Constructs a _cl_int16 value.
Extracts the f0 of a _cl_int16 value.
Extracts the f1 of a _cl_int16 value.
Extracts the f2 of a _cl_int16 value.
Extracts the f3 of a _cl_int16 value.
Extracts the f4 of a _cl_int16 value.
Extracts the f5 of a _cl_int16 value.
Extracts the f6 of a _cl_int16 value.
Extracts the f7 of a _cl_int16 value.
Extracts the f8 of a _cl_int16 value.
Extracts the f9 of a _cl_int16 value.
Extracts the f10 of a _cl_int16 value.
Extracts the f11 of a _cl_int16 value.
Extracts the f12 of a _cl_int16 value.
Extracts the f13 of a _cl_int16 value.
Extracts the f14 of a _cl_int16 value.
Extracts the f15 of a _cl_int16 value.
(set-cl_int16-f0! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f0 of a _cl_int16 value.
(set-cl_int16-f1! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f1 of a _cl_int16 value.
(set-cl_int16-f2! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f2 of a _cl_int16 value.
(set-cl_int16-f3! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f3 of a _cl_int16 value.
(set-cl_int16-f4! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f4 of a _cl_int16 value.
(set-cl_int16-f5! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f5 of a _cl_int16 value.
(set-cl_int16-f6! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f6 of a _cl_int16 value.
(set-cl_int16-f7! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f7 of a _cl_int16 value.
(set-cl_int16-f8! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f8 of a _cl_int16 value.
(set-cl_int16-f9! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f9 of a _cl_int16 value.
(set-cl_int16-f10! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f10 of a _cl_int16 value.
(set-cl_int16-f11! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f11 of a _cl_int16 value.
(set-cl_int16-f12! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f12 of a _cl_int16 value.
(set-cl_int16-f13! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f13 of a _cl_int16 value.
(set-cl_int16-f14! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f14 of a _cl_int16 value.
(set-cl_int16-f15! obj v) → void obj : _cl_int16/c v : _cl_int/c
Sets the f15 of a _cl_int16 value.
_cl_int16/c : contract?
A contract for _cl_int16 values.
_cl_int16_vector/c : contract?
A contract for cvectors of _cl_int16 values.
_cl_uint2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uint2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_uint2 value.
Extracts the f0 of a _cl_uint2 value.
Extracts the f1 of a _cl_uint2 value.
(set-cl_uint2-f0! obj v) → void obj : _cl_uint2/c v : _cl_uint/c
Sets the f0 of a _cl_uint2 value.
(set-cl_uint2-f1! obj v) → void obj : _cl_uint2/c v : _cl_uint/c
Sets the f1 of a _cl_uint2 value.
_cl_uint2/c : contract?
A contract for _cl_uint2 values.
_cl_uint2_vector/c : contract?
A contract for cvectors of _cl_uint2 values.
_cl_uint4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uint4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_uint4 f0 f1 f2 f3) → _cl_uint4/c f0 : _cl_uint/c f1 : _cl_uint/c f2 : _cl_uint/c f3 : _cl_uint/c
Constructs a _cl_uint4 value.
Extracts the f0 of a _cl_uint4 value.
Extracts the f1 of a _cl_uint4 value.
Extracts the f2 of a _cl_uint4 value.
Extracts the f3 of a _cl_uint4 value.
(set-cl_uint4-f0! obj v) → void obj : _cl_uint4/c v : _cl_uint/c
Sets the f0 of a _cl_uint4 value.
(set-cl_uint4-f1! obj v) → void obj : _cl_uint4/c v : _cl_uint/c
Sets the f1 of a _cl_uint4 value.
(set-cl_uint4-f2! obj v) → void obj : _cl_uint4/c v : _cl_uint/c
Sets the f2 of a _cl_uint4 value.
(set-cl_uint4-f3! obj v) → void obj : _cl_uint4/c v : _cl_uint/c
Sets the f3 of a _cl_uint4 value.
_cl_uint4/c : contract?
A contract for _cl_uint4 values.
_cl_uint4_vector/c : contract?
A contract for cvectors of _cl_uint4 values.
_cl_uint8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uint8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_uint8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_uint8/c f0 : _cl_uint/c f1 : _cl_uint/c f2 : _cl_uint/c f3 : _cl_uint/c f4 : _cl_uint/c f5 : _cl_uint/c f6 : _cl_uint/c f7 : _cl_uint/c
Constructs a _cl_uint8 value.
Extracts the f0 of a _cl_uint8 value.
Extracts the f1 of a _cl_uint8 value.
Extracts the f2 of a _cl_uint8 value.
Extracts the f3 of a _cl_uint8 value.
Extracts the f4 of a _cl_uint8 value.
Extracts the f5 of a _cl_uint8 value.
Extracts the f6 of a _cl_uint8 value.
Extracts the f7 of a _cl_uint8 value.
(set-cl_uint8-f0! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f0 of a _cl_uint8 value.
(set-cl_uint8-f1! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f1 of a _cl_uint8 value.
(set-cl_uint8-f2! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f2 of a _cl_uint8 value.
(set-cl_uint8-f3! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f3 of a _cl_uint8 value.
(set-cl_uint8-f4! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f4 of a _cl_uint8 value.
(set-cl_uint8-f5! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f5 of a _cl_uint8 value.
(set-cl_uint8-f6! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f6 of a _cl_uint8 value.
(set-cl_uint8-f7! obj v) → void obj : _cl_uint8/c v : _cl_uint/c
Sets the f7 of a _cl_uint8 value.
_cl_uint8/c : contract?
A contract for _cl_uint8 values.
_cl_uint8_vector/c : contract?
A contract for cvectors of _cl_uint8 values.
_cl_uint16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_uint16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_uint16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_uint16/c f0 : _cl_uint/c f1 : _cl_uint/c f2 : _cl_uint/c f3 : _cl_uint/c f4 : _cl_uint/c f5 : _cl_uint/c f6 : _cl_uint/c f7 : _cl_uint/c f8 : _cl_uint/c f9 : _cl_uint/c f10 : _cl_uint/c f11 : _cl_uint/c f12 : _cl_uint/c f13 : _cl_uint/c f14 : _cl_uint/c f15 : _cl_uint/c
Constructs a _cl_uint16 value.
Extracts the f0 of a _cl_uint16 value.
Extracts the f1 of a _cl_uint16 value.
Extracts the f2 of a _cl_uint16 value.
Extracts the f3 of a _cl_uint16 value.
Extracts the f4 of a _cl_uint16 value.
Extracts the f5 of a _cl_uint16 value.
Extracts the f6 of a _cl_uint16 value.
Extracts the f7 of a _cl_uint16 value.
Extracts the f8 of a _cl_uint16 value.
Extracts the f9 of a _cl_uint16 value.
Extracts the f10 of a _cl_uint16 value.
Extracts the f11 of a _cl_uint16 value.
Extracts the f12 of a _cl_uint16 value.
Extracts the f13 of a _cl_uint16 value.
Extracts the f14 of a _cl_uint16 value.
Extracts the f15 of a _cl_uint16 value.
(set-cl_uint16-f0! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f0 of a _cl_uint16 value.
(set-cl_uint16-f1! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f1 of a _cl_uint16 value.
(set-cl_uint16-f2! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f2 of a _cl_uint16 value.
(set-cl_uint16-f3! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f3 of a _cl_uint16 value.
(set-cl_uint16-f4! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f4 of a _cl_uint16 value.
(set-cl_uint16-f5! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f5 of a _cl_uint16 value.
(set-cl_uint16-f6! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f6 of a _cl_uint16 value.
(set-cl_uint16-f7! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f7 of a _cl_uint16 value.
(set-cl_uint16-f8! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f8 of a _cl_uint16 value.
(set-cl_uint16-f9! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f9 of a _cl_uint16 value.
(set-cl_uint16-f10! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f10 of a _cl_uint16 value.
(set-cl_uint16-f11! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f11 of a _cl_uint16 value.
(set-cl_uint16-f12! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f12 of a _cl_uint16 value.
(set-cl_uint16-f13! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f13 of a _cl_uint16 value.
(set-cl_uint16-f14! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f14 of a _cl_uint16 value.
(set-cl_uint16-f15! obj v) → void obj : _cl_uint16/c v : _cl_uint/c
Sets the f15 of a _cl_uint16 value.
_cl_uint16/c : contract?
A contract for _cl_uint16 values.
_cl_uint16_vector/c : contract?
A contract for cvectors of _cl_uint16 values.
_cl_long2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_long2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_long2 value.
Extracts the f0 of a _cl_long2 value.
Extracts the f1 of a _cl_long2 value.
(set-cl_long2-f0! obj v) → void obj : _cl_long2/c v : _cl_long/c
Sets the f0 of a _cl_long2 value.
(set-cl_long2-f1! obj v) → void obj : _cl_long2/c v : _cl_long/c
Sets the f1 of a _cl_long2 value.
_cl_long2/c : contract?
A contract for _cl_long2 values.
_cl_long2_vector/c : contract?
A contract for cvectors of _cl_long2 values.
_cl_long4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_long4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_long4 f0 f1 f2 f3) → _cl_long4/c f0 : _cl_long/c f1 : _cl_long/c f2 : _cl_long/c f3 : _cl_long/c
Constructs a _cl_long4 value.
Extracts the f0 of a _cl_long4 value.
Extracts the f1 of a _cl_long4 value.
Extracts the f2 of a _cl_long4 value.
Extracts the f3 of a _cl_long4 value.
(set-cl_long4-f0! obj v) → void obj : _cl_long4/c v : _cl_long/c
Sets the f0 of a _cl_long4 value.
(set-cl_long4-f1! obj v) → void obj : _cl_long4/c v : _cl_long/c
Sets the f1 of a _cl_long4 value.
(set-cl_long4-f2! obj v) → void obj : _cl_long4/c v : _cl_long/c
Sets the f2 of a _cl_long4 value.
(set-cl_long4-f3! obj v) → void obj : _cl_long4/c v : _cl_long/c
Sets the f3 of a _cl_long4 value.
_cl_long4/c : contract?
A contract for _cl_long4 values.
_cl_long4_vector/c : contract?
A contract for cvectors of _cl_long4 values.
_cl_long8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_long8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_long8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_long8/c f0 : _cl_long/c f1 : _cl_long/c f2 : _cl_long/c f3 : _cl_long/c f4 : _cl_long/c f5 : _cl_long/c f6 : _cl_long/c f7 : _cl_long/c
Constructs a _cl_long8 value.
Extracts the f0 of a _cl_long8 value.
Extracts the f1 of a _cl_long8 value.
Extracts the f2 of a _cl_long8 value.
Extracts the f3 of a _cl_long8 value.
Extracts the f4 of a _cl_long8 value.
Extracts the f5 of a _cl_long8 value.
Extracts the f6 of a _cl_long8 value.
Extracts the f7 of a _cl_long8 value.
(set-cl_long8-f0! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f0 of a _cl_long8 value.
(set-cl_long8-f1! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f1 of a _cl_long8 value.
(set-cl_long8-f2! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f2 of a _cl_long8 value.
(set-cl_long8-f3! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f3 of a _cl_long8 value.
(set-cl_long8-f4! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f4 of a _cl_long8 value.
(set-cl_long8-f5! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f5 of a _cl_long8 value.
(set-cl_long8-f6! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f6 of a _cl_long8 value.
(set-cl_long8-f7! obj v) → void obj : _cl_long8/c v : _cl_long/c
Sets the f7 of a _cl_long8 value.
_cl_long8/c : contract?
A contract for _cl_long8 values.
_cl_long8_vector/c : contract?
A contract for cvectors of _cl_long8 values.
_cl_long16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_long16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_long16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_long16/c f0 : _cl_long/c f1 : _cl_long/c f2 : _cl_long/c f3 : _cl_long/c f4 : _cl_long/c f5 : _cl_long/c f6 : _cl_long/c f7 : _cl_long/c f8 : _cl_long/c f9 : _cl_long/c f10 : _cl_long/c f11 : _cl_long/c f12 : _cl_long/c f13 : _cl_long/c f14 : _cl_long/c f15 : _cl_long/c
Constructs a _cl_long16 value.
Extracts the f0 of a _cl_long16 value.
Extracts the f1 of a _cl_long16 value.
Extracts the f2 of a _cl_long16 value.
Extracts the f3 of a _cl_long16 value.
Extracts the f4 of a _cl_long16 value.
Extracts the f5 of a _cl_long16 value.
Extracts the f6 of a _cl_long16 value.
Extracts the f7 of a _cl_long16 value.
Extracts the f8 of a _cl_long16 value.
Extracts the f9 of a _cl_long16 value.
Extracts the f10 of a _cl_long16 value.
Extracts the f11 of a _cl_long16 value.
Extracts the f12 of a _cl_long16 value.
Extracts the f13 of a _cl_long16 value.
Extracts the f14 of a _cl_long16 value.
Extracts the f15 of a _cl_long16 value.
(set-cl_long16-f0! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f0 of a _cl_long16 value.
(set-cl_long16-f1! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f1 of a _cl_long16 value.
(set-cl_long16-f2! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f2 of a _cl_long16 value.
(set-cl_long16-f3! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f3 of a _cl_long16 value.
(set-cl_long16-f4! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f4 of a _cl_long16 value.
(set-cl_long16-f5! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f5 of a _cl_long16 value.
(set-cl_long16-f6! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f6 of a _cl_long16 value.
(set-cl_long16-f7! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f7 of a _cl_long16 value.
(set-cl_long16-f8! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f8 of a _cl_long16 value.
(set-cl_long16-f9! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f9 of a _cl_long16 value.
(set-cl_long16-f10! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f10 of a _cl_long16 value.
(set-cl_long16-f11! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f11 of a _cl_long16 value.
(set-cl_long16-f12! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f12 of a _cl_long16 value.
(set-cl_long16-f13! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f13 of a _cl_long16 value.
(set-cl_long16-f14! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f14 of a _cl_long16 value.
(set-cl_long16-f15! obj v) → void obj : _cl_long16/c v : _cl_long/c
Sets the f15 of a _cl_long16 value.
_cl_long16/c : contract?
A contract for _cl_long16 values.
_cl_long16_vector/c : contract?
A contract for cvectors of _cl_long16 values.
_cl_ulong2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ulong2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_ulong2 value.
Extracts the f0 of a _cl_ulong2 value.
Extracts the f1 of a _cl_ulong2 value.
(set-cl_ulong2-f0! obj v) → void obj : _cl_ulong2/c v : _cl_ulong/c
Sets the f0 of a _cl_ulong2 value.
(set-cl_ulong2-f1! obj v) → void obj : _cl_ulong2/c v : _cl_ulong/c
Sets the f1 of a _cl_ulong2 value.
_cl_ulong2/c : contract?
A contract for _cl_ulong2 values.
_cl_ulong2_vector/c : contract?
A contract for cvectors of _cl_ulong2 values.
_cl_ulong4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ulong4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_ulong4 f0 f1 f2 f3) → _cl_ulong4/c f0 : _cl_ulong/c f1 : _cl_ulong/c f2 : _cl_ulong/c f3 : _cl_ulong/c
Constructs a _cl_ulong4 value.
Extracts the f0 of a _cl_ulong4 value.
Extracts the f1 of a _cl_ulong4 value.
Extracts the f2 of a _cl_ulong4 value.
Extracts the f3 of a _cl_ulong4 value.
(set-cl_ulong4-f0! obj v) → void obj : _cl_ulong4/c v : _cl_ulong/c
Sets the f0 of a _cl_ulong4 value.
(set-cl_ulong4-f1! obj v) → void obj : _cl_ulong4/c v : _cl_ulong/c
Sets the f1 of a _cl_ulong4 value.
(set-cl_ulong4-f2! obj v) → void obj : _cl_ulong4/c v : _cl_ulong/c
Sets the f2 of a _cl_ulong4 value.
(set-cl_ulong4-f3! obj v) → void obj : _cl_ulong4/c v : _cl_ulong/c
Sets the f3 of a _cl_ulong4 value.
_cl_ulong4/c : contract?
A contract for _cl_ulong4 values.
_cl_ulong4_vector/c : contract?
A contract for cvectors of _cl_ulong4 values.
_cl_ulong8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ulong8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_ulong8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_ulong8/c f0 : _cl_ulong/c f1 : _cl_ulong/c f2 : _cl_ulong/c f3 : _cl_ulong/c f4 : _cl_ulong/c f5 : _cl_ulong/c f6 : _cl_ulong/c f7 : _cl_ulong/c
Constructs a _cl_ulong8 value.
Extracts the f0 of a _cl_ulong8 value.
Extracts the f1 of a _cl_ulong8 value.
Extracts the f2 of a _cl_ulong8 value.
Extracts the f3 of a _cl_ulong8 value.
Extracts the f4 of a _cl_ulong8 value.
Extracts the f5 of a _cl_ulong8 value.
Extracts the f6 of a _cl_ulong8 value.
Extracts the f7 of a _cl_ulong8 value.
(set-cl_ulong8-f0! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f0 of a _cl_ulong8 value.
(set-cl_ulong8-f1! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f1 of a _cl_ulong8 value.
(set-cl_ulong8-f2! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f2 of a _cl_ulong8 value.
(set-cl_ulong8-f3! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f3 of a _cl_ulong8 value.
(set-cl_ulong8-f4! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f4 of a _cl_ulong8 value.
(set-cl_ulong8-f5! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f5 of a _cl_ulong8 value.
(set-cl_ulong8-f6! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f6 of a _cl_ulong8 value.
(set-cl_ulong8-f7! obj v) → void obj : _cl_ulong8/c v : _cl_ulong/c
Sets the f7 of a _cl_ulong8 value.
_cl_ulong8/c : contract?
A contract for _cl_ulong8 values.
_cl_ulong8_vector/c : contract?
A contract for cvectors of _cl_ulong8 values.
_cl_ulong16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_ulong16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_ulong16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_ulong16/c f0 : _cl_ulong/c f1 : _cl_ulong/c f2 : _cl_ulong/c f3 : _cl_ulong/c f4 : _cl_ulong/c f5 : _cl_ulong/c f6 : _cl_ulong/c f7 : _cl_ulong/c f8 : _cl_ulong/c f9 : _cl_ulong/c f10 : _cl_ulong/c f11 : _cl_ulong/c f12 : _cl_ulong/c f13 : _cl_ulong/c f14 : _cl_ulong/c f15 : _cl_ulong/c
Constructs a _cl_ulong16 value.
Extracts the f0 of a _cl_ulong16 value.
Extracts the f1 of a _cl_ulong16 value.
Extracts the f2 of a _cl_ulong16 value.
Extracts the f3 of a _cl_ulong16 value.
Extracts the f4 of a _cl_ulong16 value.
Extracts the f5 of a _cl_ulong16 value.
Extracts the f6 of a _cl_ulong16 value.
Extracts the f7 of a _cl_ulong16 value.
Extracts the f8 of a _cl_ulong16 value.
Extracts the f9 of a _cl_ulong16 value.
Extracts the f10 of a _cl_ulong16 value.
Extracts the f11 of a _cl_ulong16 value.
Extracts the f12 of a _cl_ulong16 value.
Extracts the f13 of a _cl_ulong16 value.
Extracts the f14 of a _cl_ulong16 value.
Extracts the f15 of a _cl_ulong16 value.
(set-cl_ulong16-f0! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f0 of a _cl_ulong16 value.
(set-cl_ulong16-f1! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f1 of a _cl_ulong16 value.
(set-cl_ulong16-f2! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f2 of a _cl_ulong16 value.
(set-cl_ulong16-f3! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f3 of a _cl_ulong16 value.
(set-cl_ulong16-f4! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f4 of a _cl_ulong16 value.
(set-cl_ulong16-f5! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f5 of a _cl_ulong16 value.
(set-cl_ulong16-f6! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f6 of a _cl_ulong16 value.
(set-cl_ulong16-f7! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f7 of a _cl_ulong16 value.
(set-cl_ulong16-f8! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f8 of a _cl_ulong16 value.
(set-cl_ulong16-f9! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f9 of a _cl_ulong16 value.
(set-cl_ulong16-f10! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f10 of a _cl_ulong16 value.
(set-cl_ulong16-f11! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f11 of a _cl_ulong16 value.
(set-cl_ulong16-f12! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f12 of a _cl_ulong16 value.
(set-cl_ulong16-f13! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f13 of a _cl_ulong16 value.
(set-cl_ulong16-f14! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f14 of a _cl_ulong16 value.
(set-cl_ulong16-f15! obj v) → void obj : _cl_ulong16/c v : _cl_ulong/c
Sets the f15 of a _cl_ulong16 value.
_cl_ulong16/c : contract?
A contract for _cl_ulong16 values.
_cl_ulong16_vector/c : contract?
A contract for cvectors of _cl_ulong16 values.
_cl_float2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_float2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_float2 value.
Extracts the f0 of a _cl_float2 value.
Extracts the f1 of a _cl_float2 value.
(set-cl_float2-f0! obj v) → void obj : _cl_float2/c v : _cl_float/c
Sets the f0 of a _cl_float2 value.
(set-cl_float2-f1! obj v) → void obj : _cl_float2/c v : _cl_float/c
Sets the f1 of a _cl_float2 value.
_cl_float2/c : contract?
A contract for _cl_float2 values.
_cl_float2_vector/c : contract?
A contract for cvectors of _cl_float2 values.
_cl_float4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_float4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_float4 f0 f1 f2 f3) → _cl_float4/c f0 : _cl_float/c f1 : _cl_float/c f2 : _cl_float/c f3 : _cl_float/c
Constructs a _cl_float4 value.
Extracts the f0 of a _cl_float4 value.
Extracts the f1 of a _cl_float4 value.
Extracts the f2 of a _cl_float4 value.
Extracts the f3 of a _cl_float4 value.
(set-cl_float4-f0! obj v) → void obj : _cl_float4/c v : _cl_float/c
Sets the f0 of a _cl_float4 value.
(set-cl_float4-f1! obj v) → void obj : _cl_float4/c v : _cl_float/c
Sets the f1 of a _cl_float4 value.
(set-cl_float4-f2! obj v) → void obj : _cl_float4/c v : _cl_float/c
Sets the f2 of a _cl_float4 value.
(set-cl_float4-f3! obj v) → void obj : _cl_float4/c v : _cl_float/c
Sets the f3 of a _cl_float4 value.
_cl_float4/c : contract?
A contract for _cl_float4 values.
_cl_float4_vector/c : contract?
A contract for cvectors of _cl_float4 values.
_cl_float8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_float8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_float8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_float8/c f0 : _cl_float/c f1 : _cl_float/c f2 : _cl_float/c f3 : _cl_float/c f4 : _cl_float/c f5 : _cl_float/c f6 : _cl_float/c f7 : _cl_float/c
Constructs a _cl_float8 value.
Extracts the f0 of a _cl_float8 value.
Extracts the f1 of a _cl_float8 value.
Extracts the f2 of a _cl_float8 value.
Extracts the f3 of a _cl_float8 value.
Extracts the f4 of a _cl_float8 value.
Extracts the f5 of a _cl_float8 value.
Extracts the f6 of a _cl_float8 value.
Extracts the f7 of a _cl_float8 value.
(set-cl_float8-f0! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f0 of a _cl_float8 value.
(set-cl_float8-f1! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f1 of a _cl_float8 value.
(set-cl_float8-f2! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f2 of a _cl_float8 value.
(set-cl_float8-f3! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f3 of a _cl_float8 value.
(set-cl_float8-f4! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f4 of a _cl_float8 value.
(set-cl_float8-f5! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f5 of a _cl_float8 value.
(set-cl_float8-f6! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f6 of a _cl_float8 value.
(set-cl_float8-f7! obj v) → void obj : _cl_float8/c v : _cl_float/c
Sets the f7 of a _cl_float8 value.
_cl_float8/c : contract?
A contract for _cl_float8 values.
_cl_float8_vector/c : contract?
A contract for cvectors of _cl_float8 values.
_cl_float16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_float16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_float16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_float16/c f0 : _cl_float/c f1 : _cl_float/c f2 : _cl_float/c f3 : _cl_float/c f4 : _cl_float/c f5 : _cl_float/c f6 : _cl_float/c f7 : _cl_float/c f8 : _cl_float/c f9 : _cl_float/c f10 : _cl_float/c f11 : _cl_float/c f12 : _cl_float/c f13 : _cl_float/c f14 : _cl_float/c f15 : _cl_float/c
Constructs a _cl_float16 value.
Extracts the f0 of a _cl_float16 value.
Extracts the f1 of a _cl_float16 value.
Extracts the f2 of a _cl_float16 value.
Extracts the f3 of a _cl_float16 value.
Extracts the f4 of a _cl_float16 value.
Extracts the f5 of a _cl_float16 value.
Extracts the f6 of a _cl_float16 value.
Extracts the f7 of a _cl_float16 value.
Extracts the f8 of a _cl_float16 value.
Extracts the f9 of a _cl_float16 value.
Extracts the f10 of a _cl_float16 value.
Extracts the f11 of a _cl_float16 value.
Extracts the f12 of a _cl_float16 value.
Extracts the f13 of a _cl_float16 value.
Extracts the f14 of a _cl_float16 value.
Extracts the f15 of a _cl_float16 value.
(set-cl_float16-f0! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f0 of a _cl_float16 value.
(set-cl_float16-f1! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f1 of a _cl_float16 value.
(set-cl_float16-f2! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f2 of a _cl_float16 value.
(set-cl_float16-f3! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f3 of a _cl_float16 value.
(set-cl_float16-f4! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f4 of a _cl_float16 value.
(set-cl_float16-f5! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f5 of a _cl_float16 value.
(set-cl_float16-f6! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f6 of a _cl_float16 value.
(set-cl_float16-f7! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f7 of a _cl_float16 value.
(set-cl_float16-f8! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f8 of a _cl_float16 value.
(set-cl_float16-f9! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f9 of a _cl_float16 value.
(set-cl_float16-f10! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f10 of a _cl_float16 value.
(set-cl_float16-f11! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f11 of a _cl_float16 value.
(set-cl_float16-f12! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f12 of a _cl_float16 value.
(set-cl_float16-f13! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f13 of a _cl_float16 value.
(set-cl_float16-f14! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f14 of a _cl_float16 value.
(set-cl_float16-f15! obj v) → void obj : _cl_float16/c v : _cl_float/c
Sets the f15 of a _cl_float16 value.
_cl_float16/c : contract?
A contract for _cl_float16 values.
_cl_float16_vector/c : contract?
A contract for cvectors of _cl_float16 values.
_cl_double2 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_double2-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
Constructs a _cl_double2 value.
Extracts the f0 of a _cl_double2 value.
Extracts the f1 of a _cl_double2 value.
(set-cl_double2-f0! obj v) → void obj : _cl_double2/c v : _cl_double/c
Sets the f0 of a _cl_double2 value.
(set-cl_double2-f1! obj v) → void obj : _cl_double2/c v : _cl_double/c
Sets the f1 of a _cl_double2 value.
_cl_double2/c : contract?
A contract for _cl_double2 values.
_cl_double2_vector/c : contract?
A contract for cvectors of _cl_double2 values.
_cl_double4 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_double4-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_double4 f0 f1 f2 f3) → _cl_double4/c f0 : _cl_double/c f1 : _cl_double/c f2 : _cl_double/c f3 : _cl_double/c
Constructs a _cl_double4 value.
Extracts the f0 of a _cl_double4 value.
Extracts the f1 of a _cl_double4 value.
Extracts the f2 of a _cl_double4 value.
Extracts the f3 of a _cl_double4 value.
(set-cl_double4-f0! obj v) → void obj : _cl_double4/c v : _cl_double/c
Sets the f0 of a _cl_double4 value.
(set-cl_double4-f1! obj v) → void obj : _cl_double4/c v : _cl_double/c
Sets the f1 of a _cl_double4 value.
(set-cl_double4-f2! obj v) → void obj : _cl_double4/c v : _cl_double/c
Sets the f2 of a _cl_double4 value.
(set-cl_double4-f3! obj v) → void obj : _cl_double4/c v : _cl_double/c
Sets the f3 of a _cl_double4 value.
_cl_double4/c : contract?
A contract for _cl_double4 values.
_cl_double4_vector/c : contract?
A contract for cvectors of _cl_double4 values.
_cl_double8 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_double8-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_double8 f0 f1 f2 f3 f4 f5 f6 f7) → _cl_double8/c f0 : _cl_double/c f1 : _cl_double/c f2 : _cl_double/c f3 : _cl_double/c f4 : _cl_double/c f5 : _cl_double/c f6 : _cl_double/c f7 : _cl_double/c
Constructs a _cl_double8 value.
Extracts the f0 of a _cl_double8 value.
Extracts the f1 of a _cl_double8 value.
Extracts the f2 of a _cl_double8 value.
Extracts the f3 of a _cl_double8 value.
Extracts the f4 of a _cl_double8 value.
Extracts the f5 of a _cl_double8 value.
Extracts the f6 of a _cl_double8 value.
Extracts the f7 of a _cl_double8 value.
(set-cl_double8-f0! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f0 of a _cl_double8 value.
(set-cl_double8-f1! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f1 of a _cl_double8 value.
(set-cl_double8-f2! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f2 of a _cl_double8 value.
(set-cl_double8-f3! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f3 of a _cl_double8 value.
(set-cl_double8-f4! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f4 of a _cl_double8 value.
(set-cl_double8-f5! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f5 of a _cl_double8 value.
(set-cl_double8-f6! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f6 of a _cl_double8 value.
(set-cl_double8-f7! obj v) → void obj : _cl_double8/c v : _cl_double/c
Sets the f7 of a _cl_double8 value.
_cl_double8/c : contract?
A contract for _cl_double8 values.
_cl_double8_vector/c : contract?
A contract for cvectors of _cl_double8 values.
_cl_double16 : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_double16-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_double16 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15) → _cl_double16/c f0 : _cl_double/c f1 : _cl_double/c f2 : _cl_double/c f3 : _cl_double/c f4 : _cl_double/c f5 : _cl_double/c f6 : _cl_double/c f7 : _cl_double/c f8 : _cl_double/c f9 : _cl_double/c f10 : _cl_double/c f11 : _cl_double/c f12 : _cl_double/c f13 : _cl_double/c f14 : _cl_double/c f15 : _cl_double/c
Constructs a _cl_double16 value.
Extracts the f0 of a _cl_double16 value.
Extracts the f1 of a _cl_double16 value.
Extracts the f2 of a _cl_double16 value.
Extracts the f3 of a _cl_double16 value.
Extracts the f4 of a _cl_double16 value.
Extracts the f5 of a _cl_double16 value.
Extracts the f6 of a _cl_double16 value.
Extracts the f7 of a _cl_double16 value.
Extracts the f8 of a _cl_double16 value.
Extracts the f9 of a _cl_double16 value.
Extracts the f10 of a _cl_double16 value.
Extracts the f11 of a _cl_double16 value.
Extracts the f12 of a _cl_double16 value.
Extracts the f13 of a _cl_double16 value.
Extracts the f14 of a _cl_double16 value.
Extracts the f15 of a _cl_double16 value.
(set-cl_double16-f0! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f0 of a _cl_double16 value.
(set-cl_double16-f1! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f1 of a _cl_double16 value.
(set-cl_double16-f2! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f2 of a _cl_double16 value.
(set-cl_double16-f3! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f3 of a _cl_double16 value.
(set-cl_double16-f4! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f4 of a _cl_double16 value.
(set-cl_double16-f5! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f5 of a _cl_double16 value.
(set-cl_double16-f6! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f6 of a _cl_double16 value.
(set-cl_double16-f7! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f7 of a _cl_double16 value.
(set-cl_double16-f8! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f8 of a _cl_double16 value.
(set-cl_double16-f9! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f9 of a _cl_double16 value.
(set-cl_double16-f10! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f10 of a _cl_double16 value.
(set-cl_double16-f11! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f11 of a _cl_double16 value.
(set-cl_double16-f12! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f12 of a _cl_double16 value.
(set-cl_double16-f13! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f13 of a _cl_double16 value.
(set-cl_double16-f14! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f14 of a _cl_double16 value.
(set-cl_double16-f15! obj v) → void obj : _cl_double16/c v : _cl_double/c
Sets the f15 of a _cl_double16 value.
_cl_double16/c : contract?
A contract for _cl_double16 values.
_cl_double16_vector/c : contract?
A contract for cvectors of _cl_double16 values.
_cl_bool : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_bool-values are the valid values.
_cl_bool/c : contract?
A contract for _cl_bool that accepts any symbol in _cl_bool-values.
A list of valid options for _cl_bool. Its value is '(CL_FALSE CL_TRUE).
_cl_platform_id : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_platform_id/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_platform_id/c : contract?
A contract for _cl_platform_id values.
_cl_platform_id/null/c : contract?
A contract for _cl_platform_id values that includes NULL pointers, represented by #f.
_cl_platform_id_vector/c : contract?
A contract for cvectors of _cl_platform_id values.
_cl_platform_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_platform_info-values are the valid values.
_cl_platform_info/c : contract?
A contract for _cl_platform_info that accepts any symbol in _cl_platform_info-values.
A list of valid options for _cl_platform_info. Its value is '(CL_PLATFORM_PROFILE CL_PLATFORM_VERSION CL_PLATFORM_NAME CL_PLATFORM_VENDOR CL_PLATFORM_EXTENSIONS).
_cl_bitfield : ctype?
An alias for _cl_ulong.
_cl_bitfield/c : contract?
A contract for _cl_bitfield values. Defined as _cl_ulong/c.
_cl_bitfield_vector/c : contract?
A contract for vectors of _cl_bitfield values.
_cl_device_id : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_device_id/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_device_id/c : contract?
A contract for _cl_device_id values.
_cl_device_id/null/c : contract?
A contract for _cl_device_id values that includes NULL pointers, represented by #f.
_cl_device_id_vector/c : contract?
A contract for cvectors of _cl_device_id values.
_cl_device_type : ctype?
A ctype that represents an OpenCL bitfield where _cl_device_type-values are the valid flags. It is actually a _cl_bitfield.
_cl_device_type/c : contract?
A contract for _cl_device_type that accepts any symbol in _cl_device_type-values or lists containing subsets of _cl_device_type-values.
A list of valid options for _cl_device_type. Its value is '(CL_DEVICE_TYPE_CPU CL_DEVICE_TYPE_GPU CL_DEVICE_TYPE_ACCELERATOR CL_DEVICE_TYPE_DEFAULT CL_DEVICE_TYPE_ALL).
_cl_device_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_device_info-values are the valid values.
_cl_device_info/c : contract?
A contract for _cl_device_info that accepts any symbol in _cl_device_info-values.
A list of valid options for _cl_device_info. Its value is '(CL_DEVICE_TYPE CL_DEVICE_VENDOR_ID CL_DEVICE_MAX_COMPUTE_UNITS CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS CL_DEVICE_MAX_WORK_GROUP_SIZE CL_DEVICE_MAX_WORK_ITEM_SIZES CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE CL_DEVICE_MAX_CLOCK_FREQUENCY CL_DEVICE_ADDRESS_BITS CL_DEVICE_MAX_READ_IMAGE_ARGS CL_DEVICE_MAX_WRITE_IMAGE_ARGS CL_DEVICE_MAX_MEM_ALLOC_SIZE CL_DEVICE_IMAGE2D_MAX_WIDTH CL_DEVICE_IMAGE2D_MAX_HEIGHT CL_DEVICE_IMAGE3D_MAX_WIDTH CL_DEVICE_IMAGE3D_MAX_HEIGHT CL_DEVICE_IMAGE3D_MAX_DEPTH CL_DEVICE_IMAGE_SUPPORT CL_DEVICE_MAX_PARAMETER_SIZE CL_DEVICE_MAX_SAMPLERS CL_DEVICE_MEM_BASE_ADDR_ALIGN CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE CL_DEVICE_SINGLE_FP_CONFIG CL_DEVICE_GLOBAL_MEM_CACHE_TYPE CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE CL_DEVICE_GLOBAL_MEM_CACHE_SIZE CL_DEVICE_GLOBAL_MEM_SIZE CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE CL_DEVICE_MAX_CONSTANT_ARGS CL_DEVICE_LOCAL_MEM_TYPE CL_DEVICE_LOCAL_MEM_SIZE CL_DEVICE_ERROR_CORRECTION_SUPPORT CL_DEVICE_PROFILING_TIMER_RESOLUTION CL_DEVICE_ENDIAN_LITTLE CL_DEVICE_AVAILABLE CL_DEVICE_COMPILER_AVAILABLE CL_DEVICE_EXECUTION_CAPABILITIES CL_DEVICE_QUEUE_PROPERTIES CL_DEVICE_NAME CL_DEVICE_VENDOR CL_DRIVER_VERSION CL_DEVICE_PROFILE CL_DEVICE_VERSION CL_DEVICE_EXTENSIONS CL_DEVICE_PLATFORM).
_cl_device_address_info : ctype?
A ctype that represents an OpenCL bitfield where _cl_device_address_info-values are the valid flags. It is actually a _cl_bitfield.
_cl_device_address_info/c : contract?
A contract for _cl_device_address_info that accepts any symbol in _cl_device_address_info-values or lists containing subsets of _cl_device_address_info-values.
A list of valid options for _cl_device_address_info. Its value is '().
_cl_device_fp_config : ctype?
A ctype that represents an OpenCL bitfield where _cl_device_fp_config-values are the valid flags. It is actually a _cl_bitfield.
_cl_device_fp_config/c : contract?
A contract for _cl_device_fp_config that accepts any symbol in _cl_device_fp_config-values or lists containing subsets of _cl_device_fp_config-values.
A list of valid options for _cl_device_fp_config. Its value is '(CL_FP_DENORM CL_FP_INF_NAN CL_FP_ROUND_TO_NEAREST CL_FP_ROUND_TO_ZERO CL_FP_ROUND_TO_INF CL_FP_FMA).
_cl_device_mem_cache_type : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_device_mem_cache_type-values are the valid values.
_cl_device_mem_cache_type/c : contract?
A contract for _cl_device_mem_cache_type that accepts any symbol in _cl_device_mem_cache_type-values.
A list of valid options for _cl_device_mem_cache_type. Its value is '(CL_NONE CL_READ_ONLY_CACHE CL_READ_WRITE_CACHE).
_cl_device_local_mem_type : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_device_local_mem_type-values are the valid values.
_cl_device_local_mem_type/c : contract?
A contract for _cl_device_local_mem_type that accepts any symbol in _cl_device_local_mem_type-values.
A list of valid options for _cl_device_local_mem_type. Its value is '(CL_LOCAL CL_GLOBAL).
_cl_device_exec_capabilities : ctype?
A ctype that represents an OpenCL bitfield where _cl_device_exec_capabilities-values are the valid flags. It is actually a _cl_bitfield.
_cl_device_exec_capabilities/c : contract?
A contract for _cl_device_exec_capabilities that accepts any symbol in _cl_device_exec_capabilities-values or lists containing subsets of _cl_device_exec_capabilities-values.
A list of valid options for _cl_device_exec_capabilities. Its value is '(CL_EXEC_KERNEL CL_EXEC_NATIVE_KERNEL).
_size_t : ctype?
An alias for _long.
_size_t/c : contract?
A contract for _size_t values. Defined as exact-nonnegative-integer?.
_size_t_vector/c : contract?
A contract for vectors of _size_t values.
_void* : ctype?
An alias for _pointer.
_void*/c : contract?
A contract for _void* values. Defined as cpointer?.
_void*_vector/c : contract?
A contract for vectors of _void* values.
_void*/null : ctype?
An alias for _pointer.
_void*/null/c : contract?
_void*/null_vector/c : contract?
A contract for vectors of _void*/null values.
_cl_context : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_context/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_context/c : contract?
A contract for _cl_context values.
_cl_context/null/c : contract?
A contract for _cl_context values that includes NULL pointers, represented by #f.
_cl_context_vector/c : contract?
A contract for cvectors of _cl_context values.
_cl_command_queue_properties : ctype?
A ctype that represents an OpenCL bitfield where _cl_command_queue_properties-values are the valid flags. It is actually a _cl_bitfield.
_cl_command_queue_properties/c : contract?
A contract for _cl_command_queue_properties that accepts any symbol in _cl_command_queue_properties-values or lists containing subsets of _cl_command_queue_properties-values.
A list of valid options for _cl_command_queue_properties. Its value is '(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE CL_QUEUE_PROFILING_ENABLE).
_cl_command_queue : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_command_queue/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_command_queue/c : contract?
A contract for _cl_command_queue values.
_cl_command_queue/null/c : contract?
A contract for _cl_command_queue values that includes NULL pointers, represented by #f.
_cl_command_queue_vector/c : contract?
A contract for cvectors of _cl_command_queue values.
_cl_mem_flags : ctype?
A ctype that represents an OpenCL bitfield where _cl_mem_flags-values are the valid flags. It is actually a _cl_bitfield.
_cl_mem_flags/c : contract?
A contract for _cl_mem_flags that accepts any symbol in _cl_mem_flags-values or lists containing subsets of _cl_mem_flags-values.
A list of valid options for _cl_mem_flags. Its value is '(CL_MEM_READ_WRITE CL_MEM_WRITE_ONLY CL_MEM_READ_ONLY CL_MEM_USE_HOST_PTR CL_MEM_ALLOC_HOST_PTR CL_MEM_COPY_HOST_PTR).
_cl_mem : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_mem/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_mem/c : contract?
A contract for _cl_mem values.
_cl_mem/null/c : contract?
A contract for _cl_mem values that includes NULL pointers, represented by #f.
_cl_mem_vector/c : contract?
A contract for cvectors of _cl_mem values.
_cl_event : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_event/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_event/c : contract?
A contract for _cl_event values.
_cl_event/null/c : contract?
A contract for _cl_event values that includes NULL pointers, represented by #f.
_cl_event_vector/c : contract?
A contract for cvectors of _cl_event values.
_cl_channel_order : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_channel_order-values are the valid values.
_cl_channel_order/c : contract?
A contract for _cl_channel_order that accepts any symbol in _cl_channel_order-values.
A list of valid options for _cl_channel_order. Its value is '(CL_R CL_A CL_INTENSITY CL_LUMINANCE CL_RG CL_RA CL_RGB CL_RGBA CL_ARGB CL_BGRA).
_cl_channel_type : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_channel_type-values are the valid values.
_cl_channel_type/c : contract?
A contract for _cl_channel_type that accepts any symbol in _cl_channel_type-values.
A list of valid options for _cl_channel_type. Its value is '(CL_SNORM_INT8 CL_SNORM_INT16 CL_UNORM_INT8 CL_UNORM_INT16 CL_UNORM_SHORT_565 CL_UNORM_SHORT_555 CL_UNORM_INT_101010 CL_SIGNED_INT8 CL_SIGNED_INT16 CL_SIGNED_INT32 CL_UNSIGNED_INT8 CL_UNSIGNED_INT16 CL_UNSIGNED_INT32 CL_HALF_FLOAT CL_FLOAT).
_cl_mem_object_type : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_mem_object_type-values are the valid values.
_cl_mem_object_type/c : contract?
A contract for _cl_mem_object_type that accepts any symbol in _cl_mem_object_type-values.
A list of valid options for _cl_mem_object_type. Its value is '(CL_MEM_OBJECT_IMAGE2D CL_MEM_OBJECT_IMAGE3D).
_cl_map_flags : ctype?
A ctype that represents an OpenCL bitfield where _cl_map_flags-values are the valid flags. It is actually a _cl_bitfield.
_cl_map_flags/c : contract?
A contract for _cl_map_flags that accepts any symbol in _cl_map_flags-values or lists containing subsets of _cl_map_flags-values.
A list of valid options for _cl_map_flags. Its value is '(CL_MAP_READ CL_MAP_WRITE).
_cl_sampler : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_sampler/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_sampler/c : contract?
A contract for _cl_sampler values.
_cl_sampler/null/c : contract?
A contract for _cl_sampler values that includes NULL pointers, represented by #f.
_cl_sampler_vector/c : contract?
A contract for cvectors of _cl_sampler values.
_cl_addressing_mode : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_addressing_mode-values are the valid values.
_cl_addressing_mode/c : contract?
A contract for _cl_addressing_mode that accepts any symbol in _cl_addressing_mode-values.
A list of valid options for _cl_addressing_mode. Its value is '(CL_ADDRESS_REPEAT CL_ADDRESS_CLAMP_TO_EDGE CL_ADDRESS_CLAMP CL_ADDRESS_NONE).
_cl_filter_mode : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_filter_mode-values are the valid values.
_cl_filter_mode/c : contract?
A contract for _cl_filter_mode that accepts any symbol in _cl_filter_mode-values.
A list of valid options for _cl_filter_mode. Its value is '(CL_FILTER_NEAREST CL_FILTER_LINEAR).
_cl_program : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_program/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_program/c : contract?
A contract for _cl_program values.
_cl_program/null/c : contract?
A contract for _cl_program values that includes NULL pointers, represented by #f.
_cl_program_vector/c : contract?
A contract for cvectors of _cl_program values.
_cl_kernel : ctype?
Represents a pointer to a particular kind of OpenCL object.
_cl_kernel/null : ctype?
Represents a pointer to a particular kind of OpenCL object that may be NULL.
_cl_kernel/c : contract?
A contract for _cl_kernel values.
_cl_kernel/null/c : contract?
A contract for _cl_kernel values that includes NULL pointers, represented by #f.
_cl_kernel_vector/c : contract?
A contract for cvectors of _cl_kernel values.
_cl_context_properties : ctype?
An alias for _intptr*.
_cl_context_properties/c : contract?
A contract for _cl_context_properties values. Defined as _intptr*/c.
_cl_context_properties_vector/c : contract?
A contract for vectors of _cl_context_properties values.
_cl_image_format : ctype?
Represents a structure value of a particular kind of OpenCL object.
_cl_image_format-pointer : ctype?
Represents a pointer to a particular kind of OpenCL object.
(make-cl_image_format image_channel_order image_channel_data_type) → _cl_image_format/c image_channel_order : _cl_channel_order/c image_channel_data_type : _cl_channel_type/c
Constructs a _cl_image_format value.
Extracts the image_channel_order of a _cl_image_format value.
Extracts the image_channel_data_type of a _cl_image_format value.
(set-cl_image_format-image_channel_order! obj v) → void obj : _cl_image_format/c v : _cl_channel_order/c
Sets the image_channel_order of a _cl_image_format value.
(set-cl_image_format-image_channel_data_type! obj v) → void obj : _cl_image_format/c v : _cl_channel_type/c
Sets the image_channel_data_type of a _cl_image_format value.
_cl_image_format/c : contract?
A contract for _cl_image_format values.
_cl_image_format_vector/c : contract?
A contract for cvectors of _cl_image_format values.
_cl_context_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_context_info-values are the valid values.
_cl_context_info/c : contract?
A contract for _cl_context_info that accepts any symbol in _cl_context_info-values.
A list of valid options for _cl_context_info. Its value is '(CL_CONTEXT_REFERENCE_COUNT CL_CONTEXT_DEVICES CL_CONTEXT_PROPERTIES).
_cl_command_queue_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_command_queue_info-values are the valid values.
_cl_command_queue_info/c : contract?
A contract for _cl_command_queue_info that accepts any symbol in _cl_command_queue_info-values.
A list of valid options for _cl_command_queue_info. Its value is '(CL_QUEUE_CONTEXT CL_QUEUE_DEVICE CL_QUEUE_REFERENCE_COUNT CL_QUEUE_PROPERTIES).
_cl_mem_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_mem_info-values are the valid values.
_cl_mem_info/c : contract?
A contract for _cl_mem_info that accepts any symbol in _cl_mem_info-values.
A list of valid options for _cl_mem_info. Its value is '(CL_MEM_TYPE CL_MEM_FLAGS CL_MEM_SIZE CL_MEM_HOST_PTR CL_MEM_MAP_COUNT CL_MEM_REFERENCE_COUNT CL_MEM_CONTEXT).
_cl_image_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_image_info-values are the valid values.
_cl_image_info/c : contract?
A contract for _cl_image_info that accepts any symbol in _cl_image_info-values.
A list of valid options for _cl_image_info. Its value is '(CL_IMAGE_FORMAT CL_IMAGE_ELEMENT_SIZE CL_IMAGE_ROW_PITCH CL_IMAGE_SLICE_PITCH CL_IMAGE_WIDTH CL_IMAGE_HEIGHT CL_IMAGE_DEPTH).
_cl_sampler_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_sampler_info-values are the valid values.
_cl_sampler_info/c : contract?
A contract for _cl_sampler_info that accepts any symbol in _cl_sampler_info-values.
A list of valid options for _cl_sampler_info. Its value is '(CL_SAMPLER_REFERENCE_COUNT CL_SAMPLER_CONTEXT CL_SAMPLER_ADDRESSING_MODE CL_SAMPLER_FILTER_MODE CL_SAMPLER_NORMALIZED_COORDS).
_cl_program_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_program_info-values are the valid values.
_cl_program_info/c : contract?
A contract for _cl_program_info that accepts any symbol in _cl_program_info-values.
A list of valid options for _cl_program_info. Its value is '(CL_PROGRAM_REFERENCE_COUNT CL_PROGRAM_CONTEXT CL_PROGRAM_NUM_DEVICES CL_PROGRAM_DEVICES CL_PROGRAM_SOURCE CL_PROGRAM_BINARY_SIZES).
_cl_program_build_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_program_build_info-values are the valid values.
_cl_program_build_info/c : contract?
A contract for _cl_program_build_info that accepts any symbol in _cl_program_build_info-values.
A list of valid options for _cl_program_build_info. Its value is '(CL_PROGRAM_BUILD_STATUS CL_PROGRAM_BUILD_OPTIONS CL_PROGRAM_BUILD_LOG).
_cl_build_status : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_int, where _cl_build_status-values are the valid values.
_cl_build_status/c : contract?
A contract for _cl_build_status that accepts any symbol in _cl_build_status-values.
A list of valid options for _cl_build_status. Its value is '(CL_BUILD_NONE CL_BUILD_ERROR CL_BUILD_SUCCESS CL_BUILD_IN_PROGRESS).
_cl_kernel_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_kernel_info-values are the valid values.
_cl_kernel_info/c : contract?
A contract for _cl_kernel_info that accepts any symbol in _cl_kernel_info-values.
A list of valid options for _cl_kernel_info. Its value is '(CL_KERNEL_FUNCTION_NAME CL_KERNEL_NUM_ARGS CL_KERNEL_REFERENCE_COUNT CL_KERNEL_CONTEXT CL_KERNEL_PROGRAM).
_cl_kernel_work_group_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_kernel_work_group_info-values are the valid values.
_cl_kernel_work_group_info/c : contract?
A contract for _cl_kernel_work_group_info that accepts any symbol in _cl_kernel_work_group_info-values.
A list of valid options for _cl_kernel_work_group_info. Its value is '(CL_KERNEL_WORK_GROUP_SIZE CL_KERNEL_COMPILE_WORK_GROUP_SIZE CL_KERNEL_LOCAL_MEM_SIZE).
_cl_event_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_event_info-values are the valid values.
_cl_event_info/c : contract?
A contract for _cl_event_info that accepts any symbol in _cl_event_info-values.
A list of valid options for _cl_event_info. Its value is '(CL_EVENT_COMMAND_QUEUE CL_EVENT_COMMAND_TYPE CL_EVENT_COMMAND_EXECUTION_STATUS CL_EVENT_REFERENCE_COUNT).
_cl_command_type : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_command_type-values are the valid values.
_cl_command_type/c : contract?
A contract for _cl_command_type that accepts any symbol in _cl_command_type-values.
A list of valid options for _cl_command_type. Its value is '(CL_COMMAND_NDRANGE_KERNEL CL_COMMAND_TASK CL_COMMAND_NATIVE_KERNEL CL_COMMAND_READ_BUFFER CL_COMMAND_WRITE_BUFFER CL_COMMAND_COPY_BUFFER CL_COMMAND_READ_IMAGE CL_COMMAND_WRITE_IMAGE CL_COMMAND_COPY_IMAGE CL_COMMAND_COPY_BUFFER_TO_IMAGE CL_COMMAND_COPY_IMAGE_TO_BUFFER CL_COMMAND_MAP_BUFFER CL_COMMAND_MAP_IMAGE CL_COMMAND_UNMAP_MEM_OBJECT CL_COMMAND_MARKER CL_COMMAND_ACQUIRE_GL_OBJECTS CL_COMMAND_RELEASE_GL_OBJECTS).
_command_execution_status : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_int, where _command_execution_status-values are the valid values.
_command_execution_status/c : contract?
A contract for _command_execution_status that accepts any symbol in _command_execution_status-values.
A list of valid options for _command_execution_status. Its value is '(CL_QUEUED CL_SUBMITTED CL_RUNNING CL_COMPLETE).
_cl_profiling_info : ctype?
A ctype that represents an OpenCL enumeration, implemented by _cl_uint, where _cl_profiling_info-values are the valid values.
_cl_profiling_info/c : contract?
A contract for _cl_profiling_info that accepts any symbol in _cl_profiling_info-values.
A list of valid options for _cl_profiling_info. Its value is '(CL_PROFILING_COMMAND_QUEUED CL_PROFILING_COMMAND_SUBMIT CL_PROFILING_COMMAND_START CL_PROFILING_COMMAND_END).