clfft 0.3.3

Bindings for clFFT, a FFT library for OpenCL.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="generator" content="rustdoc">
    <meta name="description" content="Source to the Rust file `C:\Users\Chrilieb\.cargo\registry\src\github.com-1ecc6299db9ec823\cl-sys-0.3.0\src\cl_egl_h.rs`.">
    <meta name="keywords" content="rust, rustlang, rust-lang">

    <title>cl_egl_h.rs.html -- source</title>

    <link rel="stylesheet" type="text/css" href="../../normalize.css">
    <link rel="stylesheet" type="text/css" href="../../rustdoc.css">
    <link rel="stylesheet" type="text/css" href="../../main.css">
    

    
    
</head>
<body class="rustdoc source">
    <!--[if lte IE 8]>
    <div class="warning">
        This old browser is unsupported and will most likely display funky
        things.
    </div>
    <![endif]-->

    

    <nav class="sidebar">
        
        
    </nav>

    <nav class="sub">
        <form class="search-form js-only">
            <div class="search-container">
                <input class="search-input" name="search"

                       autocomplete="off"

                       placeholder="Click or press ‘S’ to search, ‘?’ for more options…"

                       type="search">
            </div>
        </form>
    </nav>

    <section id='main' class="content"><pre class="line-numbers"><span id="1">  1</span>
<span id="2">  2</span>
<span id="3">  3</span>
<span id="4">  4</span>
<span id="5">  5</span>
<span id="6">  6</span>
<span id="7">  7</span>
<span id="8">  8</span>
<span id="9">  9</span>
<span id="10"> 10</span>
<span id="11"> 11</span>
<span id="12"> 12</span>
<span id="13"> 13</span>
<span id="14"> 14</span>
<span id="15"> 15</span>
<span id="16"> 16</span>
<span id="17"> 17</span>
<span id="18"> 18</span>
<span id="19"> 19</span>
<span id="20"> 20</span>
<span id="21"> 21</span>
<span id="22"> 22</span>
<span id="23"> 23</span>
<span id="24"> 24</span>
<span id="25"> 25</span>
<span id="26"> 26</span>
<span id="27"> 27</span>
<span id="28"> 28</span>
<span id="29"> 29</span>
<span id="30"> 30</span>
<span id="31"> 31</span>
<span id="32"> 32</span>
<span id="33"> 33</span>
<span id="34"> 34</span>
<span id="35"> 35</span>
<span id="36"> 36</span>
<span id="37"> 37</span>
<span id="38"> 38</span>
<span id="39"> 39</span>
<span id="40"> 40</span>
<span id="41"> 41</span>
<span id="42"> 42</span>
<span id="43"> 43</span>
<span id="44"> 44</span>
<span id="45"> 45</span>
<span id="46"> 46</span>
<span id="47"> 47</span>
<span id="48"> 48</span>
<span id="49"> 49</span>
<span id="50"> 50</span>
<span id="51"> 51</span>
<span id="52"> 52</span>
<span id="53"> 53</span>
<span id="54"> 54</span>
<span id="55"> 55</span>
<span id="56"> 56</span>
<span id="57"> 57</span>
<span id="58"> 58</span>
<span id="59"> 59</span>
<span id="60"> 60</span>
<span id="61"> 61</span>
<span id="62"> 62</span>
<span id="63"> 63</span>
<span id="64"> 64</span>
<span id="65"> 65</span>
<span id="66"> 66</span>
<span id="67"> 67</span>
<span id="68"> 68</span>
<span id="69"> 69</span>
<span id="70"> 70</span>
<span id="71"> 71</span>
<span id="72"> 72</span>
<span id="73"> 73</span>
<span id="74"> 74</span>
<span id="75"> 75</span>
<span id="76"> 76</span>
<span id="77"> 77</span>
<span id="78"> 78</span>
<span id="79"> 79</span>
<span id="80"> 80</span>
<span id="81"> 81</span>
<span id="82"> 82</span>
<span id="83"> 83</span>
<span id="84"> 84</span>
<span id="85"> 85</span>
<span id="86"> 86</span>
<span id="87"> 87</span>
<span id="88"> 88</span>
<span id="89"> 89</span>
<span id="90"> 90</span>
<span id="91"> 91</span>
<span id="92"> 92</span>
<span id="93"> 93</span>
<span id="94"> 94</span>
<span id="95"> 95</span>
<span id="96"> 96</span>
<span id="97"> 97</span>
<span id="98"> 98</span>
<span id="99"> 99</span>
<span id="100">100</span>
<span id="101">101</span>
<span id="102">102</span>
<span id="103">103</span>
<span id="104">104</span>
<span id="105">105</span>
<span id="106">106</span>
<span id="107">107</span>
<span id="108">108</span>
<span id="109">109</span>
<span id="110">110</span>
<span id="111">111</span>
<span id="112">112</span>
<span id="113">113</span>
<span id="114">114</span>
<span id="115">115</span>
<span id="116">116</span>
<span id="117">117</span>
<span id="118">118</span>
<span id="119">119</span>
<span id="120">120</span>
<span id="121">121</span>
<span id="122">122</span>
<span id="123">123</span>
<span id="124">124</span>
<span id="125">125</span>
<span id="126">126</span>
<span id="127">127</span>
<span id="128">128</span>
<span id="129">129</span>
<span id="130">130</span>
<span id="131">131</span>
<span id="132">132</span>
<span id="133">133</span>
<span id="134">134</span>
<span id="135">135</span>
<span id="136">136</span>
<span id="137">137</span>
<span id="138">138</span>
<span id="139">139</span>
<span id="140">140</span>
<span id="141">141</span>
<span id="142">142</span>
<span id="143">143</span>
<span id="144">144</span>
<span id="145">145</span>
<span id="146">146</span>
<span id="147">147</span>
<span id="148">148</span>
<span id="149">149</span>
<span id="150">150</span>
<span id="151">151</span>
<span id="152">152</span>
<span id="153">153</span>
<span id="154">154</span>
<span id="155">155</span>
<span id="156">156</span>
<span id="157">157</span>
<span id="158">158</span>
</pre><pre class="rust ">
<span class="doccomment">//! OpenGL EGL Sharing.</span>

