/third_party/flutter/skia/src/sksl/ |
D | SkSLCPP.h | 43 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function 45 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
|
D | SkSLJIT.cpp | 45 using float2 = __attribute__((vector_size(8))) float; typedef
|
/third_party/skia/experimental/graphite/src/geom/ |
D | VectorTypes.h | 17 using float2 = vec<2>; variable
|
/third_party/skia/src/gpu/ |
D | GrVx.h | 21 using float2 = vec<2>; variable
|
/third_party/ffmpeg/compat/cuda/ |
D | cuda_runtime.h | 52 typedef struct __device_builtin__ __align__(8) float2 struct 55 } float2; argument
|
/third_party/skia/src/sksl/ir/ |
D | SkSLChildCall.cpp | 47 const Type* float2 = context.fTypes.fFloat2.get(); in call_signature_is_valid() local
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.h | 25 using float2 = vec<2>; variable
|
/third_party/flutter/skia/tests/ |
D | SkVxTest.cpp | 11 using float2 = skvx::Vec<2,float>; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
|
/third_party/skia/tests/ |
D | SkVxTest.cpp | 12 using float2 = skvx::Vec<2,float>; typedef
|
D | SkRuntimeEffectTest.cpp | 536 using float2 = std::array<float, 2>; in test_RuntimeEffect_Blenders() typedef
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 198 using float2 = vec2<float>; typedef
|
/third_party/typescript/tests/baselines/reference/ |
D | constructorWithIncompleteTypeAnnotation.js | 80 var float = 6.02e23, float2 = 6.02E-23 variable
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 96 …typedef tvec2<float, highp> float2; //!< \brief single-precision floating-point vector with 2 c… typedef
|
/third_party/python/Lib/test/ |
D | test_complex.py | 451 class float2: class
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 455 using float2 = skvx::Vec<2,float>; in SkChopCubicAt() typedef 488 using float2 = skvx::Vec<2,float>; in SkChopCubicAt() typedef 527 using float2 = skvx::Vec<2,float>; in SkChopCubicAt() typedef
|