Home
last modified time | relevance | path

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

12

/external/skqp/src/sksl/
DSkSLCPP.h42 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function
44 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/llvm-project/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/llvm-project/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/skia/src/sksl/
DSkSLCPP.h59 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function
61 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
/external/llvm-project/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/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/llvm-project/clang/test/SemaCXX/
Derr_init_conversion_failed.cpp39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/skia/tests/
DSkVxTest.cpp11 using float2 = skvx::Vec<2,float>; typedef
/external/clang/test/SemaTemplate/
Dext-vector-type.cpp87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
/external/llvm-project/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/llvm-project/libclc/generic/include/clc/
Dclctypes.h73 typedef __attribute__((ext_vector_type(2))) float float2; typedef
/external/skia/src/gpu/
DGrVx.h27 using float2 = vec<2>; variable
/external/llvm-project/clang/test/OpenMP/
Datomic_capture_codegen.cpp77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/clang/test/OpenMP/
Datomic_update_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_capture_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef

12