<span class="attribute">#<span class="op">!</span>[<span class="ident">allow</span>(<span class="ident">non_camel_case_types</span>)]</span>

<span class="kw">use</span> <span class="ident">libc</span>::{<span class="ident">c_void</span>, <span class="ident">intptr_t</span>};

<span class="comment">// /* CLeglImageKHR is an opaque handle to an EGLImage */</span>
<span class="comment">// typedef void* CLeglImageKHR;</span>
<span class="kw">pub</span> <span class="kw">type</span> <span class="ident">CLeglImageKHR</span> <span class="op">=</span> <span class="kw-2">*</span><span class="kw-2">mut</span> <span class="ident">c_void</span>;

<span class="comment">// /* CLeglDisplayKHR is an opaque handle to an EGLDisplay */</span>
<span class="comment">// typedef void* CLeglDisplayKHR;</span>
<span class="kw">pub</span> <span class="kw">type</span> <span class="ident">CLeglDisplayKHR</span> <span class="op">=</span> <span class="kw-2">*</span><span class="kw-2">mut</span> <span class="ident">c_void</span>;

<span class="comment">// /* CLeglSyncKHR is an opaque handle to an EGLSync object */</span>
<span class="comment">// typedef void* CLeglSyncKHR;</span>
<span class="kw">pub</span> <span class="kw">type</span> <span class="ident">CLeglSyncKHR</span> <span class="op">=</span> <span class="kw-2">*</span><span class="kw-2">mut</span> <span class="ident">c_void</span>;

<span class="comment">// /* properties passed to clCreateFromEGLImageKHR */</span>
<span class="comment">// typedef intptr_t cl_egl_image_properties_khr;</span>
<span class="kw">pub</span> <span class="kw">type</span> <span class="ident">cl_egl_image_properties_khr</span> <span class="op">=</span> <span class="ident">intptr_t</span>;

