![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Public Attributes | |
| cl_context | context |
| clFFT_Dim3 | n |
| clFFT_Dimension | dim |
| clFFT_DataFormat | format |
| string * | kernel_string |
| cl_program | program |
| cl_fft_kernel_info * | kernel_info |
| int | num_kernels |
| cl_kernel | twist_kernel |
| cl_int | temp_buffer_needed |
| unsigned | last_batch_size |
| cl_mem | tempmemobj |
| cl_mem | tempmemobj_real |
| cl_mem | tempmemobj_imag |
| unsigned | max_localmem_fft_size |
| unsigned | max_work_item_per_workgroup |
| unsigned | max_radix |
| unsigned | min_mem_coalesce_width |
| unsigned | num_local_mem_banks |
Definition at line 45 of file fft_internal.h.
| cl_context cl_fft_plan::context |
Definition at line 48 of file fft_internal.h.
| clFFT_Dimension cl_fft_plan::dim |
Definition at line 54 of file fft_internal.h.
| clFFT_DataFormat cl_fft_plan::format |
Definition at line 57 of file fft_internal.h.
| cl_fft_kernel_info* cl_fft_plan::kernel_info |
Definition at line 68 of file fft_internal.h.
| string* cl_fft_plan::kernel_string |
Definition at line 61 of file fft_internal.h.
| unsigned cl_fft_plan::last_batch_size |
Definition at line 93 of file fft_internal.h.
| unsigned cl_fft_plan::max_localmem_fft_size |
Definition at line 106 of file fft_internal.h.
| unsigned cl_fft_plan::max_radix |
Definition at line 114 of file fft_internal.h.
| unsigned cl_fft_plan::max_work_item_per_workgroup |
Definition at line 110 of file fft_internal.h.
| unsigned cl_fft_plan::min_mem_coalesce_width |
Definition at line 119 of file fft_internal.h.
| clFFT_Dim3 cl_fft_plan::n |
Definition at line 51 of file fft_internal.h.
| int cl_fft_plan::num_kernels |
Definition at line 71 of file fft_internal.h.
| unsigned cl_fft_plan::num_local_mem_banks |
Definition at line 124 of file fft_internal.h.
| cl_program cl_fft_plan::program |
Definition at line 65 of file fft_internal.h.
| cl_int cl_fft_plan::temp_buffer_needed |
Definition at line 84 of file fft_internal.h.
| cl_mem cl_fft_plan::tempmemobj |
Definition at line 96 of file fft_internal.h.
| cl_mem cl_fft_plan::tempmemobj_imag |
Definition at line 101 of file fft_internal.h.
| cl_mem cl_fft_plan::tempmemobj_real |
Definition at line 101 of file fft_internal.h.
| cl_kernel cl_fft_plan::twist_kernel |
Definition at line 75 of file fft_internal.h.