HomeSort by: relevance | last modified time | path
    Searched defs:value_type (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/include/android_stub/android/
rect.h 47 typedef int32_t value_type; typedef in struct:ARect
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
tuple.hpp 62 ) value_type; typedef in struct:clover::tuple::detail::_apply
64 static value_type
76 typename detail::_apply<F, T>::value_type
95 > value_type; typedef in struct:clover::tuple::detail::_map
97 static value_type
99 return value_type(f(std::get<Is>(std::forward<T>(t)))...);
109 typename detail::_map<F, T>::value_type
adaptor.hpp 50 typedef typename std::remove_reference<reference>::type value_type; typedef in class:clover::detail::iterator_adaptor
51 typedef pseudo_ptr<value_type> pointer;
range.hpp 76 typedef typename std::iterator_traits<iterator>::value_type value_type; typedef in class:clover::detail::basic_range
168 typename std::remove_cv<value_type>::type, V
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
tuple.hpp 62 ) value_type; typedef in struct:clover::tuple::detail::_apply
64 static value_type
76 typename detail::_apply<F, T>::value_type
95 > value_type; typedef in struct:clover::tuple::detail::_map
97 static value_type
99 return value_type(f(std::get<Is>(std::forward<T>(t)))...);
109 typename detail::_map<F, T>::value_type
adaptor.hpp 49 typedef typename std::remove_reference<reference>::type value_type; typedef in class:clover::detail::iterator_adaptor
50 typedef pseudo_ptr<value_type> pointer;
range.hpp 76 typedef typename std::iterator_traits<iterator>::value_type value_type; typedef in class:clover::detail::basic_range
168 typename std::remove_cv<value_type>::type, V
  /xsrc/external/mit/xorg-server/dist/miext/sync/
misyncstr.h 67 unsigned int value_type; /* Absolute or Relative */ member in struct:_SyncTrigger
  /xsrc/external/mit/xorg-server.old/dist/miext/sync/
misyncstr.h 65 unsigned int value_type; /* Absolute or Relative */ member in struct:_SyncTrigger
  /xsrc/external/mit/libXext/dist/include/X11/extensions/
sync.h 170 XSyncValueType value_type; /* absolute/relative */ member in struct:__anon5814
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
syncstr.h 102 unsigned int value_type; /* Absolute or Relative */ member in struct:_SyncTrigger
syncproto.h 236 CARD32 value_type; member in struct:_xSyncWaitCondition
285 CARD32 value_type; member in struct:__anon11824
  /xsrc/external/mit/xwininfo/dist/
dsimple.c 496 const char *value_type = NULL; local
552 value_type = "Value";
555 value_type = "AtomID";
565 value_type = "ResourceID";
568 value_type = NULL;
570 if (value_type != NULL) {
572 value_type, err->resource_id);
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-internal.h 934 using value_type = decltype(*std::declval<typename C::const_iterator>());
937 typename std::remove_reference<value_type>::type>::type,
943 // type is a container type whose value_type is equal to the container type
945 // boost::filesystem::path, whose iterator has a value_type that is equal to
1038 typedef Element value_type; typedef in class:testing::internal::NativeArray
1155 using value_type =
1159 explicit FlatTupleElemBase(value_type t) : value(std::move(t)) {}
1160 value_type value;
gtest-param-util.h 123 typedef T value_type; typedef in class:testing::internal::ParamIterator
725 internal::ParamGenerator<typename Container::value_type> ValuesIn(
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-internal.h 1037 typedef Element value_type; typedef in class:testing::internal::NativeArray
gtest-param-util.h 125 typedef T value_type; typedef in class:testing::internal::ParamIterator
gtest-port.h 2220 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
2225 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
2230 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_private.h 536 enum vtn_value_type value_type; member in struct:vtn_value
660 enum vtn_value_type value_type)
664 vtn_fail_if(val->value_type != vtn_value_type_invalid,
668 val->value_type = value_type;
675 enum vtn_value_type value_type)
678 vtn_fail_if(val->value_type != value_type,
707 switch (value->value_type) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_private.h 597 enum vtn_value_type value_type; member in struct:vtn_value
767 enum vtn_value_type value_type)
771 vtn_fail_if(value_type == vtn_value_type_ssa,
775 vtn_fail_if(val->value_type != vtn_value_type_invalid,
779 val->value_type = value_type;
786 enum vtn_value_type value_type)
789 vtn_fail_if(val->value_type != value_type,
798 vtn_fail_if(val->value_type != vtn_value_type_pointer &
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
get.c 131 enum value_type { enum
217 GLubyte type; /**< enum value_type */
1655 get_value_size(enum value_type type, const union value *v)
1722 assert(!"invalid value_type given for get_value_size()");
2472 static enum value_type
2951 enum value_type type =
2978 enum value_type type =
3029 enum value_type type =
3065 enum value_type type =
3166 enum value_type type
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
get.c 92 enum value_type { enum
179 GLubyte type; /**< enum value_type */
1583 get_value_size(enum value_type type, const union value *v)
2347 static enum value_type
2755 enum value_type type =
2782 enum value_type type =
2829 enum value_type type =
2865 enum value_type type =
2956 enum value_type type =
3046 enum value_type type
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl2.hpp 3549 typedef T value_type; typedef in class:cl::SVMAllocator
3550 typedef value_type* pointer;
3551 typedef const value_type* const_pointer;
3552 typedef value_type& reference;
3553 typedef const value_type& const_reference;
3693 typedef void value_type; typedef in class:cl::SVMAllocator
3694 typedef value_type* pointer;
3695 typedef const value_type* const_pointer;
3875 typedef typename std::iterator_traits<IteratorType>::value_type DataType;
9022 typedef typename std::iterator_traits<IteratorType>::value_type DataType
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl2.hpp 3405 typedef T value_type; typedef in class:cl::SVMAllocator
3406 typedef value_type* pointer;
3407 typedef const value_type* const_pointer;
3408 typedef value_type& reference;
3409 typedef const value_type& const_reference;
3549 typedef void value_type; typedef in class:cl::SVMAllocator
3550 typedef value_type* pointer;
3551 typedef const value_type* const_pointer;
3731 typedef typename std::iterator_traits<IteratorType>::value_type DataType;
8520 typedef typename std::iterator_traits<IteratorType>::value_type DataType
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
nir_to_dxil.c 1435 const struct dxil_type *value_type = dxil_value_get_type(value); local
1436 if (dxil_type_to_nir_type(expect_type) != dxil_type_to_nir_type(value_type))

Completed in 68 milliseconds

1 2