Searched defs:float2 (Results 1 – 18 of 18) sorted by relevance
3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
47 typedef float float2 __attribute__ ((vector_size (8))); typedef
5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
374 typedef float float2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
123 …typedef detail::tvec2<float, highp> float2; //!< \brief single-precision floating-point vector … typedef
118 typedef float float2 __attribute__((ext_vector_type(2))); typedef
6202 Value *float2 = Nucleus::createBitCast(int64, Float2::getType()); in Float2() local