Home
last modified time | relevance | path

Searched refs:read_imagef (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/amber/tests/cases/
Dopencl_read_image_literal_sampler.amber26 SHADER compute read_imagef OPENCL-C
33 out[linear] = read_imagef(image, sampler, coord);
47 ATTACH read_imagef ENTRY_POINT foo
Dopencl_read_image.amber26 SHADER compute read_imagef OPENCL-C
32 out[linear] = read_imagef(image, sampler, coord);
46 ATTACH read_imagef ENTRY_POINT foo
/external/llvm-project/libclc/r600/lib/image/
Dread_imagef.cl5 _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,
/external/llvm-project/libclc/generic/include/clc/image/
Dimage.h26 read_imagef(image2d_t image, sampler_t sampler, int2 coord);
28 read_imagef(image2d_t image, sampler_t sampler, float2 coord);
/external/llvm-project/libclc/r600/lib/
DSOURCES_3.98 image/read_imagef.cl
/external/llvm-project/clang/test/CodeGenOpenCL/
Dfdeclare-opencl-builtins.cl16 float4 resf = read_imagef(img, 42);
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td1070 …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 …]
/external/llvm-project/clang/test/SemaOpenCL/
Dsampler_t.cl14 float4 read_imagef(read_only image1d_t, sampler_t, float);
85 float4 res = read_imagef(image, (glb_smp10), 0.0f);
Dfdeclare-opencl-builtins.cl114 resf = read_imagef(image_read_only_image2d, i2);
/external/OpenCL-CTS/test_conformance/profiling/
Dexecute.cpp73 static void read_imagef( int x, int y, int w, int h, int nChannels, uchar *src, float *srcRgb ) in read_imagef() function
115 read_imagef( x + j, y + i, xsize, ysize, nChannels, src, srcRgb ); in basicFilterPixel()
/external/clang/lib/Headers/
Dopencl-c.h15688 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 …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h14284 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 …]