OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GLFFT::Parameters Struct Reference

#include <glfft_common.hpp>

Public Member Functions

bool operator== (const Parameters &other) const
 

Public Attributes

unsigned workgroup_size_x
 
unsigned workgroup_size_y
 
unsigned workgroup_size_z
 
unsigned radix
 
unsigned vector_size
 
Direction direction
 
Mode mode
 
Target input_target
 
Target output_target
 
bool p1
 
bool pow2_stride
 
bool shared_banked
 
bool fft_fp16
 
bool input_fp16
 
bool output_fp16
 
bool fft_normalize
 

Detailed Description

Definition at line 84 of file glfft_common.hpp.

Member Function Documentation

bool GLFFT::Parameters::operator== ( const Parameters other) const
inline

Definition at line 101 of file glfft_common.hpp.

Member Data Documentation

Direction GLFFT::Parameters::direction

Definition at line 91 of file glfft_common.hpp.

bool GLFFT::Parameters::fft_fp16

Definition at line 98 of file glfft_common.hpp.

bool GLFFT::Parameters::fft_normalize

Definition at line 99 of file glfft_common.hpp.

bool GLFFT::Parameters::input_fp16

Definition at line 98 of file glfft_common.hpp.

Target GLFFT::Parameters::input_target

Definition at line 93 of file glfft_common.hpp.

Mode GLFFT::Parameters::mode

Definition at line 92 of file glfft_common.hpp.

bool GLFFT::Parameters::output_fp16

Definition at line 98 of file glfft_common.hpp.

Target GLFFT::Parameters::output_target

Definition at line 94 of file glfft_common.hpp.

bool GLFFT::Parameters::p1

Definition at line 95 of file glfft_common.hpp.

bool GLFFT::Parameters::pow2_stride

Definition at line 96 of file glfft_common.hpp.

unsigned GLFFT::Parameters::radix

Definition at line 89 of file glfft_common.hpp.

bool GLFFT::Parameters::shared_banked

Definition at line 97 of file glfft_common.hpp.

unsigned GLFFT::Parameters::vector_size

Definition at line 90 of file glfft_common.hpp.

unsigned GLFFT::Parameters::workgroup_size_x

Definition at line 86 of file glfft_common.hpp.

unsigned GLFFT::Parameters::workgroup_size_y

Definition at line 87 of file glfft_common.hpp.

unsigned GLFFT::Parameters::workgroup_size_z

Definition at line 88 of file glfft_common.hpp.


The documentation for this struct was generated from the following file: