summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib/image/write_imagef.cl
blob: 4483fcf68dbe6724158d8c810c460fdf6e4c9b58 (plain)
1
2
3
4
5
6
7
8
9
#include <clc/clc.h>

_CLC_DECL void __clc_write_imagef_2d(image2d_t image, int2 coord, float4 color);

_CLC_OVERLOAD _CLC_DEF void
write_imagef(image2d_t image, int2 coord, float4 color)
{
  __clc_write_imagef_2d(image, coord, color);
}
OpenPOWER on IntegriCloud