Enum ocl_core::Status

source ·
#[repr(C)]
pub enum Status {
Show 64 variants CL_SUCCESS, CL_DEVICE_NOT_FOUND, CL_DEVICE_NOT_AVAILABLE, CL_COMPILER_NOT_AVAILABLE, CL_MEM_OBJECT_ALLOCATION_FAILURE, CL_OUT_OF_RESOURCES, CL_OUT_OF_HOST_MEMORY, CL_PROFILING_INFO_NOT_AVAILABLE, CL_MEM_COPY_OVERLAP, CL_IMAGE_FORMAT_MISMATCH, CL_IMAGE_FORMAT_NOT_SUPPORTED, CL_BUILD_PROGRAM_FAILURE, CL_MAP_FAILURE, CL_MISALIGNED_SUB_BUFFER_OFFSET, CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST, CL_COMPILE_PROGRAM_FAILURE, CL_LINKER_NOT_AVAILABLE, CL_LINK_PROGRAM_FAILURE, CL_DEVICE_PARTITION_FAILED, CL_KERNEL_ARG_INFO_NOT_AVAILABLE, CL_INVALID_VALUE, CL_INVALID_DEVICE_TYPE, CL_INVALID_PLATFORM, CL_INVALID_DEVICE, CL_INVALID_CONTEXT, CL_INVALID_QUEUE_PROPERTIES, CL_INVALID_COMMAND_QUEUE, CL_INVALID_HOST_PTR, CL_INVALID_MEM_OBJECT, CL_INVALID_IMAGE_FORMAT_DESCRIPTOR, CL_INVALID_IMAGE_SIZE, CL_INVALID_SAMPLER, CL_INVALID_BINARY, CL_INVALID_BUILD_OPTIONS, CL_INVALID_PROGRAM, CL_INVALID_PROGRAM_EXECUTABLE, CL_INVALID_KERNEL_NAME, CL_INVALID_KERNEL_DEFINITION, CL_INVALID_KERNEL, CL_INVALID_ARG_INDEX, CL_INVALID_ARG_VALUE, CL_INVALID_ARG_SIZE, CL_INVALID_KERNEL_ARGS, CL_INVALID_WORK_DIMENSION, CL_INVALID_WORK_GROUP_SIZE, CL_INVALID_WORK_ITEM_SIZE, CL_INVALID_GLOBAL_OFFSET, CL_INVALID_EVENT_WAIT_LIST, CL_INVALID_EVENT, CL_INVALID_OPERATION, CL_INVALID_GL_OBJECT, CL_INVALID_BUFFER_SIZE, CL_INVALID_MIP_LEVEL, CL_INVALID_GLOBAL_WORK_SIZE, CL_INVALID_PROPERTY, CL_INVALID_IMAGE_DESCRIPTOR, CL_INVALID_COMPILER_OPTIONS, CL_INVALID_LINKER_OPTIONS, CL_INVALID_DEVICE_PARTITION_COUNT, CL_INVALID_PIPE_SIZE, CL_INVALID_DEVICE_QUEUE, CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR, CL_PLATFORM_NOT_FOUND_KHR, CL_NV_INVALID_MEM_ACCESS,
}
Expand description

The status of an OpenCL API call. Used for returning success/error codes.

Variants

CL_SUCCESS

CL_DEVICE_NOT_FOUND

CL_DEVICE_NOT_AVAILABLE

CL_COMPILER_NOT_AVAILABLE

CL_MEM_OBJECT_ALLOCATION_FAILURE

CL_OUT_OF_RESOURCES

CL_OUT_OF_HOST_MEMORY

CL_PROFILING_INFO_NOT_AVAILABLE

CL_MEM_COPY_OVERLAP

CL_IMAGE_FORMAT_MISMATCH

CL_IMAGE_FORMAT_NOT_SUPPORTED

CL_BUILD_PROGRAM_FAILURE

CL_MAP_FAILURE

CL_MISALIGNED_SUB_BUFFER_OFFSET

CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST

CL_COMPILE_PROGRAM_FAILURE

CL_LINKER_NOT_AVAILABLE

CL_DEVICE_PARTITION_FAILED

CL_KERNEL_ARG_INFO_NOT_AVAILABLE

CL_INVALID_VALUE

CL_INVALID_DEVICE_TYPE

CL_INVALID_PLATFORM

CL_INVALID_DEVICE

CL_INVALID_CONTEXT

CL_INVALID_QUEUE_PROPERTIES

CL_INVALID_COMMAND_QUEUE

CL_INVALID_HOST_PTR

CL_INVALID_MEM_OBJECT

CL_INVALID_IMAGE_FORMAT_DESCRIPTOR

CL_INVALID_IMAGE_SIZE

CL_INVALID_SAMPLER

CL_INVALID_BINARY

CL_INVALID_BUILD_OPTIONS

CL_INVALID_PROGRAM

CL_INVALID_PROGRAM_EXECUTABLE

CL_INVALID_KERNEL_NAME

CL_INVALID_KERNEL_DEFINITION

CL_INVALID_KERNEL

CL_INVALID_ARG_INDEX

CL_INVALID_ARG_VALUE

CL_INVALID_ARG_SIZE

CL_INVALID_KERNEL_ARGS

CL_INVALID_WORK_DIMENSION

CL_INVALID_WORK_GROUP_SIZE

CL_INVALID_WORK_ITEM_SIZE

CL_INVALID_GLOBAL_OFFSET

CL_INVALID_EVENT_WAIT_LIST

CL_INVALID_EVENT

CL_INVALID_OPERATION

CL_INVALID_GL_OBJECT

CL_INVALID_BUFFER_SIZE

CL_INVALID_MIP_LEVEL

CL_INVALID_GLOBAL_WORK_SIZE

CL_INVALID_PROPERTY

CL_INVALID_IMAGE_DESCRIPTOR

CL_INVALID_COMPILER_OPTIONS

CL_INVALID_LINKER_OPTIONS

CL_INVALID_DEVICE_PARTITION_COUNT

CL_INVALID_PIPE_SIZE

CL_INVALID_DEVICE_QUEUE

CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR

CL_PLATFORM_NOT_FOUND_KHR

CL_NV_INVALID_MEM_ACCESS

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.