, including all inherited members.
Context | Cloo.ComputeKernel | |
Dispose(bool manual) | Cloo.ComputeKernel | [protected, virtual] |
Cloo::ComputeResource.Dispose() | Cloo.ComputeResource | |
Equals(object objA, object objB) | Cloo.ComputeObject | [static] |
Equals(object obj) | Cloo.ComputeObject | |
Equals(ComputeObject obj) | Cloo.ComputeObject | |
FunctionName | Cloo.ComputeKernel | |
GetArrayInfo< InfoType, QueriedType >(InfoType paramName, GetInfoDelegate< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetArrayInfo< InfoType, QueriedType >(ComputeObject secondaryObject, InfoType paramName, GetInfoDelegateEx< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetBoolInfo< InfoType >(InfoType paramName, GetInfoDelegate< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetCompileWorkGroupSize(ComputeDevice device) | Cloo.ComputeKernel | |
GetHashCode() | Cloo.ComputeObject | |
GetInfo< InfoType, QueriedType >(InfoType paramName, GetInfoDelegate< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetInfo< InfoType, QueriedType >(ComputeObject secondaryObject, InfoType paramName, GetInfoDelegateEx< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetInfoDelegate< InfoType >(IntPtr objectHandle, InfoType paramName, IntPtr paramValueSize, IntPtr paramValue, IntPtr *paramValueSizeRet) | Cloo.ComputeObject | [protected] |
GetInfoDelegateEx< InfoType >(IntPtr mainObjectHandle, IntPtr secondaryObjectHandle, InfoType paramName, IntPtr paramValueSize, IntPtr paramValue, IntPtr *paramValueSizeRet) | Cloo.ComputeObject | [protected] |
GetLocalMemorySize(ComputeDevice device) | Cloo.ComputeKernel | |
GetStringInfo< InfoType >(InfoType paramName, GetInfoDelegate< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetStringInfo< InfoType >(ComputeObject secondaryObject, InfoType paramName, GetInfoDelegateEx< InfoType > getInfoDelegate) | Cloo.ComputeObject | [protected] |
GetWorkGroupSize(ComputeDevice device) | Cloo.ComputeKernel | |
Handle | Cloo.ComputeObject | |
Program | Cloo.ComputeKernel | |
SetArgument(int index, IntPtr dataSize, IntPtr dataAddr) | Cloo.ComputeKernel | |
SetLocalArgument(int index, long dataSize) | Cloo.ComputeKernel | |
SetMemoryArgument(int index, ComputeMemory memObj) | Cloo.ComputeKernel | |
SetMemoryArgument(int index, ComputeMemory memObj, bool track) | Cloo.ComputeKernel | |
SetSamplerArgument(int index, ComputeSampler sampler) | Cloo.ComputeKernel | |
SetSamplerArgument(int index, ComputeSampler sampler, bool track) | Cloo.ComputeKernel | |
SetValueArgument< T >(int index, T data) | Cloo.ComputeKernel | |
ToString() | Cloo.ComputeKernel | |