Searched defs:IndirectInputArg (Results 1 – 1 of 1) sorted by relevance
138 struct IndirectInputArg { struct139 struct {142 } direct = {};143 struct {147 } indirect = {};148 bool is_indirect;151 IndirectInputArg(const T *base, size_t stride) : is_indirect(false) { in IndirectInputArg() function157 …IndirectInputArg(const T * const * const *ptr, unsigned int start_row, unsigned int start_col) : i… in IndirectInputArg() argument163 IndirectInputArg() : is_indirect(false) { in IndirectInputArg() function