<span class="comment">// /*******************************************************************************</span>
<span class="comment">//  * Copyright (c) 2008-2015 The Khronos Group Inc.</span>
<span class="comment">//  *</span>
<span class="comment">//  * Permission is hereby granted, free of charge, to any person obtaining a</span>
<span class="comment">//  * copy of this software and/or associated documentation files (the</span>
<span class="comment">//  * &quot;Materials&quot;), to deal in the Materials without restriction, including</span>
<span class="comment">//  * without limitation the rights to use, copy, modify, merge, publish,</span>
<span class="comment">//  * distribute, sublicense, and/or sell copies of the Materials, and to</span>
<span class="comment">//  * permit persons to whom the Materials are furnished to do so, subject to</span>
<span class="comment">//  * the following conditions:</span>
<span class="comment">//  *</span>
<span class="comment">//  * The above copyright notice and this permission notice shall be included</span>
<span class="comment">//  * in all copies or substantial portions of the Materials.</span>
<span class="comment">//  *</span>
<span class="comment">//  * MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS</span>
<span class="comment">//  * KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS</span>
<span class="comment">//  * SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT</span>
<span class="comment">//  *    https://www.khronos.org/registry/</span>
<span class="comment">//  *</span>
<span class="comment">//  * THE MATERIALS ARE PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,</span>
<span class="comment">//  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</span>
<span class="comment">//  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</span>
<span class="comment">//  * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY</span>
<span class="comment">//  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,</span>
<span class="comment">//  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE</span>
<span class="comment">//  * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.</span>
<span class="comment">//  ******************************************************************************/</span>

<span class="comment">// #ifndef __OPENCL_CL_EGL_H</span>
<span class="comment">// #define __OPENCL_CL_EGL_H</span>

<span class="comment">// #ifdef __APPLE__</span>

<span class="comment">// #else</span>
<span class="comment">// #include &lt;CL/cl.h&gt;</span>
<span class="comment">// #endif  </span>

<span class="comment">// #ifdef __cplusplus</span>
<span class="comment">// extern &quot;C&quot; {</span>
<span class="comment">// #endif</span>


<span class="comment">// /* Command type for events created with clEnqueueAcquireEGLObjectsKHR */</span>
<span class="comment">// #define CL_COMMAND_EGL_FENCE_SYNC_OBJECT_KHR  0x202F</span>
<span class="comment">// #define CL_COMMAND_ACQUIRE_EGL_OBJECTS_KHR    0x202D</span>
<span class="comment">// #define CL_COMMAND_RELEASE_EGL_OBJECTS_KHR    0x202E</span>

<span class="comment">// /* Error type for clCreateFromEGLImageKHR */</span>
<span class="comment">// #define CL_INVALID_EGL_OBJECT_KHR             -1093</span>
<span class="comment">// #define CL_EGL_RESOURCE_NOT_ACQUIRED_KHR      -1092</span>

<span class="comment">// /* CLeglImageKHR is an opaque handle to an EGLImage */</span>
<span class="comment">// typedef void* CLeglImageKHR;</span>

<span class="comment">// /* CLeglDisplayKHR is an opaque handle to an EGLDisplay */</span>
<span class="comment">// typedef void* CLeglDisplayKHR;</span>

<span class="comment">// /* CLeglSyncKHR is an opaque handle to an EGLSync object */</span>
<span class="comment">// typedef void* CLeglSyncKHR;</span>

<span class="comment">// /* properties passed to clCreateFromEGLImageKHR */</span>
<span class="comment">// typedef intptr_t cl_egl_image_properties_khr;</span>


<span class="comment">// #define cl_khr_egl_image 1</span>

<span class="comment">// extern CL_API_ENTRY cl_mem CL_API_CALL</span>
<span class="comment">// clCreateFromEGLImageKHR(cl_context                  /* context */,</span>
<span class="comment">//                         CLeglDisplayKHR             /* egldisplay */,</span>
<span class="comment">//                         CLeglImageKHR               /* eglimage */,</span>
<span class="comment">//                         cl_mem_flags                /* flags */,</span>
<span class="comment">//                         const cl_egl_image_properties_khr * /* properties */,</span>
<span class="comment">//                         cl_int *                    /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;</span>

<span class="comment">// typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)(</span>
<span class="comment">// 	cl_context                  context,</span>
<span class="comment">// 	CLeglDisplayKHR             egldisplay,</span>
<span class="comment">// 	CLeglImageKHR               eglimage,</span>
<span class="comment">// 	cl_mem_flags                flags,</span>
<span class="comment">// 	const cl_egl_image_properties_khr * properties,</span>
<span class="comment">// 	cl_int *                    errcode_ret);</span>


<span class="comment">// extern CL_API_ENTRY cl_int CL_API_CALL</span>
<span class="comment">// clEnqueueAcquireEGLObjectsKHR(cl_command_queue /* command_queue */,</span>
<span class="comment">//                               cl_uint          /* num_objects */,</span>
<span class="comment">//                               const cl_mem *   /* mem_objects */,</span>
<span class="comment">//                               cl_uint          /* num_events_in_wait_list */,</span>
<span class="comment">//                               const cl_event * /* event_wait_list */,</span>
<span class="comment">//                               cl_event *       /* event */) CL_API_SUFFIX__VERSION_1_0;</span>

