/external/skqp/src/sksl/ |
D | SkSLCPP.h | 42 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/ |
D | chain-ext_vector1.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
/external/llvm-project/clang/test/PCH/Inputs/ |
D | chain-ext_vector1.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
/external/clang/test/PCH/ |
D | ext_vector.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
D | exprs.h | 106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/external/llvm-project/clang/test/PCH/ |
D | ext_vector.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
D | exprs.h | 106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/external/skia/src/sksl/ |
D | SkSLCPP.h | 59 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/ |
D | ext_vector_components.c | 3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
D | vector-cast.c | 47 typedef float float2 __attribute__ ((vector_size (8))); typedef
|
D | ext_vector_casts.c | 5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
D | vector-cast.c | 47 typedef float float2 __attribute__ ((vector_size (8))); typedef
|
D | ext_vector_casts.c | 5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/external/clang/test/SemaCXX/ |
D | err_init_conversion_failed.cpp | 39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/external/llvm-project/clang/test/SemaCXX/ |
D | err_init_conversion_failed.cpp | 39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/external/skia/tests/ |
D | SkVxTest.cpp | 11 using float2 = skvx::Vec<2,float>; typedef
|
/external/clang/test/SemaTemplate/ |
D | ext-vector-type.cpp | 87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | ext-vector-type.cpp | 87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
|
/external/llvm-project/libclc/generic/include/clc/ |
D | clctypes.h | 73 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
/external/skia/src/gpu/ |
D | GrVx.h | 27 using float2 = vec<2>; variable
|
/external/llvm-project/clang/test/OpenMP/ |
D | atomic_capture_codegen.cpp | 77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/external/clang/test/OpenMP/ |
D | atomic_update_codegen.cpp | 72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
D | atomic_capture_codegen.cpp | 72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|