Home
last modified time | relevance | path

Searched defs:float2 (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/sksl/
DSkSLCPP.h46 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function
48 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
/external/skqp/src/sksl/
DSkSLCPP.h46 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function
48 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
/external/clang/test/PCH/Inputs/
Dchain-ext_vector1.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
/external/clang/test/PCH/
Dext_vector.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
Dexprs.h106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
/external/clang/test/Sema/
Dext_vector_components.c3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
Dvector-cast.c47 typedef float float2 __attribute__ ((vector_size (8))); typedef
Dext_vector_casts.c5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
/external/clang/test/SemaCXX/
Derr_init_conversion_failed.cpp39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/clang/test/SemaTemplate/
Dext-vector-type.cpp87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
/external/clang/test/OpenMP/
Datomic_capture_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_write_codegen.c72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_read_codegen.c72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_update_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/clang/test/CodeGen/
Dext-vector.c4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
Dbuiltins-nvptx.c374 typedef float float2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/python/cpython3/Lib/test/
Dtest_complex.py358 class float2: class
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp123 …typedef detail::tvec2<float, highp> float2; //!< \brief single-precision floating-point vector … typedef
/external/python/cpython2/Lib/test/
Dtest_complex.py357 class float2: class
/external/clang/lib/Headers/
Dopencl-c.h118 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/dexmaker/lib/
Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12