Home
last modified time | relevance | path

Searched refs:write_only (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/test/CodeGen/AMDGPU/
Dimage-resource-id.ll33 ; === 1 image arg, write_only ==================================================
40 define void @test_2d_wr_1_0(%opencl.image2d_t addrspace(1)* %in, ; write_only
54 define void @test_3d_wr_1_0(%opencl.image3d_t addrspace(1)* %in, ; write_only
125 ; === 2 image args, write_only =================================================
132 define void @test_2d_wr_2_0(%opencl.image2d_t addrspace(1)* %in1, ; write_only
133 %opencl.image2d_t addrspace(1)* %in2, ; write_only
147 define void @test_2d_wr_2_1(%opencl.image2d_t addrspace(1)* %in1, ; write_only
148 %opencl.image2d_t addrspace(1)* %in2, ; write_only
162 define void @test_3d_wr_2_0(%opencl.image3d_t addrspace(1)* %in1, ; write_only
163 %opencl.image3d_t addrspace(1)* %in2, ; write_only
[all …]
Dimage-attributes.ll203 !22 = !{!"kernel_arg_access_qual", !"read_only", !"none", !"write_only", !"none"}
/external/clang/test/SemaOpenCL/
Daccess-qualifier.cl6 typedef write_only image1d_t img1d_wo; // expected-note {{previously declared 'write_only' here}}
17 void myWrite(write_only image1d_t); // expected-note {{passing argument to parameter here}} expecte…
55 kernel void k8(write_only img1d_ro_default img){} // expected-error {{multiple access qualifiers}}
61 kernel void k11(read_only write_only image1d_t i){} // expected-error{{multiple access qualifiers}}
Dinvalid-pipe-builtin-cl2.0.cl16 write_pipe(p, ptr); // expected-error {{invalid pipe access modifier (expecting write_only)}}
17 …ipe(p, rid, tmp, ptr); // expected-error {{invalid pipe access modifier (expecting write_only)}}
23 …rve_write_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting write_only)}}
29 …mit_write_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting write_only)}}
32 void test2(write_only pipe int p, global int* ptr){
Dimages.cl5 void imgage_access_test(image2d_t img2dro, write_only image2d_t img2dwo, image3d_t img3dro) {
/external/clang/test/CodeGenOpenCL/
Dpipe_builtin.cl17 void test2(write_only pipe int p, global int *ptr) {
35 void test4(write_only pipe int p, global int *ptr) {
49 void test6(write_only pipe int p, global int *ptr) {
56 void test7(write_only pipe int p, global int *ptr) {
Dkernel-arg-info.cl17 kernel void foo2(read_only image1d_t img1, image2d_t img2, write_only image2d_array_t img3) {
52 kernel void foo5(myImage img1, write_only image1d_t img2) {
69 // CHECK: ![[MD22]] = !{!"read_only", !"read_only", !"write_only"}
84 // CHECK: ![[MD51]] = !{!"read_only", !"write_only"}
Dimages.cl4 __attribute__((overloadable)) void read_image(write_only image1d_t img_wo);
6 kernel void test_read_image(read_only image1d_t img_ro, write_only image1d_t img_wo) {
Dpipe_types.cl13 void test2(write_only pipe float p) {
/external/spirv-llvm/test/SPIRV/transcoding/
Dcl-types.ll9 ;; write_only pipe int b,
15 ;; write_only image1d_t c2,
124 …ccess_qual", !"read_only", !"write_only", !"read_only", !"read_only", !"read_only", !"read_only", …
131 …ccess_qual", !"read_only", !"write_only", !"read_only", !"read_only", !"read_only", !"read_only", …
Dspirv-types.ll58 %spirv.Pipe._1 = type opaque ; write_only pipe
65 %spirv.Image._void_0_0_0_0_0_0_1 = type opaque ; write_only image1d_t
165 …ccess_qual", !"read_only", !"write_only", !"read_only", !"read_only", !"read_only", !"read_only", …
172 …ccess_qual", !"read_only", !"write_only", !"read_only", !"read_only", !"read_only", !"read_only", …
Dcheck_wo_qualifier.ll54 !2 = !{!"kernel_arg_access_qual", !"write_only"}
DOpImageWrite.ll2 ;;void sample_kernel_write(float4 input, write_only image2d_t output, int2 coord)
DOpConstantSampler.ll70 … !{!"kernel_arg_access_qual", !"read_only", !"read_only", !"none", !"none", !"none", !"write_only"}
Dpipe_builtins.ll445 !2 = !{!"kernel_arg_access_qual", !"none", !"write_only"}
459 !16 = !{!"kernel_arg_access_qual", !"write_only", !"none", !"none"}
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_buffer_objects.c180 const GLboolean write_only = in radeonMapBufferRange() local
183 if (write_only) { in radeonMapBufferRange()
196 radeon_bo_map(radeon_obj->bo, write_only); in radeonMapBufferRange()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_buffer_objects.c180 const GLboolean write_only = in radeonMapBufferRange() local
183 if (write_only) { in radeonMapBufferRange()
196 radeon_bo_map(radeon_obj->bo, write_only); in radeonMapBufferRange()
/external/clang/test/Parser/
Dopencl-image-access.cl15 __kernel void fwo(write_only image2d_t a) { }
/external/dhcpcd-6.8.2/dbus/
Drpc-dbus.c609 int write_only = 0; in remove_watch() local
613 write_only = 1; in remove_watch()
614 eloop_event_delete(dhcpcd_ctx->eloop, fd, write_only); in remove_watch()
/external/clang/include/clang/Basic/
DOpenCLImageTypes.def30 IMAGE_TYPE(Type, Id##WO, Id##WOTy, write_only, wo)
DTokenKinds.def520 ALIAS("write_only", __write_only , KEYOPENCL)
DAttr.td705 Keyword<"__write_only">, Keyword<"write_only">,
714 Keyword<"write_only">]>];
/external/spirv-llvm/test/SPIRV/
Dimage.ll53 !2 = !{!"kernel_arg_access_qual", !"read_only", !"write_only"}
/external/dhcpcd-6.8.2/
Deloop.c200 eloop_event_delete(struct eloop_ctx *ctx, int fd, int write_only) in eloop_event_delete() argument
211 if (write_only) { in eloop_event_delete()
/external/clang/lib/Headers/
Dopencl-c.h16076 void __ovld write_imagef(write_only image2d_t image, int2 coord, float4 color);
16077 void __ovld write_imagei(write_only image2d_t image, int2 coord, int4 color);
16078 void __ovld write_imageui(write_only image2d_t image, int2 coord, uint4 color);
16080 void __ovld write_imagef(write_only image2d_array_t image_array, int4 coord, float4 color);
16081 void __ovld write_imagei(write_only image2d_array_t image_array, int4 coord, int4 color);
16082 void __ovld write_imageui(write_only image2d_array_t image_array, int4 coord, uint4 color);
16084 void __ovld write_imagef(write_only image1d_t image, int coord, float4 color);
16085 void __ovld write_imagei(write_only image1d_t image, int coord, int4 color);
16086 void __ovld write_imageui(write_only image1d_t image, int coord, uint4 color);
16088 void __ovld write_imagef(write_only image1d_buffer_t image, int coord, float4 color);
[all …]

12