HomeSort by relevance Sort by last modified time
    Searched defs:double4 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 9 typedef __attribute__(( ext_vector_type(4) )) double double4; typedef
13 void f(T v1, double4 v2) {
19 template struct ExtVectorAccess0<double4>;
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 141 typedef detail::tvec4<double, highp> double4; //!< \brief double-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 48 typedef double double4 __attribute__((ext_vector_type(4))); typedef
593 ELEMENT_AT(double4, RS_TYPE_FLOAT_64, 4)
    [all...]

Completed in 3395 milliseconds