<span class="comment">// typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireEGLObjectsKHR_fn)(</span>
<span class="comment">// 	cl_command_queue command_queue,</span>
<span class="comment">// 	cl_uint          num_objects,</span>
<span class="comment">// 	const cl_mem *   mem_objects,</span>
<span class="comment">// 	cl_uint          num_events_in_wait_list,</span>
<span class="comment">// 	const cl_event * event_wait_list,</span>
<span class="comment">// 	cl_event *       event);</span>


<span class="comment">// extern CL_API_ENTRY cl_int CL_API_CALL</span>
<span class="comment">// clEnqueueReleaseEGLObjectsKHR(cl_command_queue /* command_queue */,</span>
<span class="comment">//                               cl_uint          /* num_objects */,</span>
<span class="comment">//                               const cl_mem *   /* mem_objects */,</span>
<span class="comment">//                               cl_uint          /* num_events_in_wait_list */,</span>
<span class="comment">//                               const cl_event * /* event_wait_list */,</span>
<span class="comment">//                               cl_event *       /* event */) CL_API_SUFFIX__VERSION_1_0;</span>

<span class="comment">// typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseEGLObjectsKHR_fn)(</span>
<span class="comment">// 	cl_command_queue command_queue,</span>
<span class="comment">// 	cl_uint          num_objects,</span>
<span class="comment">// 	const cl_mem *   mem_objects,</span>
<span class="comment">// 	cl_uint          num_events_in_wait_list,</span>
<span class="comment">// 	const cl_event * event_wait_list,</span>
<span class="comment">// 	cl_event *       event);</span>


<span class="comment">// #define cl_khr_egl_event 1</span>

<span class="comment">// extern CL_API_ENTRY cl_event CL_API_CALL</span>
<span class="comment">// clCreateEventFromEGLSyncKHR(cl_context      /* context */,</span>
<span class="comment">//                             CLeglSyncKHR    /* sync */,</span>
<span class="comment">//                             CLeglDisplayKHR /* display */,</span>
<span class="comment">//                             cl_int *        /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;</span>

<span class="comment">// typedef CL_API_ENTRY cl_event (CL_API_CALL *clCreateEventFromEGLSyncKHR_fn)(</span>
<span class="comment">// 	cl_context      context,</span>
<span class="comment">// 	CLeglSyncKHR    sync,</span>
<span class="comment">// 	CLeglDisplayKHR display,</span>
<span class="comment">// 	cl_int *        errcode_ret);</span>

<span class="comment">// #ifdef __cplusplus</span>
<span class="comment">// }</span>
<span class="comment">// #endif</span>

<span class="comment">// #endif /* __OPENCL_CL_EGL_H */</span></pre>
</section>
    <section id='search' class="content hidden"></section>

    <section class="footer"></section>

    <aside id="help" class="hidden">
        <div>
            <h1 class="hidden">Help</h1>

            <div class="shortcuts">
                <h2>Keyboard Shortcuts</h2>

                <dl>
                    <dt>?</dt>
                    <dd>Show this help dialog</dd>
                    <dt>S</dt>
                    <dd>Focus the search field</dd>
                    <dt>&larrb;</dt>
                    <dd>Move up in search results</dd>
                    <dt>&rarrb;</dt>
                    <dd>Move down in search results</dd>
                    <dt>&#9166;</dt>
                    <dd>Go to active search result</dd>
                    <dt>+</dt>
                    <dd>Collapse/expand all sections</dd>
                </dl>
            </div>

            <div class="infos">
                <h2>Search Tricks</h2>

                <p>
                    Prefix searches with a type followed by a colon (e.g.
                    <code>fn:</code>) to restrict the search to a given type.
                </p>

                <p>
                    Accepted types are: <code>fn</code>, <code>mod</code>,
                    <code>struct</code>, <code>enum</code>,
                    <code>trait</code>, <code>type</code>, <code>macro</code>,
                    and <code>const</code>.
                </p>

                <p>
                    Search functions by type signature (e.g.
                    <code>vec -> usize</code> or <code>* -> vec</code>)
                </p>
            </div>
        </div>
    </aside>

    

    <script>
        window.rootPath = "../../";
        window.currentCrate = "cl_sys";
    </script>
    <script src="../../jquery.js"></script>
    <script src="../../main.js"></script>
    <script defer src="../../search-index.js"></script>
</body>
</html>