blob: b7c5cb43c7949b480d7739df0682e4e9638b7c6c (
plain)
1
2
3
4
|
_CLC_OVERLOAD _CLC_DEF float4 read_imagef (image2d_t, sampler_t, int2);
_CLC_OVERLOAD _CLC_DEF float4 read_imagef (image2d_t, sampler_t, float2);
_CLC_OVERLOAD _CLC_DEF void write_imagef (image2d_t, int2, float4);
|