Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLCPP.h43 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
DSkSLJIT.cpp45 using float2 = __attribute__((vector_size(8))) float; typedef
/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h17 using float2 = vec<2>; variable
/third_party/skia/src/gpu/
DGrVx.h21 using float2 = vec<2>; variable
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h52 typedef struct __device_builtin__ __align__(8) float2 struct
55 } float2; argument
/third_party/skia/src/sksl/ir/
DSkSLChildCall.cpp47 const Type* float2 = context.fTypes.fFloat2.get(); in call_signature_is_valid() local
/third_party/skia/src/gpu/tessellate/
DTessellation.h25 using float2 = vec<2>; variable
/third_party/flutter/skia/tests/
DSkVxTest.cpp11 using float2 = skvx::Vec<2,float>; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
/third_party/skia/tests/
DSkVxTest.cpp12 using float2 = skvx::Vec<2,float>; typedef
DSkRuntimeEffectTest.cpp536 using float2 = std::array<float, 2>; in test_RuntimeEffect_Blenders() typedef
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp198 using float2 = vec2<float>; typedef
/third_party/typescript/tests/baselines/reference/
DconstructorWithIncompleteTypeAnnotation.js80 var float = 6.02e23, float2 = 6.02E-23 variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp96 …typedef tvec2<float, highp> float2; //!< \brief single-precision floating-point vector with 2 c… typedef
/third_party/python/Lib/test/
Dtest_complex.py451 class float2: class
/third_party/skia/src/core/
DSkGeometry.cpp455 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