8#include "dawn/porting/config.hxx"
9#include "dawn/prog/common.hxx"
25 PROG_DUMMY_CFG_FIRST = 0,
27 PROG_DUMMY_CFG_LAST = 31
35#ifdef CONFIG_DAWN_OBJECT_HAS_NAME
36 const char *getClassNameStr()
const override
Descriptor wrapper for individual object configuration.
Base class for all PROG (processing) objects.
@ PROG_CLASS_DUMMY
Dummy program (test/helper).
Dummy Program for tests and descriptor binding placeholders.
@ PROG_DUMMY_CFG_IOBIND
I/O binding configuration.
int configure()
Configure object from descriptor data.
static ObjectCfgId objectCfg(uint8_t type, uint16_t cls, uint8_t dtype, bool rw, uint16_t size, uint8_t id)
Construct 32-bit ConfigID from component fields.
uint32_t ObjectCfgId
ConfigID type - single 32-bit value.
Out-of-tree user-extension hooks for Dawn.
@ OBJTYPE_PROG
Program/algorithm object type.
@ DTYPE_ANY
Wildcard data type (matches any actual type).
uint32_t ObjectId
ObjectID type - single 32-bit value.
static ObjectId objectId(uint8_t type, uint16_t cls, uint8_t dtype, uint8_t flags, uint16_t priv)
Construct 32-bit ObjectID from component fields.