Functions | |
ARBB_VM_EXPORT arbb_error_t | arbb_read_scalar (arbb_context_t context, arbb_variable_t variable, void *out_data, arbb_error_details_t *details) |
Copies data out of the given global scalar to the host. | |
ARBB_VM_EXPORT arbb_error_t | arbb_write_scalar (arbb_context_t context, arbb_variable_t variable, const void *data, arbb_error_details_t *details) |
Copies data into the given global variable from the host. |
ARBB_VM_EXPORT arbb_error_t arbb_read_scalar | ( | arbb_context_t | context, | |
arbb_variable_t | variable, | |||
void * | out_data, | |||
arbb_error_details_t * | details | |||
) |
Copies data out of the given global scalar to the host.
context
is a null object.variable
is a null object.out_data
is a null pointer.variable
is not a global variable.variable
is not a scalar. ARBB_VM_EXPORT arbb_error_t arbb_write_scalar | ( | arbb_context_t | context, | |
arbb_variable_t | variable, | |||
const void * | data, | |||
arbb_error_details_t * | details | |||
) |
Copies data into the given global variable from the host.
context
is a null object.variable
is a null object.out_data
is a null pointer.variable
is not a global variable.variable
is not a scalar. Copyright © 2010, Intel Corporation. All rights reserved.