|
HDK
|
#include <outputSpec.h>
Public Types | |
| using | AllocateCacheFn ) = VdfVector *(*)( |
| using | ResizeCacheFn = void(*)(VdfVector *, const VdfMask::Bits &) |
Public Attributes | |
| TfType | type |
| AllocateCacheFn | allocateCache |
| ResizeCacheFn | resizeCache |
Definition at line 24 of file outputSpec.h.
| using Vdf_OutputSpecTypeInfo::AllocateCacheFn = VdfVector* (*)( |
Definition at line 26 of file outputSpec.h.
| using Vdf_OutputSpecTypeInfo::ResizeCacheFn = void (*)(VdfVector *, const VdfMask::Bits &) |
Definition at line 27 of file outputSpec.h.
| AllocateCacheFn Vdf_OutputSpecTypeInfo::allocateCache |
Definition at line 30 of file outputSpec.h.
| ResizeCacheFn Vdf_OutputSpecTypeInfo::resizeCache |
Definition at line 31 of file outputSpec.h.
| TfType Vdf_OutputSpecTypeInfo::type |
Definition at line 29 of file outputSpec.h.