vloada_halfn

Read half float vector from a pointer to memory.

floatn vloada_halfn ( size_t offset,
  __global half *p)
floatn vloada_halfn_rte ( size_t offset,
  __local half *p)
floatn vloada_halfn_rtz ( size_t offset,
  __constant half *p)
floatn vloada_halfn_rtp ( size_t offset,
  __private half *p)

Description

Return sizeof(floatn) bytes of data read from location (p + (offset * n)).

The halfn values are read from location (p + (offset * n)) and then converted to single precision floating point. The read address computed as (p + (offset * n)) must be aligned to sizeof(half) * number of half elements being read (given by n) bytes.

Specification

OpenCL Specification

Also see

Vector Data Load and Store Functions

Copyright © 2007-2009 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the condition that this copyright notice and permission notice shall be included in all copies or substantial portions of the Materials.