HomeSort by relevance Sort by last modified time
    Searched full:is_array (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.cpp 117 if (this->is_array()) {
133 const glsl_type *const t = (this->is_array()) ? this->fields.array : this;
676 if (this->is_array()) {
779 if (this->is_matrix() || (this->is_array() &&
785 if (this->is_array()) {
818 if (this->is_array()) {
ir.cpp 602 || type->is_record() || type->is_array());
604 if (type->is_array()) {
736 || type->is_record() || type->is_array());
742 if (type->is_array()) {
830 assert(this->type->is_array());
934 assert (!type->is_array() && !type->is_record());
971 if (this->type->is_array()) {
1229 if (vt->is_array()) {
    [all...]
ast_to_hir.cpp 646 if (is_initializer && lhs_type->is_array() && rhs->type->is_array()
697 } else if (state->language_version <= 110 && lhs->type->is_array()) {
    [all...]
glsl_types.h 212 return is_array() ? fields.array : NULL;
383 bool is_array() const function in struct:glsl_type
467 return is_array() ? length : -1;
lower_vec_index_to_swizzle.cpp 70 if (deref->array->type->is_matrix() || deref->array->type->is_array())
  /external/mesa3d/src/glsl/
glsl_types.cpp 117 if (this->is_array()) {
133 const glsl_type *const t = (this->is_array()) ? this->fields.array : this;
676 if (this->is_array()) {
779 if (this->is_matrix() || (this->is_array() &&
785 if (this->is_array()) {
818 if (this->is_array()) {
ir.cpp 602 || type->is_record() || type->is_array());
604 if (type->is_array()) {
736 || type->is_record() || type->is_array());
742 if (type->is_array()) {
830 assert(this->type->is_array());
934 assert (!type->is_array() && !type->is_record());
971 if (this->type->is_array()) {
1229 if (vt->is_array()) {
    [all...]
ast_to_hir.cpp 646 if (is_initializer && lhs_type->is_array() && rhs->type->is_array()
697 } else if (state->language_version <= 110 && lhs->type->is_array()) {
    [all...]
glsl_types.h 212 return is_array() ? fields.array : NULL;
383 bool is_array() const function in struct:glsl_type
467 return is_array() ? length : -1;
lower_vec_index_to_swizzle.cpp 70 if (deref->array->type->is_matrix() || deref->array->type->is_array())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits 280 /// is_array
282 struct is_array
286 struct is_array<_Tp[_Size]>
290 struct is_array<_Tp[]>
605 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
726 template<typename _Tp, bool = is_array<_Tp>::value>
1001 template<typename _Tp, bool = is_array<_Tp>::value>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 280 /// is_array
282 struct is_array
286 struct is_array<_Tp[_Size]>
290 struct is_array<_Tp[]>
605 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
726 template<typename _Tp, bool = is_array<_Tp>::value>
1001 template<typename _Tp, bool = is_array<_Tp>::value>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 268 /// is_array
270 struct is_array
274 struct is_array<_Tp[_Size]>
278 struct is_array<_Tp[]>
593 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
687 template<typename _Tp, bool = is_array<_Tp>::value>
962 template<typename _Tp, bool = is_array<_Tp>::value>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 268 /// is_array
270 struct is_array
274 struct is_array<_Tp[_Size]>
278 struct is_array<_Tp[]>
593 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
687 template<typename _Tp, bool = is_array<_Tp>::value>
962 template<typename _Tp, bool = is_array<_Tp>::value>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits 280 /// is_array
282 struct is_array
286 struct is_array<_Tp[_Size]>
290 struct is_array<_Tp[]>
605 : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
726 template<typename _Tp, bool = is_array<_Tp>::value>
1001 template<typename _Tp, bool = is_array<_Tp>::value>
    [all...]
  /external/libcxx/include/
memory     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
memory     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 19 #include <boost/type_traits/is_array.hpp>
287 ::boost::is_array<To>::value
303 ::boost::is_array<To>::value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 165 __not_<is_array<_Up>>,
200 __not_<is_array<_Up>>
316 is_array<_Up>,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unique_ptr.h 165 __not_<is_array<_Up>>,
200 __not_<is_array<_Up>>
316 is_array<_Up>,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unique_ptr.h 165 __not_<is_array<_Up>>,
200 __not_<is_array<_Up>>
316 is_array<_Up>,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
type_traits 149 /// is_array
151 struct is_array
155 struct is_array<_Tp[_Size]>
159 struct is_array<_Tp[]>
763 || is_array<_To>::value)>
861 bool _IsArray = is_array<_Up>::value,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 149 /// is_array
151 struct is_array
155 struct is_array<_Tp[_Size]>
159 struct is_array<_Tp[]>
763 || is_array<_To>::value)>
861 bool _IsArray = is_array<_Up>::value,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 149 /// is_array
151 struct is_array
155 struct is_array<_Tp[_Size]>
159 struct is_array<_Tp[]>
763 || is_array<_To>::value)>
861 bool _IsArray = is_array<_Up>::value,
    [all...]

Completed in 1353 milliseconds

1 2 3 45 6 7 8 91011