![]() |
PeriDyno 1.0.0
|
#include <VkFFT_Defs.h>
Public Attributes | |
uint64_t | numBindings |
uint64_t | axisBlock [4] |
uint64_t | groupedBatch |
VkFFTSpecializationConstantsLayout | specializationConstants |
VkFFTPushConstantsLayoutUint32 | pushConstantsUint32 |
VkFFTPushConstantsLayoutUint64 | pushConstants |
uint64_t | updatePushConstants |
VkBuffer * | inputBuffer |
VkBuffer * | outputBuffer |
VkDescriptorPool | descriptorPool |
VkDescriptorSetLayout | descriptorSetLayout |
VkDescriptorSet | descriptorSet |
VkPipelineLayout | pipelineLayout |
VkPipeline | pipeline |
VkDeviceMemory | bufferLUTDeviceMemory |
VkBuffer | bufferLUT |
VkDeviceMemory * | bufferBluesteinDeviceMemory |
VkDeviceMemory * | bufferBluesteinFFTDeviceMemory |
VkBuffer * | bufferBluestein |
VkBuffer * | bufferBluesteinFFT |
uint64_t | bufferLUTSize |
uint64_t | referenceLUT |
Definition at line 461 of file VkFFT_Defs.h.
uint64_t VkFFTAxis::axisBlock[4] |
Definition at line 463 of file VkFFT_Defs.h.
VkBuffer* VkFFTAxis::bufferBluestein |
Definition at line 481 of file VkFFT_Defs.h.
VkDeviceMemory* VkFFTAxis::bufferBluesteinDeviceMemory |
Definition at line 479 of file VkFFT_Defs.h.
VkBuffer* VkFFTAxis::bufferBluesteinFFT |
Definition at line 482 of file VkFFT_Defs.h.
VkDeviceMemory* VkFFTAxis::bufferBluesteinFFTDeviceMemory |
Definition at line 480 of file VkFFT_Defs.h.
VkBuffer VkFFTAxis::bufferLUT |
Definition at line 478 of file VkFFT_Defs.h.
VkDeviceMemory VkFFTAxis::bufferLUTDeviceMemory |
Definition at line 477 of file VkFFT_Defs.h.
uint64_t VkFFTAxis::bufferLUTSize |
Definition at line 510 of file VkFFT_Defs.h.
VkDescriptorPool VkFFTAxis::descriptorPool |
Definition at line 472 of file VkFFT_Defs.h.
VkDescriptorSet VkFFTAxis::descriptorSet |
Definition at line 474 of file VkFFT_Defs.h.
VkDescriptorSetLayout VkFFTAxis::descriptorSetLayout |
Definition at line 473 of file VkFFT_Defs.h.
uint64_t VkFFTAxis::groupedBatch |
Definition at line 464 of file VkFFT_Defs.h.
VkBuffer* VkFFTAxis::inputBuffer |
Definition at line 470 of file VkFFT_Defs.h.
uint64_t VkFFTAxis::numBindings |
Definition at line 462 of file VkFFT_Defs.h.
VkBuffer* VkFFTAxis::outputBuffer |
Definition at line 471 of file VkFFT_Defs.h.
VkPipeline VkFFTAxis::pipeline |
Definition at line 476 of file VkFFT_Defs.h.
VkPipelineLayout VkFFTAxis::pipelineLayout |
Definition at line 475 of file VkFFT_Defs.h.
VkFFTPushConstantsLayoutUint64 VkFFTAxis::pushConstants |
Definition at line 467 of file VkFFT_Defs.h.
VkFFTPushConstantsLayoutUint32 VkFFTAxis::pushConstantsUint32 |
Definition at line 466 of file VkFFT_Defs.h.
uint64_t VkFFTAxis::referenceLUT |
Definition at line 511 of file VkFFT_Defs.h.
VkFFTSpecializationConstantsLayout VkFFTAxis::specializationConstants |
Definition at line 465 of file VkFFT_Defs.h.
uint64_t VkFFTAxis::updatePushConstants |
Definition at line 468 of file VkFFT_Defs.h.