Searched refs:read_imagef (Results 1 – 12 of 12) sorted by relevance
26 SHADER compute read_imagef OPENCL-C33 out[linear] = read_imagef(image, sampler, coord);47 ATTACH read_imagef ENTRY_POINT foo
26 SHADER compute read_imagef OPENCL-C32 out[linear] = read_imagef(image, sampler, coord);46 ATTACH read_imagef ENTRY_POINT foo
5 _CLC_OVERLOAD _CLC_DEF float4 read_imagef(image2d_t image, sampler_t sampler,11 _CLC_OVERLOAD _CLC_DEF float4 read_imagef(image2d_t image, sampler_t sampler,
26 read_imagef(image2d_t image, sampler_t sampler, int2 coord);28 read_imagef(image2d_t image, sampler_t sampler, float2 coord);
8 image/read_imagef.cl
16 float4 resf = read_imagef(img, 42);
1070 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Att…1077 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<co…1084 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<co…1090 …def : Builtin<"read_imagef", [Float, ImageType<Image2dDepth, "RO">, Sampler, VectorType<coordTy, 2…1091 …def : Builtin<"read_imagef", [Float, ImageType<Image2dArrayDepth, "RO">, Sampler, VectorType<coord…1097 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, aQual>, VectorType<Int, 2>], …1102 …def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, aQual>, VectorType<Int, 4>], …1107 def : Builtin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, aQual>, Int], Attr.Pure>;1111 …def : Builtin<"read_imagef", [Float, ImageType<Image2dDepth, aQual>, VectorType<Int, 2>], Attr.Pur…1112 …def : Builtin<"read_imagef", [Float, ImageType<Image2dArrayDepth, aQual>, VectorType<Int, 4>], Att…[all …]
14 float4 read_imagef(read_only image1d_t, sampler_t, float);85 float4 res = read_imagef(image, (glb_smp10), 0.0f);
114 resf = read_imagef(image_read_only_image2d, i2);
73 static void read_imagef( int x, int y, int w, int h, int nChannels, uchar *src, float *srcRgb ) in read_imagef() function115 read_imagef( x + j, y + i, xsize, ysize, nChannels, src, srcRgb ); in basicFilterPixel()
15688 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, int2 coord);15689 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, float2 coord);15696 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, int4 coord);15697 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, float4 coord);15704 float4 __purefn __ovld read_imagef(read_only image2d_array_t image_array, sampler_t sampler, int4 c…15705 float4 __purefn __ovld read_imagef(read_only image2d_array_t image_array, sampler_t sampler, float4…15712 float4 __purefn __ovld read_imagef(read_only image1d_t image, sampler_t sampler, int coord);15713 float4 __purefn __ovld read_imagef(read_only image1d_t image, sampler_t sampler, float coord);15720 float4 __purefn __ovld read_imagef(read_only image1d_array_t image_array, sampler_t sampler, int2 c…15721 float4 __purefn __ovld read_imagef(read_only image1d_array_t image_array, sampler_t sampler, float2…[all …]
14284 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, int2 coord);14285 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, float2 coord);14292 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, int4 coord);14293 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, float4 coord);14301 float4 __purefn __ovld read_imagef(read_only image2d_array_t image_array, sampler_t sampler, int4 c…14302 float4 __purefn __ovld read_imagef(read_only image2d_array_t image_array, sampler_t sampler, float4…14310 float4 __purefn __ovld read_imagef(read_only image1d_t image, sampler_t sampler, int coord);14311 float4 __purefn __ovld read_imagef(read_only image1d_t image, sampler_t sampler, float coord);14319 float4 __purefn __ovld read_imagef(read_only image1d_array_t image_array, sampler_t sampler, int2 c…14320 float4 __purefn __ovld read_imagef(read_only image1d_array_t image_array, sampler_t sampler, float2…[all …]