/external/llvm/test/CodeGen/AMDGPU/ |
D | image-resource-id.ll | 33 ; === 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 …]
|
D | image-attributes.ll | 203 !22 = !{!"kernel_arg_access_qual", !"read_only", !"none", !"write_only", !"none"}
|
/external/clang/test/SemaOpenCL/ |
D | access-qualifier.cl | 6 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}}
|
D | invalid-pipe-builtin-cl2.0.cl | 16 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){
|
D | images.cl | 5 void imgage_access_test(image2d_t img2dro, write_only image2d_t img2dwo, image3d_t img3dro) {
|
/external/clang/test/CodeGenOpenCL/ |
D | pipe_builtin.cl | 17 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) {
|
D | kernel-arg-info.cl | 17 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"}
|
D | images.cl | 4 __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) {
|
D | pipe_types.cl | 13 void test2(write_only pipe float p) {
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | cl-types.ll | 9 ;; 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", …
|
D | spirv-types.ll | 58 %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", …
|
D | check_wo_qualifier.ll | 54 !2 = !{!"kernel_arg_access_qual", !"write_only"}
|
D | OpImageWrite.ll | 2 ;;void sample_kernel_write(float4 input, write_only image2d_t output, int2 coord)
|
D | OpConstantSampler.ll | 70 … !{!"kernel_arg_access_qual", !"read_only", !"read_only", !"none", !"none", !"none", !"write_only"}
|
D | pipe_builtins.ll | 445 !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/ |
D | radeon_buffer_objects.c | 180 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/ |
D | radeon_buffer_objects.c | 180 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/ |
D | opencl-image-access.cl | 15 __kernel void fwo(write_only image2d_t a) { }
|
/external/dhcpcd-6.8.2/dbus/ |
D | rpc-dbus.c | 609 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/ |
D | OpenCLImageTypes.def | 30 IMAGE_TYPE(Type, Id##WO, Id##WOTy, write_only, wo)
|
D | TokenKinds.def | 520 ALIAS("write_only", __write_only , KEYOPENCL)
|
D | Attr.td | 705 Keyword<"__write_only">, Keyword<"write_only">, 714 Keyword<"write_only">]>];
|
/external/spirv-llvm/test/SPIRV/ |
D | image.ll | 53 !2 = !{!"kernel_arg_access_qual", !"read_only", !"write_only"}
|
/external/dhcpcd-6.8.2/ |
D | eloop.c | 200 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/ |
D | opencl-c.h | 16076 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 …]
|