Home
last modified time | relevance | path

Searched defs:attribute_size (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dattributes.hpp520 struct attribute_size struct
525 struct attribute_size<optional<Attribute> > struct
527 typedef typename attribute_size<Attribute>::type type;
529 static type call(optional<Attribute> const& val) in call()
550 struct attribute_size<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
552 typedef std::size_t type;
554 static type call(variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& val) in call()
561 struct attribute_size<iterator_range<Iterator> > struct
564 difference_type type;
566 static type call(iterator_range<Iterator> const& r) in call()
[all …]
Dadapt_adt_attributes.hpp329 struct attribute_size<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
335 >::type embedded_type;
337 typedef typename attribute_size<embedded_type>::type type;
340 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()
/external/mesa3d/src/imagination/vulkan/
Dpvr_pipeline.c250 const size_t attribute_size = in pvr_pds_get_max_vertex_program_const_map_size_in_bytes() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp4471 static const GLintptr attribute_size = 4 * sizeof(GLfloat); in iterate() local
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp3669 auto attribute_size = attributes.size(); in emitApplySpecialForm() local