Searched defs:get_dim (Results 1 – 4 of 4) sorted by relevance
63 template<typename T> struct get_dim { enum { Dim = T::Dim }; }; argument65 struct get_dim<Matrix<S,R,C,O,MR,MC> > { enum { Dim = R }; }; argument
117 get_dim(nir_scalar scalar) in get_dim() function
137 static nir_def *get_dim(nir_builder *b, nir_def *desc, unsigned dim) in get_dim() function
44 int get_dim() const { return dim; } in get_dim() function in matrix