Searched refs:write_only (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | OpenCLImageTypes.def | 35 IMAGE_TYPE(Type, Id##WO, Id##WOTy, write_only, wo)
|
| D | TokenKinds.def | 602 ALIAS("write_only", __write_only , KEYOPENCLC | KEYOPENCLCXX)
|
| D | Attr.td | 1303 Keyword<"__write_only">, Keyword<"write_only">, 1311 Keyword<"write_only">]>];
|
| D | AttrDocs.td | 3695 let Heading = "__read_only, __write_only, __read_write (read_only, write_only, read_write)"; 3700 The read_only/__read_only, write_only/__write_only and read_write/__read_write 3707 write_only image2d_t imageB) {
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | opencl-c.h | 15550 void __ovld write_imagef(write_only image2d_t, int2, float4); 15551 void __ovld write_imagei(write_only image2d_t, int2, int4); 15552 void __ovld write_imageui(write_only image2d_t, int2, uint4); 15554 void __ovld write_imagef(write_only image2d_array_t, int4, float4); 15555 void __ovld write_imagei(write_only image2d_array_t, int4, int4); 15556 void __ovld write_imageui(write_only image2d_array_t, int4, uint4); 15558 void __ovld write_imagef(write_only image1d_t, int, float4); 15559 void __ovld write_imagei(write_only image1d_t, int, int4); 15560 void __ovld write_imageui(write_only image1d_t, int, uint4); 15562 void __ovld write_imagef(write_only image1d_buffer_t, int, float4); [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-ssa-alias.c | 2866 bool write_only; member 2952 up->write_only = true; in get_or_create_used_part_for() 3001 || up->write_only) in create_overlap_variables_for() 3175 up->write_only = false; in find_used_portions() 3206 up->write_only = false; in find_used_portions()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUUsage.rst | 3470 - "write_only" 3492 - "write_only" 15069 .actual_access: write_only
|